Releases: KyleKolander/nuget-utilities
Releases · KyleKolander/nuget-utilities
0.1.6
Commits
- fc533a1: Environment.GetCommandLineArgs() includes the executable itself as the first argument, which breaks System.CommandLine on Linux. Workaround is to use Environment.GetCommandLineArgs().Skip(1).ToArray() per dotnet/runtime#36566. (Kyle Kolander)
0.1.5
Commits
- 18559c6: Publish single file app needs slightly different command line args - take 2 (Kyle Kolander)
0.1.3
Commits
- c8d0777: Modified README.md getting started example (Kyle Kolander)
0.1.2
Commits
- 5721a1c: Modified README.md so it will display properly on nuget.org (Kyle Kolander)
0.1.1
Commits
- 19b8500: Fix the URL to the GitHub release as listed on nuget.org (Kyle Kolander)
- b8e8eb0: Modified README.md due to nuget.org restriction on trusted sources of images. (Kyle Kolander)