Skip to content

Commit

Permalink
Fix my stupid packaging errors [#42]
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan committed Mar 12, 2015
1 parent 633f108 commit ab66f6d
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 5 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.0.37"
Version="2.1.1.38"
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.0.37")]
[assembly: AssemblyFileVersion("2.1.0.37")]
[assembly: AssemblyVersion("2.1.1.38")]
[assembly: AssemblyFileVersion("2.1.1.38")]

// 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.0-final")]
[assembly: AssemblyInformationalVersion("2.1.1-final")]
// Do not remove this line.
2 changes: 1 addition & 1 deletion Zbu.ModelsBuilder/build/NuSpecs/Zbu.ModelsBuilder.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<description>ZpqrtBnk Umbraco ModeslBuilder Libraries.</description>
<copyright>Copyright © Pilotine - ZpqrtBnk 2013-2014</copyright>
<dependencies>
<dependency id="Microsoft.CodeAnalysis.CSharp" version="1.0.0-beta1-20141031-01" />
<dependency id="Microsoft.CodeAnalysis.CSharp" version="1.0.0-rc1" />
<!-- don't need those as Microsoft.CodeAnalysis.CSharp depends on them -->
<!--
<dependency id="Microsoft.Bcl.Immutable" version="1.1.22-beta" />
Expand Down
14 changes: 14 additions & 0 deletions build.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
BUILD
-----

NEW VERSION
-----------

- update Zbu.ModelsBuilder/Properties/CommonInfo.cs
- update Zbu.ModelsBuilder.CustomTool/source.extension.vsixmanifest

NEW VERSION OF ROSLYN
---------------------

- update Zbu.ModelsBuilder/build/nuspecs/Zbu.ModelsBuilder.nuspec

MISC
----

Configurations "Debug-U6" and "Release-U6" are for Umbraco v6.
Both define compile constant UMBRACO_6
Which is used in Zbu.ModelsBuilder.AspNet.ModelsBuilderAuthFilter
Expand Down

0 comments on commit ab66f6d

Please sign in to comment.