Skip to content

Commit

Permalink
uSync 4.0.9 / 6.0.9 Release Files
Browse files Browse the repository at this point in the history
Release Files
  • Loading branch information
KevinJump committed Oct 30, 2018
1 parent c023e8e commit c068b8e
Show file tree
Hide file tree
Showing 12 changed files with 11 additions and 11 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>4.0.8</PackageVersion>
<PackageVersion>4.0.9</PackageVersion>
<VersionSuffix></VersionSuffix>
<MinUmbracoVersion>7.4.0</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 @@ -17,7 +17,7 @@ v.3.4.0 - Umbraco v7.6+ features (including content templates)
<licenseUrl>https://opensource.org/licenses/MPL-2.0</licenseUrl>
<tags>umbraco umbraco7 developer backoffice</tags>
<dependencies>
<dependency id="uSync.Core" version="6.0.8" />
<dependency id="uSync.Core" version="6.0.9" />
</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>4.1.4</PackageVersion>
<PackageVersion>4.1.5</PackageVersion>
<VersionSuffix></VersionSuffix>
<MinUmbracoVersion>7.4.0</MinUmbracoVersion>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion BuildPackage/Jumoo.uSync.Content/package.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ v3.0.2 - Trash content update.
<dependencies>
<dependency id="uSync.ContentMappers" version="4.1.4" />
<dependency id="uSync" version="4.0.8" />
<dependency id="uSync.Core" version="6.0.8" />
<dependency id="uSync.Core" version="6.0.9" />
</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>6.0.8</PackageVersion>
<PackageVersion>6.0.9</PackageVersion>
<VersionSuffix></VersionSuffix>
<MinUmbracoVersion>7.4.0</MinUmbracoVersion>
</PropertyGroup>
Expand Down
Binary file modified BuildPackage/Package/uSync.BackOffice_4.0.8.zip
Binary file not shown.
Binary file added BuildPackage/Package/uSync.BackOffice_4.0.9.zip
Binary file not shown.
Binary file not shown.
Binary file added BuildPackage/Package/uSync.Core_6.0.9.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("4.0.8")]
[assembly: AssemblyVersion("4.0.8")]
// [assembly: AssemblyVersion("4.0.9")]
[assembly: AssemblyVersion("4.0.9")]
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("4.1.4")]
[assembly: AssemblyVersion("4.1.4")]
// [assembly: AssemblyVersion("4.1.5")]
[assembly: AssemblyVersion("4.1.5")]
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("6.0.8")]
[assembly: AssemblyVersion("6.0.8")]
// [assembly: AssemblyVersion("6.0.9")]
[assembly: AssemblyVersion("6.0.9")]

0 comments on commit c068b8e

Please sign in to comment.