Skip to content

Commit

Permalink
Alpha Release Files
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinJump committed Jan 31, 2019
1 parent 1abd54b commit e3af3b9
Show file tree
Hide file tree
Showing 8 changed files with 70 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dist/package.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

@Echo Packaging
nuget pack ..\uSync8.BackOffice\uSync.nuspec -build -Properties version="%1"
nuget pack ..\uSync8.Core\uSync.Core.nuspec -build -Properties version="%1"
Binary file added Dist/uSync_8_8.0.0-alpha58.zip
Binary file not shown.
20 changes: 20 additions & 0 deletions uSync8.BackOffice/Config/uSync8.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<uSync>
<BackOffice>
<Folder>~/uSync/v8/</Folder>
<FlatFolders>True</FlatFolders>
<ImportAtStartup>False</ImportAtStartup>
<ExportAtStartup>False</ExportAtStartup>
<ExportOnSave>True</ExportOnSave>
<UseGuidFilenames>False</UseGuidFilenames>
<Handlers EnableMissing="true">
<Handler Alias="dataTypeHandler" Enabled="true" />
<Handler Alias="languageHandler" Enabled="true" />
<Handler Alias="macroHandler" Enabled="true" />
<Handler Alias="mediaTypeHandler" Enabled="true" />
<Handler Alias="memberTypeHandler" Enabled="true" />
<Handler Alias="templateHandler" Enabled="true" />
<Handler Alias="contentTypeHandler" Enabled="true" />
</Handlers>
</BackOffice>
</uSync>
25 changes: 25 additions & 0 deletions uSync8.BackOffice/uSync.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>uSync</id>
<version>8.0.0-alpha58</version>
<title>uSync for Umbraco 8</title>
<authors>Kevin Jump</authors>
<owners>Jumoo</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Database syncing for Umbraco</description>
<summary></summary>
<releaseNotes>
8.0 - Alpha release for Umbraco 8
</releaseNotes>
<dependencies>
<dependency id="uSync.Core" version="8.0.0-alpha58"/>
<dependency id="Microsoft.AspNet.SignalR.Core" version="2.4.0"/>
</dependencies>
</metadata>
<files>
<file src="bin\release\uSync8.BackOffice.dll" target="lib\net472" />
<file src="Config\**\*" target="content\Config" />
<file src="App_Plugins\uSync8\**\*.*" target="content\App_Plugins\uSync8" />
</files>
</package>
2 changes: 2 additions & 0 deletions uSync8.BackOffice/uSync8.BackOffice.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,9 @@
<ItemGroup>
<None Include="app.config" />
<None Include="App_Plugins\uSync8\package.manifest" />
<Content Include="Config\uSync8.config" />
<None Include="packages.config" />
<None Include="uSync.nuspec" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\uSync8.Core\uSync8.Core.csproj">
Expand Down
17 changes: 17 additions & 0 deletions uSync8.Core/uSync.Core.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>uSync.Core</id>
<version>8.0.0-alpha58</version>
<title>uSync Core for Umbraco 8</title>
<authors>Kevin Jump</authors>
<owners>Jumoo</owners>
<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>
</metadata>
<files>
<file src="bin\release\uSync8.Core.dll" target="lib\net472" />
</files>
</package>
1 change: 1 addition & 0 deletions uSync8.Core/uSync8.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@
<ItemGroup>
<None Include="app.config" />
<None Include="packages.config" />
<None Include="uSync.Core.nuspec" />
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
1 change: 1 addition & 0 deletions uSync8.sln
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionFiles", "SolutionFiles", "{6E911B34-61DC-471A-9AD7-97A74E9B3BE5}"
ProjectSection(SolutionItems) = preProject
gulpfile.js = gulpfile.js
Dist\package.cmd = Dist\package.cmd
EndProjectSection
EndProject
Global
Expand Down

0 comments on commit e3af3b9

Please sign in to comment.