Skip to content

Releases: KyleKolander/nuget-utilities

0.1.6

31 Oct 01:23
Compare
Choose a tag to compare

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

28 Oct 14:01
Compare
Choose a tag to compare

Commits

  • 18559c6: Publish single file app needs slightly different command line args - take 2 (Kyle Kolander)

0.1.3

26 Oct 03:16
Compare
Choose a tag to compare

Commits

  • c8d0777: Modified README.md getting started example (Kyle Kolander)

0.1.2

26 Oct 01:54
Compare
Choose a tag to compare

Commits

  • 5721a1c: Modified README.md so it will display properly on nuget.org (Kyle Kolander)

0.1.1

26 Oct 01:39
Compare
Choose a tag to compare

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)

0.1.0

25 Oct 21:47
Compare
Choose a tag to compare
v0.1.0

Initial commit