Skip to content

Commit

Permalink
Update to v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cdottori-stark committed Nov 4, 2021
1 parent 35ad8fe commit 76b1faf
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,14 @@ Given a version number MAJOR.MINOR.PATCH, increment:


## [Unreleased]

## [1.3.2] - 2021-11-04
### Fixed
- Signature r and s range check

## [1.3.1] - 2021-04-06
### Fixed
- signature r and s range check
- swapped hex names (hex129, hex160, hex128) in der utils

## [1.3.0] - 2021-01-26
### Added
Expand Down
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.3.1</PackageVersion>
<PackageVersion>1.3.2</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.3.1</ReleaseVersion>
<ReleaseVersion>1.3.2</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.3.1
version = 1.3.2
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.3.1</ReleaseVersion>
<ReleaseVersion>1.3.2</ReleaseVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 76b1faf

Please sign in to comment.