Skip to content

Commit

Permalink
bumped version to 0.2.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Guiorgy committed May 1, 2024
1 parent 685341c commit bf95126
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion GitignoreParserNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/Guiorgy/GitignoreParserNet</PackageProjectUrl>
<RepositoryUrl>https://github.com/Guiorgy/GitignoreParserNet</RepositoryUrl>
<Version>0.2.0.12</Version>
<Version>0.2.0.13</Version>
<AssemblyVersion>$(Version)</AssemblyVersion>
<FileVersion>$(Version)</FileVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ A simple yet *complete* [`.gitignore`](https://git-scm.com/docs/gitignore#_patte

## Installation

[![NuGet Badge](https://buildstats.info/nuget/GitignoreParserNet)](https://www.nuget.org/packages/GitignoreParserNet/0.2.0.12)
[![NuGet Badge](https://buildstats.info/nuget/GitignoreParserNet)](https://www.nuget.org/packages/GitignoreParserNet/0.2.0.13)

`Install-Package GitignoreParserNet -Version 0.2.0.12`
`Install-Package GitignoreParserNet -Version 0.2.0.13`

## Features

Expand Down
2 changes: 1 addition & 1 deletion Tests/Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<IsPackable>false</IsPackable>
<Authors>Guiorgy</Authors>
<Copyright>$(Authors)</Copyright>
<Version>0.2.0.12</Version>
<Version>0.2.0.13</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down

0 comments on commit bf95126

Please sign in to comment.