Skip to content

Commit

Permalink
Base Export fix (Media)
Browse files Browse the repository at this point in the history
missed a setting in base export meaning media files where getting
missed.
  • Loading branch information
KevinJump committed Aug 12, 2016
1 parent b20ea75 commit 1ffc42d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
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.1.740</PackageVersion>
<PackageVersion>3.2.2.740</PackageVersion>
<VersionSuffix></VersionSuffix>
<MinUmbracoVersion>7.4.0</MinUmbracoVersion>
</PropertyGroup>
Expand Down
Binary file not shown.
1 change: 1 addition & 0 deletions Jumoo.uSync.Content/BaseContentHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ public BaseContentHandler(string fileName)
{
_contentService = ApplicationContext.Current.Services.ContentService;
_mediaService = ApplicationContext.Current.Services.MediaService;
_exportFileName = fileName;
}

#region BaseImport
Expand Down
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.1.740")]
[assembly: AssemblyVersion("3.2.1.740")]
// [assembly: AssemblyVersion("3.2.2.740")]
[assembly: AssemblyVersion("3.2.2.740")]

0 comments on commit 1ffc42d

Please sign in to comment.