Skip to content

Commit 835e2b0

Browse files
author
Stephan
committed
Version 2.1.3.52
1 parent 9062829 commit 835e2b0

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

Zbu.ModelsBuilder.CustomTool/source.extension.vsixmanifest

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
55
<Metadata>
66
<Identity Id="916c2f10-863f-4d87-b57c-ff69b7037498"
7-
Version="2.1.3.51"
7+
Version="2.1.3.52"
88
Language="en-US"
99
Publisher="Pilotine - ZpqrtBnk" />
1010
<DisplayName>ZpqrtBnk Umbraco ModelsBuilder Custom Tool</DisplayName>

Zbu.ModelsBuilder/Properties/CommonInfo.cs

+6-5
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,12 @@
2828
// Also need to
2929

3030
// Assembly
31-
[assembly: AssemblyVersion("2.1.3.51")]
32-
[assembly: AssemblyFileVersion("2.1.3.51")]
31+
[assembly: AssemblyVersion("2.1.3.52")]
32+
[assembly: AssemblyFileVersion("2.1.3.52")]
3333

3434
// NuGet Package
35-
// Note: cannot release "1.8.0" because it depends on pre-release NuGet packages
36-
// so I have to use 1.8.0-final...
37-
[assembly: AssemblyInformationalVersion("2.1.3-beta009")]
35+
// Note: could not release "1.8.0" because it was depending on pre-release NuGet packages
36+
// for Roslyn, so had to release 1.8.0-final... starting with 2.1.3 Roslyn has a released
37+
// 1.0 version, so now we can release "2.1.3" without the "-final" extension.
38+
[assembly: AssemblyInformationalVersion("2.1.3")]
3839
// Do not remove this line.

0 commit comments

Comments
 (0)