Skip to content

Commit

Permalink
small changes for version stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmuehsig committed Oct 14, 2019
1 parent 54ff11a commit 14d0270
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion buildReleaseNuGetPackages.cmd
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 14d0270

Please sign in to comment.