Skip to content

Commit 46ec734

Browse files
committed
Bump version number.
1 parent 79ef8d6 commit 46ec734

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
## files generated by popular Visual Studio add-ons.
66

77
# User-specific files
8+
.temp
89
.idea/
910
.temp
1011
*.suo

src/srp/srp.csproj

+5-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

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

27+
v1.0.7:
28+
— Added support for legacy SRP-3 and SRP-6 protocols.
29+
2730
v1.0.6:
2831
— Added ISrpClient and ISrpServer interfaces.
2932

0 commit comments

Comments
 (0)