Skip to content

Commit

Permalink
8.1.1 - Release Files
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinJump committed Jul 9, 2019
1 parent 866ece8 commit cc0c330
Show file tree
Hide file tree
Showing 11 changed files with 45 additions and 8 deletions.
Binary file added Dist/8.1.0/uSync.ContentEdition_8.1.0.zip
Binary file not shown.
Binary file added Dist/8.1.0/uSync_8.1.0.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/ / / /\__ \/ / / / __ \/ ___/
/ /_/ /___/ / /_/ / / / / /__
\__,_//____/\__, /_/ /_/\___/ 🛴
----------- /____/ --- 8.x -------
----------- /____/ --- 8.x ---------

Welcome to uSync 8 for Umbraco 8

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

vm.page = {
title: 'uSync 8',
description: '8.0.1',
description: '8.1.0',
navigation: [
{
'name': 'uSync',
Expand Down
17 changes: 17 additions & 0 deletions uSync8.BackOffice/App_Plugins/uSync8/usync.css
Original file line number Diff line number Diff line change
Expand Up @@ -208,4 +208,21 @@

.usync-box-inprogress {
opacity: 0.5;
}

/* umb 8.1 style things */
.umb-permission {
display: flex;
align-items: center;
margin-bottom: 10px;
}

.umb-permission > * {
padding-right: 10px;
}

.umb-permission__description {
font-style: italic;
color: #444;
margin-top: 2px;
}
4 changes: 2 additions & 2 deletions uSync8.BackOffice/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("8.0.1.611")]
[assembly: AssemblyFileVersion("8.0.1.611")]
[assembly: AssemblyVersion("8.1.0.709")]
[assembly: AssemblyFileVersion("8.1.0.709")]
3 changes: 2 additions & 1 deletion uSync8.BackOffice/uSync.Backoffice.Core.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
<description>Just the core dll's from uSync (for extension development purposes)</description>
<summary></summary>
<releaseNotes>
8.0 - Release for Umbraco 8
8.0 - Initial Release for Umbraco 8
8.1 - Compatability Release for Umbraco 8.1
</releaseNotes>
<dependencies>
<dependency id="uSync.Core" version="$depends$"/>
Expand Down
3 changes: 2 additions & 1 deletion uSync8.ContentEdition/uSync.ContentEdition.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
<description>Database syncing for Umbraco Content, Media and Dictionary Items</description>
<summary></summary>
<releaseNotes>
8.0 - Release for Umbraco 8
8.0 - Initial Release for Umbraco 8
8.1 - Compatability Release for Umbraco 8.1
</releaseNotes>
<dependencies>
<dependency id="uSync" version="$depends$" />
Expand Down
3 changes: 2 additions & 1 deletion uSync8.Core/uSync.Core.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Database syncing for Umbraco 8</description>
<summary>Core Dll's for uSync 8</summary>
<releaseNotes>Alpha Release for Umbraco 8</releaseNotes>
<releaseNotes>8.0 - Initial Release for Umbraco 8
8.1 - Compatability Release for Umbraco 8.1</releaseNotes>
</metadata>
<files>
<file src="bin\release\uSync8.Core.dll" target="lib\net472" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

vm.page = {
title: 'uSync 8',
description: '8.0.1',
description: '8.1.0',
navigation: [
{
'name': 'uSync',
Expand Down
17 changes: 17 additions & 0 deletions uSync8.Site/App_Plugins/uSync8/usync.css
Original file line number Diff line number Diff line change
Expand Up @@ -208,4 +208,21 @@

.usync-box-inprogress {
opacity: 0.5;
}

/* umb 8.1 style things */
.umb-permission {
display: flex;
align-items: center;
margin-bottom: 10px;
}

.umb-permission > * {
padding-right: 10px;
}

.umb-permission__description {
font-style: italic;
color: #444;
margin-top: 2px;
}

0 comments on commit cc0c330

Please sign in to comment.