small changes for version stuff

This commit is contained in:
Robert Muehsig
2019-10-15 00:13:22 +02:00
parent 54ff11acf5
commit 14d02706c0
2 changed files with 2 additions and 2 deletions

View File

@@ -161,7 +161,7 @@ The end result should be an electron app under your __/bin/desktop__ folder.
# Working with this Repo
This repository consists of the main parts (API & CLI) and it's own "playground" ASP.NET Core application. Both main parts produce local NuGet packages, that are versioned with 1.0.0. The first thing you will need is to run one of the buildAll scripts (.cmd for Windows, the other for macOS/Linux).
This repository consists of the main parts (API & CLI) and it's own "playground" ASP.NET Core application. Both main parts produce local NuGet packages, that are versioned with 99.0.0. The first thing you will need is to run one of the buildAll scripts (.cmd for Windows, the other for macOS/Linux).
If you look for pure __[demo projects](https://github.com/ElectronNET)__ checkout the other repositories.

View File

@@ -1,4 +1,4 @@
set ENETVER=5.30.14-beta
set ENETVER=5.30.0-beta
echo "Start building Electron.NET dev stack..."
echo "Restore & Build API"
cd ElectronNet.API