Skip to content

Commit

Permalink
Bump version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
yallie committed Mar 28, 2022
1 parent 79ef8d6 commit 46ec734
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
## files generated by popular Visual Studio add-ons.

# User-specific files
.temp
.idea/
.temp
*.suo
Expand Down
7 changes: 5 additions & 2 deletions src/srp/srp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

<PropertyGroup>
<Description>SRP-6a protocol implementation for .NET Standard 2.0 and .NET Framework 3.5+</Description>
<Copyright>Copyright © 2018-2020 Alexey Yakovlev</Copyright>
<Copyright>Copyright © 2018-2022 Alexey Yakovlev</Copyright>
<AssemblyTitle>srp</AssemblyTitle>
<Version>1.0.6</Version>
<Version>1.0.7</Version>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<FileVersion>$(Version).0</FileVersion>
<Authors>Alexey Yakovlev</Authors>
Expand All @@ -24,6 +24,9 @@
<RootNamespace>SecureRemotePassword</RootNamespace>
<PackageReleaseNotes>What's new:

v1.0.7:
— Added support for legacy SRP-3 and SRP-6 protocols.

v1.0.6:
— Added ISrpClient and ISrpServer interfaces.

Expand Down

0 comments on commit 46ec734

Please sign in to comment.