Skip to content

Commit

Permalink
Version 2.1.2-final
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan committed May 3, 2015
1 parent af14c58 commit 72f8f75
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Zbu.ModelsBuilder.CustomTool/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="916c2f10-863f-4d87-b57c-ff69b7037498"
Version="2.1.1.38"
Version="2.1.2.42"
Language="en-US"
Publisher="Pilotine - ZpqrtBnk" />
<DisplayName>ZpqrtBnk Umbraco ModelsBuilder Custom Tool</DisplayName>
Expand Down
6 changes: 3 additions & 3 deletions Zbu.ModelsBuilder/Properties/CommonInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
// Also need to

// Assembly
[assembly: AssemblyVersion("2.1.1.38")]
[assembly: AssemblyFileVersion("2.1.1.38")]
[assembly: AssemblyVersion("2.1.2.42")]
[assembly: AssemblyFileVersion("2.1.2.42")]

// NuGet Package
// Note: cannot release "1.8.0" because it depends on pre-release NuGet packages
// so I have to use 1.8.0-final...
[assembly: AssemblyInformationalVersion("2.1.1-final")]
[assembly: AssemblyInformationalVersion("2.1.2-final")]
// Do not remove this line.

0 comments on commit 72f8f75

Please sign in to comment.