Skip to content

Commit

Permalink
8.8.0-release-files.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Jump committed Dec 16, 2020
1 parent fcee121 commit a04ddb1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions uSync8.BackOffice/Config/uSync8.config
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<RebuildCacheOnCompletion>False</RebuildCacheOnCompletion>

<!-- handler sets -->
<HandlerSets default="default">
<HandlerSets Default="default">

<Handlers Name="default">
<Handler Alias="dataTypeHandler" Enabled="true" />
Expand All @@ -29,7 +29,8 @@
<Handler Alias="dictionaryHandler" Enabled="true" />
<Handler Alias="domainHandler" Enabled="true" />
<Handler Alias="mediaHandler" Enabled="true" />
</Handlers>
<Handler Alias="relationTypeHandler" Enabled="false" />
</Handlers>

</HandlerSets>

Expand Down
3 changes: 2 additions & 1 deletion uSync8.BackOffice/uSync.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
8.4 - Dependency checking updates
8.5 - Updates for uSync Console
8.6 - Clean Export, Missing Parent Support
8.7 - Block support]]>
8.7 - Block support
8.8 - Batched commands]]>
</releaseNotes>
<dependencies>
<group targetFramework=".NETFramework4.7.2">
Expand Down
2 changes: 1 addition & 1 deletion uSync8.ContentEdition/Mapping/Mappers/GridMapper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ private IEnumerable<uSyncDependency> GetStyleDependencies(JObject style)
}
}
}
catch(JsonReaderException jrex)
catch(JsonReaderException)
{
// ideally we want to deal with this, but failure of a dependcy check on a url in
// a grid style element shouldn't stop a full export.
Expand Down
1 change: 0 additions & 1 deletion uSync8.HistoryView/uSync8.HistoryView.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@
<None Include="App_Plugins\uSyncHistory\package.manifest" />
</ItemGroup>
<ItemGroup>
<Content Include="App_Plugins\uSyncHistory\confirmdraw.html" />
<Content Include="App_Plugins\uSyncHistory\history.html" />
<Content Include="App_Plugins\uSyncHistory\historyDialog.html" />
<Content Include="App_Plugins\uSyncHistory\syncHistoryController.js" />
Expand Down

0 comments on commit a04ddb1

Please sign in to comment.