Skip to content

Commit 13f7eb7

Browse files
committed
VersionBump : v3.0.3-preview.3
1 parent 48d9387 commit 13f7eb7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/CodeOfChaos.CliArgsParser.Generators/CodeOfChaos.CliArgsParser.Generators.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<IsPackable>true</IsPackable>
1414
<PackageId>CodeOfChaos.CliArgsParser.Generators</PackageId>
15-
<Version>3.0.3-preview.2</Version> <!-- Package version -->
15+
<Version>3.0.3-preview.3</Version> <!-- Package version -->
1616
<Authors>Anna Sas</Authors>
1717
<Description>CliArgsParser is a library built around Dependency Injection to allow you to create CLI tools with ease</Description>
1818
<PackageProjectUrl>https://github.com/code-of-chaos/cs-code_of_chaos-cli_args_parser/</PackageProjectUrl>

src/CodeOfChaos.CliArgsParser.Library/CodeOfChaos.CliArgsParser.Library.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<IsPackable>true</IsPackable>
1010
<PackageId>CodeOfChaos.CliArgsParser.Library</PackageId> <!-- Main package name -->
11-
<Version>3.0.3-preview.2</Version> <!-- Package version -->
11+
<Version>3.0.3-preview.3</Version> <!-- Package version -->
1212
<Authors>Anna Sas</Authors>
1313
<Description>CliArgsParser is a library built around Dependency Injection to allow you to create CLI tools with ease</Description>
1414
<PackageProjectUrl>https://github.com/code-of-chaos/cs-code_of_chaos-cli_args_parser/</PackageProjectUrl>

src/CodeOfChaos.CliArgsParser/CodeOfChaos.CliArgsParser.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<IsPackable>true</IsPackable>
99
<PackageId>CodeOfChaos.CliArgsParser</PackageId> <!-- Main package name -->
10-
<Version>3.0.3-preview.2</Version> <!-- Package version -->
10+
<Version>3.0.3-preview.3</Version> <!-- Package version -->
1111
<Authors>Anna Sas</Authors>
1212
<Description>CliArgsParser is a library built around Dependency Injection to allow you to create CLI tools with ease</Description>
1313
<PackageProjectUrl>https://github.com/code-of-chaos/cs-code_of_chaos-cli_args_parser/</PackageProjectUrl>

0 commit comments

Comments
 (0)