Skip to content

Commit

Permalink
v8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinJump committed May 9, 2019
1 parent 81452c3 commit 4a95ec6
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 10 deletions.
Binary file modified Dist/8.0.0/uSync.ContentEdition_8.0.0.zip
Binary file not shown.
Binary file modified Dist/8.0.0/uSync_8.0.0.zip
Binary file not shown.
9 changes: 9 additions & 0 deletions Dist/createpackages.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
@ECHO OFF

CALL UmbPackage package.xml %1
CALL "c:\Program Files\7-Zip\7z.exe" a .\%1\uSync_%1.zip .\%1\uSync_%1\*.*
CALL RD .\%1\uSync_%1\ /s /q

CALL UmbPackage package.ContentEdition.xml %1
CALL "c:\Program Files\7-Zip\7z.exe" a .\%1\uSync.ContentEdition_%1.zip .\%1\uSync.ContentEdition_%1\*.*
CALL RD .\%1\uSync.ContentEdition_%1\ /s /q
2 changes: 1 addition & 1 deletion Dist/package.ContentEdition.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<license url="https://opensource.org/licenses/MPL-2.0">Mozilla Public License 2.0</license>
<url>http://jumoo.uk/uSync</url>
<iconUrl>http://jumoo.co.uk/img/usyncicon.png</iconUrl>
<requirements>
<requirements type="Strict">
<major>8</major>
<minor>0</minor>
<patch>0</patch>
Expand Down
9 changes: 1 addition & 8 deletions Dist/package.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,6 @@ nuget pack ..\uSync8.BackOffice\uSync.nuspec -build -OutputDirectory %1 -versio
nuget pack ..\uSync8.BackOffice\uSync.BackOffice.Core.nuspec -build -OutputDirectory %1 -version %1 -properties depends=%1
nuget pack ..\uSync8.ContentEdition\uSync.ContentEdition.nuspec -OutputDirectory %1 -build -version %1 -properties depends=%1


CALL UmbPackage package.xml %1
CALL "c:\Program Files\7-Zip\7z.exe" a .\%1\uSync_%1.zip .\%1\uSync_%1\*.*
CALL RD .\%1\uSync_%1\ /s /q

CALL UmbPackage package.ContentEdition.xml %1
CALL "c:\Program Files\7-Zip\7z.exe" a .\%1\uSync.ContentEdition_%1.zip .\%1\uSync.ContentEdition_%1\*.*
CALL RD .\%1\uSync.ContentEdition_%1\ /s /q
call CreatePackages %1

XCOPY %1\*.nupkg c:\source\localgit /y
2 changes: 1 addition & 1 deletion Dist/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<license url="https://opensource.org/licenses/MPL-2.0">Mozilla Public License 2.0</license>
<url>http://jumoo.uk/uSync</url>
<iconUrl>http://jumoo.co.uk/img/usyncicon.png</iconUrl>
<requirements>
<requirements type="Strict">
<major>8</major>
<minor>0</minor>
<patch>0</patch>
Expand Down
4 changes: 4 additions & 0 deletions uSync8.sln
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "uSync8.BackOffice", "uSync8
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionFiles", "SolutionFiles", "{6E911B34-61DC-471A-9AD7-97A74E9B3BE5}"
ProjectSection(SolutionItems) = preProject
Dist\createpackages.cmd = Dist\createpackages.cmd
gulpfile.js = gulpfile.js
Dist\package.cmd = Dist\package.cmd
Dist\package.ContentEdition.xml = Dist\package.ContentEdition.xml
Dist\package.xml = Dist\package.xml
readme.txt = readme.txt
EndProjectSection
Expand All @@ -19,6 +21,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "uSync8.ContentEdition", "uS
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "uSync8.Site", "uSync8.Site\uSync8.Site.csproj", "{4DC0EA5C-B104-479C-9D84-DA64A039F98B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{AA729092-F6BF-43C2-8EB9-F92BCBD89C08}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down

0 comments on commit 4a95ec6

Please sign in to comment.