Skip to content

Commit 0d6c22d

Browse files
Update README.md (#316)
Update for 8.0 release
1 parent 1911386 commit 0d6c22d

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

Documentation/dotnet-mage/README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22

33
dotnet-mage (previously also known as Mage.NET) is the open-sourced version of the familiar .NET FX tool Mage.
44

5-
It is available at Nuget.org. Latest version `https://www.nuget.org/packages/Microsoft.DotNet.Mage/7.0.0`
6-
7-
First version of the tool (`https://www.nuget.org/packages/Microsoft.DotNet.Mage/5.0.0-rc.2.20513.1`) had a different tool name 'mage.net' - if you are using that version, you would need to modify the commands listed in this document accordingly - use 'mage.net' instead of 'dotnet mage'.
5+
It is available at Nuget.org. Latest version `https://www.nuget.org/packages/Microsoft.DotNet.Mage/8.0.0`
86

97
dotnet-mage supports all existing command-line options of the old Mage tool, with few exceptions:
108
- no support for partial trust
@@ -22,17 +20,17 @@ Adds Launcher to target directory and sets binary to be launched.
2220
Example:
2321
`-AddLauncher myapp.dll -TargetDirectory bin/release`
2422

25-
Launcher is required for all .NET 7, .NET 6, .NET 5 (and .NET Core 3.1) apps in ClickOnce.
23+
Launcher is required for all .NET 8, .NET 7, .NET 6, .NET 5 (and .NET Core 3.1) apps in ClickOnce.
2624

2725
You can obtain all command-line options by running `dotnet mage` or for verbose help `dotnet mage -help verbose`.
2826

2927
## Prerequisites for using this tool
3028

31-
* [Install .NET 7 SDK](https://dotnet.microsoft.com/download/dotnet/7.0)
29+
* [Install .NET 8 SDK](https://dotnet.microsoft.com/download/dotnet/8.0)
3230

3331
* Install dotnet-mage global tool:
3432

35-
`dotnet tool install --global microsoft.dotnet.mage --version 7.0.0`
33+
`dotnet tool install --global microsoft.dotnet.mage --version 8.0.0`
3634

3735
dotnet-mage is fully supported on Windows (we are gathering feedback about scenarios for dotnet-mage usage on Linux build agents).
3836

@@ -45,7 +43,7 @@ dotnet-mage is fully supported on Windows (we are gathering feedback about scena
4543

4644
## Example steps
4745

48-
Suppose that we have copied project output to a sub-folder `files` and our .NET 7 application entry point is `myapp.exe`
46+
Suppose that we have copied project output to a sub-folder `files` and our .NET 8 application entry point is `myapp.exe`
4947

5048
* Add Launcher
5149

0 commit comments

Comments
 (0)