mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-09-21 14:35:16 +00:00
0.0.5
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
# 0.0.5
|
||||
|
||||
ElectronNET.API:
|
||||
|
||||
* The last nuget package didn't contain the actual webpreferences settings with defaults - hopefully now.
|
||||
|
||||
# 0.0.4
|
||||
|
||||
ElectronNET.CLI:
|
||||
|
||||
@@ -2,9 +2,9 @@ echo "Start building Electron.NET dev stack..."
|
||||
echo "Restore & Build API"
|
||||
cd ElectronNet.API
|
||||
dotnet restore
|
||||
dotnet pack /p:PackageVersion=0.0.4 --output %~dp0artifacts
|
||||
dotnet pack /p:PackageVersion=0.0.5 --output %~dp0artifacts
|
||||
cd ..
|
||||
echo "Restore & Build API"
|
||||
cd ElectronNet.CLI
|
||||
dotnet restore
|
||||
dotnet pack /p:PackageVersion=0.0.4 --output %~dp0artifacts
|
||||
dotnet pack /p:PackageVersion=0.0.5 --output %~dp0artifacts
|
||||
|
||||
Reference in New Issue
Block a user