Skip to content

Commit

Permalink
Drop the beta
Browse files Browse the repository at this point in the history
  • Loading branch information
darinkes committed Oct 18, 2024
1 parent d228009 commit 23d1af4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ SshNet.Keygen
![.NET-Windows](https://github.com/darinkes/SshNet.Keygen/workflows/.NET-Windows/badge.svg)
![NuGet](https://github.com/darinkes/SshNet.Keygen/workflows/NuGet/badge.svg)

## Status
WIP

## .NET Frameworks

* .NET 4.8
Expand Down
4 changes: 2 additions & 2 deletions SshNet.Keygen/SshNet.Keygen.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<LangVersion>9</LangVersion>
<Nullable>enable</Nullable>
<PackageId>SshNet.Keygen</PackageId>
<Version>2024.0.0.2-beta</Version>
<Version>2024.0.0.2</Version>
<PackageVersion>$(Version)</PackageVersion>
<PackageTags>ssh;scp;sftp</PackageTags>
<Description>SSH.NET Extension to generate and export Authentication Keys in OpenSSH and PuTTY Format.</Description>
Expand All @@ -31,4 +31,4 @@
<ItemGroup Condition=" '$(TargetFramework)' != 'net48' ">
<PackageReference Include="System.Security.Cryptography.Cng" Version="5.0.0" />
</ItemGroup>
</Project>
</Project>

0 comments on commit 23d1af4

Please sign in to comment.