Skip to content

Commit 4a0c09d

Browse files
committed
Updated version to 3.1 (fixes #68)
1 parent 0d2d8ca commit 4a0c09d

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

src/AtleX.CommandLineArguments/AtleX.CommandLineArguments.csproj

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<Company />
1616
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1717

18-
<Version>3.0.0</Version>
18+
<Version>3.1.0</Version>
1919

2020
<RepositoryUrl>https://github.com/akamsteeg/AtleX.CommandLineArguments.git</RepositoryUrl>
2121
<PublishRepositoryUrl>true</PublishRepositoryUrl>
@@ -25,7 +25,12 @@
2525

2626
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
2727
<PackageTags>cli commandline command line arguments argument parser</PackageTags>
28-
<PackageReleaseNotes>
28+
<PackageReleaseNotes>
29+
3.1.0:
30+
- [Feature] Performance improvements (#64, #67)
31+
- [Feature] Updated dependencies (#65)
32+
- [Fix] NullReferenceException when nulling a property of CommandLineArgumentsConfiguration between assigning it to CommandLineArguments.Configuration and using it (#62)
33+
- [Fix] Incorrect platform detection in AutoDetectConfiguration (#61)
2934
3.0.0:
3035
- [Breaking] Moved from .NET Standard 1.5 &amp; .NET 4.5 to .NET Standard 2.0 &amp; .NET 4.6.1 (#38 and #59)
3136
- [Feature] PrefixedKeyConsoleHelpWriter is no longer marked as abstract (#45)

0 commit comments

Comments
 (0)