automatically update readme example versions when packing nuget

This commit is contained in:
Caelan Sayler
2022-01-24 23:39:54 +00:00
parent 91b2cf585f
commit 243c4191c6
2 changed files with 13 additions and 3 deletions

View File

@@ -94,8 +94,8 @@ Windows apps should be as fast and as easy to install and update as apps like Go
5. Create a Squirrel release using the `Squirrel.exe` command line tool.
The tool can be downloaded from GitHub Releases, and it is also bundled into the [Clowd.Squirrel](https://www.nuget.org/packages/Clowd.Squirrel/) nuget package.
If installed through NuGet, the tools can usually be found at:
- `%userprofile%\.nuget\packages\Clowd.Squirrel\<Clowd.Squirrel version>\tools`, or;
- `..\packages\Clowd.Squirrel\<Clowd.Squirrel version>\tools`
- `%userprofile%\.nuget\packages\clowd.squirrel\2.7.89-pre\tools`, or;
- `..\packages\clowd.squirrel\2.7.89-pre\tools`
Once you have located the tools folder, create a release. Minimal example below with some useful options, but explore `Squirrel.exe -h` for a complete list.
```cmd