Skip to content

Commit 4c0420c

Browse files
authored
Readme: not that it matters, but updated example git tag to latest release tag
1 parent 79896c2 commit 4c0420c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ If you want to build this application yourself instead of downloading precompile
102102
```
103103
1. Choose one of the [version tags](https://github.com/Aldaviva/AuthenticatorChooser/tags) to build, or skip this step to use the latest commit.
104104
```ps1
105-
git checkout 0.2.0
105+
git checkout 0.3.0
106106
```
107107
1. Build the program.
108108
```ps1
@@ -115,4 +115,4 @@ The program will be compiled to the following path, assuming your CPU architectu
115115
```
116116

117117
You can also use an IDE like [Visual Studio](https://visualstudio.microsoft.com/vs/) Community 2022 instead of the command line.
118-
- Visual Studio Publishing Profiles have been broken for years unless certain other workloads (like ASP.NET Web Development) are installed, so if you can't publish from VS you'll have to use the `dotnet publish` command above.
118+
- Visual Studio Publishing Profiles have been broken for years unless certain other workloads (like ASP.NET Web Development) are installed, so if you can't publish from VS you'll have to use the `dotnet publish` command above.

0 commit comments

Comments
 (0)