|
15 | 15 | <Company />
|
16 | 16 | <PackageLicenseExpression>MIT</PackageLicenseExpression>
|
17 | 17 |
|
18 |
| - <Version>2.1.0</Version> |
19 |
| - <AssemblyVersion>2.1.0.0</AssemblyVersion> |
20 |
| - <FileVersion>2.1.0.0</FileVersion> |
| 18 | + <Version>3.0.0</Version> |
21 | 19 |
|
22 | 20 | <RepositoryUrl>https://github.com/akamsteeg/AtleX.CommandLineArguments.git</RepositoryUrl>
|
23 | 21 | <PublishRepositoryUrl>true</PublishRepositoryUrl>
|
24 | 22 | <RepositoryType>Git</RepositoryType>
|
25 | 23 |
|
26 | 24 | <AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
|
27 | 25 | <PackageTags>cli commandline command line arguments argument parser</PackageTags>
|
28 |
| - <PackageReleaseNotes> |
| 26 | + <PackageReleaseNotes> |
| 27 | + 3.0.0: |
| 28 | + - [Breaking] Moved from .NET Standard 1.5 & .NET 4.5 to .NET Standard 2.0 & .NET 4.6.1 (#38 and #59) |
| 29 | + - [Feature] PrefixedKeyConsoleHelpWriter is no longer marked as abstract (#45) |
| 30 | + - [Feature] Added IArgumentValidator interface (#49) |
| 31 | + - [Feature] Added ITypeParser interface (#50) |
| 32 | + - [Feature] Added constructor overrides to CommandLineArgumentConfiguration to accept custom ITypeParser and/or IArgumentValidator arguments (#52) |
| 33 | + - [Feature] Added .AddRange() methods for ITypeParser and IArgumentValidator to CommandLineArgumentsConfiguration (#53) |
| 34 | + - [Feature] PrefixedKeyParser is no longer marked as abstract (#54) |
| 35 | + - [Feature] Marked Parse<T>() methods in built-in abstract parser classes as virtual (#55) |
| 36 | + - [Feature] Updated the System.ComponentModel.Annotations dependency to 4.5.0 (#57) |
| 37 | + - [Feature] General code quality and performance improvements (#48, #51) |
| 38 | + - [Fix] ParseResult.IsValid is no longer re-evaluated for each call (#58) |
| 39 | + |
29 | 40 | 2.1.0:
|
30 | 41 | - Enabled SourceLink for a better debugging experience (#40)
|
31 | 42 | - General code quality improvements (#41, #42)
|
|
0 commit comments