Skip to content

Commit

Permalink
Update addin version to 0.31
Browse files Browse the repository at this point in the history
  • Loading branch information
mrward committed Jul 3, 2022
1 parent 17e3e42 commit 51e75c5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/MonoDevelop.EnvDTE/Properties/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ Imports System.Runtime.InteropServices
'
' You can specify all the values or you can use the default the Revision and
' Build Numbers by using the '*' as shown below:
<Assembly: AssemblyVersion("0.30")>
<Assembly: AssemblyVersion("0.31")>
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
url = "https://github.com/mrward/monodevelop-nuget-extensions"
description = "Provides extensions to the NuGet addin."
category = "IDE extensions"
version = "0.30">
version = "0.31">

<Runtime>
<Import assembly="MonoDevelop.PackageManagement.Extensions.dll" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.

[assembly: AssemblyVersion ("0.30")]
[assembly: AssemblyVersion ("0.31")]

// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@
//
// You can specify all the values or you can use the default the Revision and
// Build Numbers by using the '*' as shown below:
[assembly: AssemblyVersion ("0.30")]
[assembly: AssemblyVersion ("0.31")]

0 comments on commit 51e75c5

Please sign in to comment.