Skip to content

Commit

Permalink
Patch Release - Version Bumps. 📦
Browse files Browse the repository at this point in the history
Moving things to v3.3.1 for patch release
  • Loading branch information
KevinJump committed Jan 20, 2017
1 parent 17fd9e4 commit c534a79
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<PropertyGroup>
<ProjectName>uSync BackOffice</ProjectName>
<ProjectNamespace>Jumoo.uSync.BackOffice</ProjectNamespace>
<PackageVersion>3.3.0.740</PackageVersion>
<PackageVersion>3.3.1.740</PackageVersion>
<VersionSuffix></VersionSuffix>
<MinUmbracoVersion>7.4.3</MinUmbracoVersion>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion BuildPackage/Jumoo.uSync.BackOffice/package.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ v.3.2.0 - Handler Groups
<licenseUrl>https://opensource.org/licenses/MPL-2.0</licenseUrl>
<tags>umbraco umbraco7 developer backoffice</tags>
<dependencies>
<dependency id="uSync.Core" version="5.6.0.740" />
<dependency id="uSync.Core" version="5.6.1.740" />
</dependencies>
</metadata>
</package>
2 changes: 1 addition & 1 deletion BuildPackage/Jumoo.uSync.Content/Content.Package.build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<PropertyGroup>
<ProjectName>uSync Content</ProjectName>
<ProjectNamespace>Jumoo.uSync.Content</ProjectNamespace>
<PackageVersion>3.3.0.740</PackageVersion>
<PackageVersion>3.3.1.740</PackageVersion>
<VersionSuffix></VersionSuffix>
<MinUmbracoVersion>7.4.0</MinUmbracoVersion>
</PropertyGroup>
Expand Down
4 changes: 2 additions & 2 deletions BuildPackage/Jumoo.uSync.Content/package.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
v3.0.2 - Trash content update.
#v3 - works as part of uSync.BackOffice</releaseNotes>
<dependencies>
<dependency id="uSync.ContentMappers" version="3.2.3" />
<dependency id="uSync" version="3.3.0.740" />
<dependency id="uSync.ContentMappers" version="3.3.1" />
<dependency id="uSync" version="3.3.1.740" />
</dependencies>
</metadata>
</package>
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<PropertyGroup>
<ProjectName>uSync ContentMappers</ProjectName>
<ProjectNamespace>Jumoo.uSync.ContentMappers</ProjectNamespace>
<PackageVersion>3.2.3.740</PackageVersion>
<PackageVersion>3.3.1.740</PackageVersion>
<VersionSuffix></VersionSuffix>
<MinUmbracoVersion>7.4.0</MinUmbracoVersion>
</PropertyGroup>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file modified BuildPackage/Package/uSync.Core_5.6.1.740.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions Jumoo.uSync.BackOffice/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("3.3.0.740")]
[assembly: AssemblyVersion("3.3.0.740")]
// [assembly: AssemblyVersion("3.3.1.740")]
[assembly: AssemblyVersion("3.3.1.740")]
4 changes: 2 additions & 2 deletions Jumoo.uSync.Content/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("3.3.0.740")]
[assembly: AssemblyVersion("3.3.0.740")]
// [assembly: AssemblyVersion("3.3.1.740")]
[assembly: AssemblyVersion("3.3.1.740")]
6 changes: 3 additions & 3 deletions Jumoo.uSync.ContentMappers/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("3.2.3.740")]
[assembly: AssemblyVersion("3.2.3.740")]
[assembly: AssemblyFileVersion("3.2.3.740")]
// [assembly: AssemblyVersion("3.3.1.740")]
[assembly: AssemblyVersion("3.3.1.740")]
[assembly: AssemblyFileVersion("3.3.1.740")]

0 comments on commit c534a79

Please sign in to comment.