Skip to content

Commit

Permalink
v4.0.14/v7.0.14 Release Files
Browse files Browse the repository at this point in the history
Release files for v4.0.14
  • Loading branch information
KevinJump committed Jul 14, 2019
1 parent e84b257 commit e1c5a6d
Show file tree
Hide file tree
Showing 13 changed files with 18 additions and 18 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.13</PackageVersion>
<PackageVersion>4.0.14</PackageVersion>
<VersionSuffix></VersionSuffix>
<MinUmbracoVersion>7.4.0</MinUmbracoVersion>
</PropertyGroup>
Expand Down
4 changes: 2 additions & 2 deletions BuildPackage/Jumoo.uSync.BackOffice/package.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
v.3.0.0 - Rebuilt to use CoreApis and be super guid friendly.
v.3.1.0 - Umbraco 7.4 Container Updates
v.3.2.0 - Handler Groups
v.3.4.0 - Umbraco v7.6+ features (including content templates)
v.4.x.x - Umbraco 7.6+ Compatability
</releaseNotes>
<licenseUrl>https://opensource.org/licenses/MPL-2.0</licenseUrl>
<tags>umbraco umbraco7 developer backoffice</tags>
<dependencies>
<dependency id="uSync.Core" version="6.0.13" />
<dependency id="uSync.Core" version="6.0.14" />
</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.7</PackageVersion>
<PackageVersion>4.1.8</PackageVersion>
<VersionSuffix></VersionSuffix>
<MinUmbracoVersion>7.4.0</MinUmbracoVersion>
</PropertyGroup>
Expand Down
6 changes: 3 additions & 3 deletions BuildPackage/Jumoo.uSync.Content/package.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
v3.0.2 - Trash content update.
#v3 - works as part of uSync.BackOffice</releaseNotes>
<dependencies>
<dependency id="uSync.ContentMappers" version="4.1.7" />
<dependency id="uSync" version="4.0.13" />
<dependency id="uSync.Core" version="6.0.13" />
<dependency id="uSync.ContentMappers" version="4.1.8" />
<dependency id="uSync" version="4.0.14" />
<dependency id="uSync.Core" version="6.0.14" />
</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>4.1.7</PackageVersion>
<PackageVersion>4.1.8</PackageVersion>
<VersionSuffix></VersionSuffix>
<MinUmbracoVersion>7.4.0</MinUmbracoVersion>
</PropertyGroup>
Expand Down
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.13</PackageVersion>
<PackageVersion>6.0.14</PackageVersion>
<VersionSuffix></VersionSuffix>
<MinUmbracoVersion>7.4.0</MinUmbracoVersion>
</PropertyGroup>
Expand Down
Binary file added BuildPackage/Package/uSync.BackOffice_4.0.14.zip
Binary file not shown.
Binary file not shown.
Binary file added BuildPackage/Package/uSync.Core_6.0.14.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.13")]
[assembly: AssemblyVersion("4.0.13")]
// [assembly: AssemblyVersion("4.0.14")]
[assembly: AssemblyVersion("4.0.14")]
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.7")]
[assembly: AssemblyVersion("4.1.7")]
// [assembly: AssemblyVersion("4.1.8")]
[assembly: AssemblyVersion("4.1.8")]
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("4.1.7")]
[assembly: AssemblyVersion("4.1.7")]
[assembly: AssemblyFileVersion("4.1.7")]
// [assembly: AssemblyVersion("4.1.8")]
[assembly: AssemblyVersion("4.1.8")]
[assembly: AssemblyFileVersion("4.1.8")]
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.13")]
[assembly: AssemblyVersion("6.0.13")]
// [assembly: AssemblyVersion("6.0.14")]
[assembly: AssemblyVersion("6.0.14")]

0 comments on commit e1c5a6d

Please sign in to comment.