Skip to content

Commit ab66f6d

Browse files
author
Stephan
committed
Fix my stupid packaging errors [#42]
1 parent 633f108 commit ab66f6d

File tree

4 files changed

+19
-5
lines changed

4 files changed

+19
-5
lines changed

Zbu.ModelsBuilder.CustomTool/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
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.0.37"
7+
Version="2.1.1.38"
88
Language="en-US"
99
Publisher="Pilotine - ZpqrtBnk" />
1010
<DisplayName>ZpqrtBnk Umbraco ModelsBuilder Custom Tool</DisplayName>

Zbu.ModelsBuilder/Properties/CommonInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828
// Also need to
2929

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

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

Zbu.ModelsBuilder/build/NuSpecs/Zbu.ModelsBuilder.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<description>ZpqrtBnk Umbraco ModeslBuilder Libraries.</description>
1111
<copyright>Copyright © Pilotine - ZpqrtBnk 2013-2014</copyright>
1212
<dependencies>
13-
<dependency id="Microsoft.CodeAnalysis.CSharp" version="1.0.0-beta1-20141031-01" />
13+
<dependency id="Microsoft.CodeAnalysis.CSharp" version="1.0.0-rc1" />
1414
<!-- don't need those as Microsoft.CodeAnalysis.CSharp depends on them -->
1515
<!--
1616
<dependency id="Microsoft.Bcl.Immutable" version="1.1.22-beta" />

build.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
BUILD
22
-----
33

4+
NEW VERSION
5+
-----------
6+
7+
- update Zbu.ModelsBuilder/Properties/CommonInfo.cs
8+
- update Zbu.ModelsBuilder.CustomTool/source.extension.vsixmanifest
9+
10+
NEW VERSION OF ROSLYN
11+
---------------------
12+
13+
- update Zbu.ModelsBuilder/build/nuspecs/Zbu.ModelsBuilder.nuspec
14+
15+
MISC
16+
----
17+
418
Configurations "Debug-U6" and "Release-U6" are for Umbraco v6.
519
Both define compile constant UMBRACO_6
620
Which is used in Zbu.ModelsBuilder.AspNet.ModelsBuilderAuthFilter

0 commit comments

Comments
 (0)