Skip to content

Commit

Permalink
Update addin version to 0.27
Browse files Browse the repository at this point in the history
  • Loading branch information
mrward committed Apr 25, 2021
1 parent 126fc8c commit c5776d7
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 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.26")>
<Assembly: AssemblyVersion("0.27")>
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.26">
version = "0.27">

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

[assembly: AssemblyVersion ("0.26")]
[assembly: AssemblyVersion ("0.27")]

// 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.26")]
[assembly: AssemblyVersion ("0.27")]
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.26")]
[assembly: AssemblyVersion ("0.27")]
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.26")]
[assembly: AssemblyVersion ("0.27")]
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.26")]
[assembly: AssemblyVersion ("0.27")]

0 comments on commit c5776d7

Please sign in to comment.