Skip to content

Commit

Permalink
Bump version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
yallie committed Aug 26, 2018
1 parent 432dc1d commit 6afc478
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/srp/srp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<Description>SRP-6a protocol implementation for .NET Standard 2.0 and .NET Framework 3.5+</Description>
<Copyright>Copyright © 2018 Alexey Yakovlev</Copyright>
<AssemblyTitle>srp</AssemblyTitle>
<Version>1.0.1</Version>
<Version>1.0.2</Version>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<FileVersion>1.0.1.0</FileVersion>
<FileVersion>1.0.2.0</FileVersion>
<Authors>Alexey Yakovlev</Authors>
<TargetFrameworks>net35;net40;net45;netstandard1.6;netstandard2.0</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand All @@ -24,6 +24,9 @@
<RootNamespace>SecureRemotePassword</RootNamespace>
<PackageReleaseNotes>What's new:

v1.0.2:
- Fixed sha384/sha512 support in .NET Standard 1.6 version.

v1.0.1:
- Enabled .NET Standard 1.6 support.

Expand Down

0 comments on commit 6afc478

Please sign in to comment.