Skip to content

Commit a6fb092

Browse files
authored
Bump dependency to OutputColorizer to 2.0.0 (#65)
* Bump dependency to OutputColorizer to 2.0.0 * Bump package version.
1 parent 1d29354 commit a6fb092

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/CommandLine.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
</PropertyGroup>
88

99
<PropertyGroup>
10-
<AssemblyVersion>2.2.1</AssemblyVersion>
11-
<FileVersion>$(AssemblyVersion)</FileVersion>
10+
<AssemblyVersion>2.2.2</AssemblyVersion>
11+
<FileVersion>2.2.2</FileVersion>
1212
<VersionPrefix>2.2.0</VersionPrefix>
1313
</PropertyGroup>
1414

@@ -26,11 +26,11 @@
2626
<RepositoryType>Git</RepositoryType>
2727
<PackageTags>CommandLine, Command line, Command, Line, parser, objects, custom</PackageTags>
2828
<LangVersion>7.1</LangVersion>
29-
<Version>2.2.1</Version>
29+
<Version>2.2.2</Version>
3030
</PropertyGroup>
3131

3232
<ItemGroup>
33-
<PackageReference Include="OutputColorizer" Version="1.1.0" />
33+
<PackageReference Include="OutputColorizer" Version="2.0.0" />
3434
</ItemGroup>
3535

3636
<ItemGroup Condition="'$(TargetFramework)' != 'net45'">

0 commit comments

Comments
 (0)