Skip to content

Commit

Permalink
Package Release Files for 3.2.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinJump committed Sep 2, 2016
1 parent e643892 commit d7bbd00
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 16 deletions.
2 changes: 2 additions & 0 deletions BuildPackage/Jumoo.uSync.BackOffice/Build/uSync.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@
<PropertyGroup>
<CopyAllFilesToSingleFolderForPackageDependsOn>
AdduSyncDataToOutput;
$(CopyAllFilesToSingleFolderForPackageDependsOn);
</CopyAllFilesToSingleFolderForPackageDependsOn>

<CopyAllFilesToSingleFolderForMsdeployDependsOn>
AdduSyncDataToOutput;
$(CopyAllFilesToSingleFolderForPackageDependsOn);
</CopyAllFilesToSingleFolderForMsdeployDependsOn>
</PropertyGroup>
</Project>
8 changes: 4 additions & 4 deletions BuildPackage/Jumoo.uSync.BackOffice/Build/uSync.targets
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Target Name="AdduSyncDataToOutput">
<ItemGroup>
<CustomFilesToInclude Include=".\uSync\**\*">
<uSyncFilesToInclude Include=".\uSync\**\*">
<Dir>uSync</Dir>
</CustomFilesToInclude>
<FilesForPackagingFromProject Include="@(CustomFilesToInclude)">
<DestinationRelativePath>%(CustomFilesToInclude.Dir)\%(RecursiveDir)%(Filename)%(Extension)</DestinationRelativePath>
</uSyncFilesToInclude>
<FilesForPackagingFromProject Include="@(uSyncFilesToInclude)">
<DestinationRelativePath>%(uSyncFilesToInclude.Dir)\%(RecursiveDir)%(Filename)%(Extension)</DestinationRelativePath>
</FilesForPackagingFromProject>
</ItemGroup>
</Target>
Expand Down
10 changes: 3 additions & 7 deletions BuildPackage/Jumoo.uSync.BackOffice/package.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,9 @@
<description>uSync serializes and deserializes umbraco item configuration to and from disk. letting you have mutiple umbraco installs with the same settings and items.</description>
<summary>Configuration Serialization for Umbraco.</summary>
<releaseNotes>

v.3.0.4. - core updates
v.3.0.3 - minor log fixes
v.3.1.0 - Umbraco 7.4 Container Updates
v.3.2.0 - Handler Groups,

v3 - Complete upgrade works with Umbraco 7.3 only.
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
</releaseNotes>
<licenseUrl>https://opensource.org/licenses/MPL-2.0</licenseUrl>
<tags>umbraco umbraco7 developer backoffice</tags>
Expand Down
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.2.3.740</PackageVersion>
<PackageVersion>3.2.2.740</PackageVersion>
<VersionSuffix></VersionSuffix>
<MinUmbracoVersion>7.4.0</MinUmbracoVersion>
</PropertyGroup>
Expand Down
Binary file not shown.
Binary file removed BuildPackage/Package/uSync.BackOffice_3.2.3.740.zip
Binary file not shown.
Binary file modified BuildPackage/Package/uSync.ContentEdition_3.2.2.740.zip
Binary file not shown.
Binary file not shown.
Binary file modified BuildPackage/Package/uSync.Core_5.5.2.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.2.3.740")]
[assembly: AssemblyVersion("3.2.3.740")]
// [assembly: AssemblyVersion("3.2.2.740")]
[assembly: AssemblyVersion("3.2.2.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.2.3.740")]
[assembly: AssemblyVersion("3.2.3.740")]
// [assembly: AssemblyVersion("3.2.2.740")]
[assembly: AssemblyVersion("3.2.2.740")]

0 comments on commit d7bbd00

Please sign in to comment.