Skip to content

Commit

Permalink
Update to v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cdottori-stark committed Sep 27, 2020
1 parent 29a3cd6 commit 4493adf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions EcdsaDotNet/EcdsaDotNet/StarkbankEcdsa.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<RootNamespace>EllipticCurve</RootNamespace>
<PackOnBuild>true</PackOnBuild>
<PackageId>starkbank-ecdsa</PackageId>
<PackageVersion>1.2.0</PackageVersion>
<PackageVersion>1.2.1</PackageVersion>
<Authors>Stark Bank</Authors>
<PackageLicenseUrl>https://opensource.org/licenses/MIT</PackageLicenseUrl>
<Owners>Stark Bank</Owners>
Expand All @@ -14,7 +14,7 @@
<Title>Stark Bank ECDSA</Title>
<Description>Pure C# implementation of the Elliptic Curve Digital Signature Algorithm (ECDSA) by Stark Bank</Description>
<PackageTags>ecdsa, digital-signature, elliptic-curve</PackageTags>
<ReleaseVersion>1.2.0</ReleaseVersion>
<ReleaseVersion>1.2.1</ReleaseVersion>
<NeutralLanguage>en-US</NeutralLanguage>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion EcdsaDotNet/StarkbankEcdsa.sln
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ Global
$0.StandardHeader = $2
$0.VersionControlPolicy = $3
description = Pure C# implementation of the Elliptic Curve Digital Signature Algorithm (ECDSA) by Stark Bank
version = 1.2.0
version = 1.2.1
EndGlobalSection
EndGlobal
2 changes: 1 addition & 1 deletion EcdsaDotNet/StarkbankEcdsaTests/StarkbankEcdsaTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>netcoreapp2.0;netcoreapp3.0</TargetFrameworks>

<IsPackable>false</IsPackable>
<ReleaseVersion>1.2.0</ReleaseVersion>
<ReleaseVersion>1.2.1</ReleaseVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 4493adf

Please sign in to comment.