Skip to content

Commit

Permalink
Bumped to 2.0.5 and push to NuGet.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yohan Belval committed Mar 12, 2021
1 parent a4869ca commit c333e6b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -334,3 +334,5 @@ ASALocalRun/
.mfractor/

!releases/.DS_Store

.DS_Store
4 changes: 2 additions & 2 deletions src/GSoft.CertificateTool.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>2.0.4</Version>
<Version>2.0.5</Version>
<OutputType>Exe</OutputType>
<Description>CLI tool that installs a certificate to the specified store (defaults to My).</Description>
<RepositoryUrl>https://github.com/gsoft-inc/dotnet-certificate-tool</RepositoryUrl>
Expand All @@ -20,6 +20,6 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.3.0" />
<PackageReference Include="CommandLineParser" Version="2.8.0" />
</ItemGroup>
</Project>

0 comments on commit c333e6b

Please sign in to comment.