Skip to content

Commit

Permalink
Version 2.2.0-beta001
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan committed Jan 13, 2016
1 parent aee7cbe commit 3274060
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<owners>Pilotine - ZpqrtBnk</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>ZpqrtBnk Umbraco ModelsBuilder Site Integration.</description>
<copyright>Copyright © Pilotine - ZpqrtBnk 2013-2015</copyright>
<copyright>Copyright © Pilotine - ZpqrtBnk 2013-2016</copyright>
<dependencies>
<!-- dont need that one as Zbu.ModelsBuilder depends on it -->
<!--
Expand Down
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.5.54"
Version="2.2.0.59"
Language="en-US"
Publisher="Pilotine - ZpqrtBnk" />
<DisplayName>ZpqrtBnk Umbraco ModelsBuilder Custom Tool</DisplayName>
Expand Down
8 changes: 4 additions & 4 deletions Zbu.ModelsBuilder/Properties/CommonInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyProduct("ZpqrtBnk Umbraco ModelsBuilder")]
[assembly: AssemblyCompany("Pilotine - ZpqrtBnk")]
[assembly: AssemblyCopyright("Copyright © Pilotine - ZpqrtBnk 2013-2015")]
[assembly: AssemblyCopyright("Copyright © Pilotine - ZpqrtBnk 2013-2016")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -28,12 +28,12 @@
// Also need to

// Assembly
[assembly: AssemblyVersion("2.1.5.54")]
[assembly: AssemblyFileVersion("2.1.5.54")]
[assembly: AssemblyVersion("2.2.0.59")]
[assembly: AssemblyFileVersion("2.2.0.59")]

// NuGet Package
// Note: could not release "1.8.0" because it was depending on pre-release NuGet packages
// for Roslyn, so had to release 1.8.0-final... starting with 2.1.3 Roslyn has a released
// 1.0 version, so now we can release "2.1.3" without the "-final" extension.
[assembly: AssemblyInformationalVersion("2.1.5")]
[assembly: AssemblyInformationalVersion("2.2.0-beta001")]
// 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 @@ -8,7 +8,7 @@
<owners>Pilotine - ZpqrtBnk</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>ZpqrtBnk Umbraco ModeslBuilder Libraries.</description>
<copyright>Copyright © Pilotine - ZpqrtBnk 2013-2015</copyright>
<copyright>Copyright © Pilotine - ZpqrtBnk 2013-2016</copyright>
<dependencies>
<dependency id="Microsoft.CodeAnalysis.CSharp" version="1.0.0" />
<!-- don't need those as Microsoft.CodeAnalysis.CSharp depends on them -->
Expand Down
2 changes: 1 addition & 1 deletion build.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ NEW VERSION
-----------

- update Zbu.ModelsBuilder/Properties/CommonInfo.cs
- update Zbu.ModelsBuilder/Compatibility.cs (and tests)
- update Zbu.ModelsBuilder/ApiVersion.cs (and tests)
- update Zbu.ModelsBuilder.CustomTool/source.extension.vsixmanifest

NEW VERSION OF ROSLYN
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#### ZpqrtBnk Umbraco Models Builder

Copyright (C) Pilotine - ZpqrtBnk 2013-2015
Copyright (C) Pilotine - ZpqrtBnk 2013-2016
Distributed under the MIT license

A tool that can generate a complete set of strongly-typed published content models for Umbraco.
Expand Down

0 comments on commit 3274060

Please sign in to comment.