mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-07-08 17:56:51 +00:00
Update README.md
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[](https://github.com/GregorBiswanger/Electron.NET)
|
||||
|
||||
[](https://ci.appveyor.com/project/robertmuehsig/electron-net/branch/cli-etc)
|
||||
Master: [](https://ci.appveyor.com/project/robertmuehsig/electron-net/branch/master)
|
||||
|
||||
Build cross platform desktop apps with .NET Core and ASP.NET NET Core.
|
||||
|
||||
@@ -13,7 +13,8 @@ Currently there are two main projects and a "WebApp" that serves as a demo playg
|
||||
|
||||
Both projects create their own nuget package. The resulting nuget packages are saved under "/artifacts".
|
||||
|
||||
__Currently__ the packages are just build with version 1.0.0. If you change something you need to clear the nuget cache under this directory (because the version number doesn't change):
|
||||
__Currently__ the packages are just build with version 1.0.0.
|
||||
If you change something you need to clear the nuget cache under this directory (because the version number doesn't change):
|
||||
|
||||
%userprofile%\.nuget\packages
|
||||
|
||||
@@ -33,7 +34,9 @@ Navigate to the WebApp folder and type this in a command prompt:
|
||||
|
||||
dotnet electronize
|
||||
|
||||
# Dev Notes: Dev Workflow (at least for the CLI extension is this a must)
|
||||
# Dev Notes: Dev Workflow
|
||||
|
||||
(at least for the CLI extension)
|
||||
|
||||
* Change something in the CLI project
|
||||
* rebuild the project (a nuget package should now appear in the /artifacts directory)
|
||||
|
||||
Reference in New Issue
Block a user