Skip to content

Commit 976e7b3

Browse files
GeertvanHorrikcaesay
authored andcommitted
Update squirrel.mdx
1 parent 85843c5 commit 976e7b3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/migrating/squirrel.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Here are the general steps needed:
6464

6565
0. In general, the command line supports all of the same features, but argument names or commands may have changed. Velopack no longer supports taking a `.nupkg` which was created by dotnet or nuget.exe. You should compile/publish your app, and provide your compiler output to `vpk pack` instead. A very simple example might look like this
6666
```cmd
67-
dotnet publish --self-contined -r win-x64 -o publish
67+
dotnet publish --self-contained -r win-x64 -o publish
6868
vpk pack -u YourAppId -v 1.0.0 -p publish -e yourMainBinary.exe
6969
```
7070

@@ -86,4 +86,4 @@ For many of these a simple find/replace in your codebase should be sufficient, h
8686
0. `UpdateInfo.ReleasesToApply` no longer exists, depending on your usage this is replace by either `UpdateInfo.TargetFullRelease` or `UpdateInfo.DeltasToTarget`
8787
0. `UpdateInfo.FutureReleaseEntry` is replaced by `UpdateInfo.TargetFullRelease`
8888
0. `UpdateInfo.Create()` no longer exists, use the constructor directly `new UpdateInfo()`
89-
0. `UpdateManager.DownloadReleases()` is replaced by `UpdateManager.DownloadUpdatesAsync()`
89+
0. `UpdateManager.DownloadReleases()` is replaced by `UpdateManager.DownloadUpdatesAsync()`

0 commit comments

Comments
 (0)