Skip to content

Commit

Permalink
version bump to 3.3.4/5.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinJump committed May 21, 2017
1 parent 9c407c9 commit d0feb7d
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 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.3.740</PackageVersion>
<PackageVersion>3.3.4.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.3.740" />
<dependency id="uSync.Core" version="5.6.4.740" />
</dependencies>
</metadata>
</package>
2 changes: 1 addition & 1 deletion BuildPackage/Jumoo.uSync.Core/Core.Package.build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<PropertyGroup>
<ProjectName>uSync Core</ProjectName>
<ProjectNamespace>Jumoo.uSync.Core</ProjectNamespace>
<PackageVersion>5.6.3.740</PackageVersion>
<PackageVersion>5.6.4.740</PackageVersion>
<VersionSuffix></VersionSuffix>
<MinUmbracoVersion>7.4.0</MinUmbracoVersion>
</PropertyGroup>
Expand Down
Binary file not shown.
Binary file added BuildPackage/Package/uSync.Core_5.6.4.740.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion 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.3.740")]
// [assembly: AssemblyVersion("3.3.4.740")]
[assembly: AssemblyVersion("3.3.4.740")]
4 changes: 2 additions & 2 deletions Jumoo.uSync.Core/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("5.6.3.740")]
[assembly: AssemblyVersion("5.6.3.740")]
// [assembly: AssemblyVersion("5.6.4.740")]
[assembly: AssemblyVersion("5.6.4.740")]

0 comments on commit d0feb7d

Please sign in to comment.