Skip to content

Commit

Permalink
Update addin version to 0.34
Browse files Browse the repository at this point in the history
  • Loading branch information
mrward committed Dec 3, 2022
1 parent 42689e0 commit f61934f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.33")>
<Assembly: AssemblyVersion("0.34")>
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.33">
version = "0.34">

<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.33")]
[assembly: AssemblyVersion ("0.34")]

// 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 @@ -55,4 +55,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.33")]
[assembly: AssemblyVersion ("0.34")]
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.33")]
[assembly: AssemblyVersion ("0.34")]

0 comments on commit f61934f

Please sign in to comment.