Skip to content

Commit 4657827

Browse files
committed
VersionBump : v1.2.1
1 parent be2994b commit 4657827

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/CodeOfChaos.Ansi.Generators/CodeOfChaos.Ansi.Generators.csproj

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

1717
<!-- Main package name -->
1818
<PackageId>CodeOfChaos.Ansi.Generators</PackageId>
19-
<Version>1.2.0</Version>
19+
<Version>1.2.1</Version>
2020
<Authors>Anna Sas</Authors>
2121
<Description>A library to write Ansi Colored text as a stringbuilder</Description>
2222
<PackageProjectUrl>https://github.com/code-of-chaos/cs-code_of_chaos-ansi/</PackageProjectUrl>

src/CodeOfChaos.Ansi/CodeOfChaos.Ansi.csproj

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

88
<!-- Main package name -->
99
<PackageId>CodeOfChaos.Ansi</PackageId>
10-
<Version>1.2.0</Version>
10+
<Version>1.2.1</Version>
1111
<Authors>Anna Sas</Authors>
1212
<Description>A small library to use Fluent style-ish string builders to add color to your console output</Description>
1313
<PackageProjectUrl>https://github.com/code-of-chaos/cs-code_of_chaos-ansi/</PackageProjectUrl>

0 commit comments

Comments
 (0)