Skip to content

Commit

Permalink
Bumped up version to 0.5.0 in project file
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCahill committed Mar 2, 2023
1 parent 678d286 commit 76e6d46
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions getopt.net/getopt.net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,21 @@ GitHub: https://github.com/SimonCahill/getopt.net</Description>
<PackageId>getopt.net-bsd</PackageId>
<PublisherName>Simon Cahill</PublisherName>
<SupportUrl>https://docs.simonc.eu/docs/getopt.net</SupportUrl>
<ReleaseVersion>0.4.0</ReleaseVersion>
<ReleaseVersion>0.5.0</ReleaseVersion>
<SynchReleaseVersion>true</SynchReleaseVersion>
<RepositoryUrl>https://github.com/SimonCahill/getopt.net</RepositoryUrl>
<PackageProjectUrl>https://docs.simonc.eu/docs/getopt.net</PackageProjectUrl>
<RepositoryType>Git</RepositoryType>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<Version>0.4.0</Version>
<Version>0.5.0</Version>
<PackageTags>getopt; getopt.net; argument-parsing; parser; arguments; options; getopt_long</PackageTags>
<PackageReleaseNotes>
This release introduces a potentially breaking change!

# Changes:
- Removed support for Flag parameter in Options struct.
- Bumped up version to 0.4.0
Changes:
- Added support for Windows-style arguments!
- Just set `AllowWindowsConventions = true;` and you're good to go!
- Bumped up version to 0.5.0
</PackageReleaseNotes>
<Title>getopt.net</Title>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
Expand Down

0 comments on commit 76e6d46

Please sign in to comment.