Skip to content

Commit

Permalink
Bump dependency to OutputColorizer to 2.0.0 (#65)
Browse files Browse the repository at this point in the history
* Bump dependency to OutputColorizer to 2.0.0

* Bump package version.
  • Loading branch information
AlexGhiondea authored Dec 14, 2020
1 parent 1d29354 commit a6fb092
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/CommandLine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
</PropertyGroup>

<PropertyGroup>
<AssemblyVersion>2.2.1</AssemblyVersion>
<FileVersion>$(AssemblyVersion)</FileVersion>
<AssemblyVersion>2.2.2</AssemblyVersion>
<FileVersion>2.2.2</FileVersion>
<VersionPrefix>2.2.0</VersionPrefix>
</PropertyGroup>

Expand All @@ -26,11 +26,11 @@
<RepositoryType>Git</RepositoryType>
<PackageTags>CommandLine, Command line, Command, Line, parser, objects, custom</PackageTags>
<LangVersion>7.1</LangVersion>
<Version>2.2.1</Version>
<Version>2.2.2</Version>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="OutputColorizer" Version="1.1.0" />
<PackageReference Include="OutputColorizer" Version="2.0.0" />
</ItemGroup>

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

0 comments on commit a6fb092

Please sign in to comment.