Skip to content

Commit 14d0270

Browse files
committed
small changes for version stuff
1 parent 54ff11a commit 14d0270

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ The end result should be an electron app under your __/bin/desktop__ folder.
161161
162162
# Working with this Repo
163163

164-
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).
164+
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).
165165

166166
If you look for pure __[demo projects](https://github.com/ElectronNET)__ checkout the other repositories.
167167

buildReleaseNuGetPackages.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
set ENETVER=5.30.14-beta
1+
set ENETVER=5.30.0-beta
22
echo "Start building Electron.NET dev stack..."
33
echo "Restore & Build API"
44
cd ElectronNet.API

0 commit comments

Comments
 (0)