Skip to content

Commit b3934ee

Browse files
committed
Updated release notes and bumped version to 2.1.0
1 parent 6719223 commit b3934ee

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

src/AtleX.CommandLineArguments/AtleX.CommandLineArguments.csproj

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,22 @@
1212
<Description>AtleX.CommandLineArguments is a helper library to facilitate parsing command line arguments into a strongly-typed object. Values can be validated with extensible and customisable validators and the library can automatically generate help for the user.</Description>
1313
<Copyright>© Alex Kamsteeg</Copyright>
1414
<PackageLicenseUrl>https://github.com/akamsteeg/AtleX.CommandLineArguments/blob/master/LICENSE</PackageLicenseUrl>
15-
<Version>2.0.1</Version>
15+
16+
<Version>2.1.0</Version>
17+
<AssemblyVersion>2.1.0.0</AssemblyVersion>
18+
<FileVersion>2.1.0.0</FileVersion>
19+
1620
<RepositoryUrl>https://github.com/akamsteeg/AtleX.CommandLineArguments.git</RepositoryUrl>
1721
<PublishRepositoryUrl>true</PublishRepositoryUrl>
1822
<RepositoryType>Git</RepositoryType>
23+
1924
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
2025
<PackageTags>cli commandline command line arguments argument parser</PackageTags>
2126
<PackageReleaseNotes>
27+
2.1.0:
28+
- Enabled SourceLink for a better debugging experience (#40)
29+
- General code quality improvements (#41, #42)
30+
2231
2.0.1:
2332
- Performance improvements (#39)
2433

@@ -34,8 +43,6 @@
3443
1.1.1:
3544
-Many internal improvements (#7, #13, #14, #15, #16, #17)
3645
</PackageReleaseNotes>
37-
<AssemblyVersion>2.0.0.0</AssemblyVersion>
38-
<FileVersion>2.0.0.0</FileVersion>
3946
</PropertyGroup>
4047

4148
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard1.5'">

0 commit comments

Comments
 (0)