File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 5
5
# # files generated by popular Visual Studio add-ons.
6
6
7
7
# User-specific files
8
+ .temp
8
9
.idea /
9
10
.temp
10
11
* .suo
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<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 >
6
6
<AssemblyTitle >srp</AssemblyTitle >
7
- <Version >1.0.6 </Version >
7
+ <Version >1.0.7 </Version >
8
8
<AssemblyVersion >1.0.0.0</AssemblyVersion >
9
9
<FileVersion >$(Version).0</FileVersion >
10
10
<Authors >Alexey Yakovlev</Authors >
24
24
<RootNamespace >SecureRemotePassword</RootNamespace >
25
25
<PackageReleaseNotes >What's new:
26
26
27
+ v1.0.7:
28
+ — Added support for legacy SRP-3 and SRP-6 protocols.
29
+
27
30
v1.0.6:
28
31
— Added ISrpClient and ISrpServer interfaces.
29
32
You can’t perform that action at this time.
0 commit comments