Skip to content

Commit

Permalink
Updated SRP Nuget package reference to v1.0.2.
Browse files Browse the repository at this point in the history
Fixed Android project, removed SRP implementation files.
Updated Zyan package version to v2.11.
  • Loading branch information
yallie committed Nov 4, 2018
1 parent e7bdc14 commit c9a7ee7
Show file tree
Hide file tree
Showing 14 changed files with 24 additions and 27 deletions.
5 changes: 3 additions & 2 deletions nuget/Zyan.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Zyan</id>
<version>2.10</version>
<version>2.11</version>
<title>Zyan</title>
<authors>Rainbird,yallie</authors>
<owners>Hagen Siegel</owners>
Expand All @@ -16,7 +16,7 @@

v2.11: Security fixes and new features.
- #45: Updated Zyan.SafeDeserializationHelpers package.
- #44: Support for multi-step authentication.
- #44: Support for multi-step authentication and SRP-6a protocol.

v2.10: Security fixes and new features.
- #43: Integrate Zyan.SafeDeserializationHelpers package.
Expand All @@ -39,6 +39,7 @@
<dependencies>
<group>
<dependency id="Zyan.SafeDeserializationHelpers" version="0.5.0" />
<dependency id="srp" version="1.0.2" />
</group>
</dependencies>
</metadata>
Expand Down
4 changes: 2 additions & 2 deletions source/Zyan.Communication/Version.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Reflection;

[assembly: AssemblyVersion("2.10.0.0")]
[assembly: AssemblyFileVersion("2.10.0.0")]
[assembly: AssemblyVersion("2.11.0.0")]
[assembly: AssemblyFileVersion("2.11.0.0")]
18 changes: 7 additions & 11 deletions source/Zyan.Communication/Zyan.Communication.Android.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<HintPath>..\packages\Zyan.SafeDeserializationHelpers.0.3.0\lib\net35\Zyan.SafeDeserializationHelpers.dll</HintPath>
</Reference>
<Reference Include="srp">
<HintPath>..\packages\srp.1.0.1\lib\net45\srp.dll</HintPath>
<HintPath>..\packages\srp.1.0.2\lib\net45\srp.dll</HintPath>
<Private>True</Private>
</Reference>
</ItemGroup>
Expand Down Expand Up @@ -237,20 +237,16 @@
<Compile Include="Protocols\Versioning.cs" />
<Compile Include="Protocols\Wrapper\ChannelWrapper.cs" />
<Compile Include="Protocols\Wrapper\MessageSinkWrapper.cs" />
<Compile Include="Security\AuthCredentials.cs" />
<Compile Include="Security\BasicWindowsAuthProvider.cs" />
<Compile Include="Security\Exceptions\AccountLockedException.cs" />
<Compile Include="Security\Exceptions\AccountNotFoundException.cs" />
<Compile Include="Security\Exceptions\PasswordExpiredException.cs" />
<Compile Include="Security\IAuthenticationClient.cs" />
<Compile Include="Security\SecureRemotePassword\ISrpHash.cs" />
<Compile Include="Security\SecureRemotePassword\SrpClient.cs" />
<Compile Include="Security\SecureRemotePassword\SrpEphemeral.cs" />
<Compile Include="Security\SecureRemotePassword\SrpHash.cs" />
<Compile Include="Security\SecureRemotePassword\SrpInteger.cs" />
<Compile Include="Security\SecureRemotePassword\SrpParameters.cs" />
<Compile Include="Security\SecureRemotePassword\SrpServer.cs" />
<Compile Include="Security\SecureRemotePassword\SrpSession.cs" />
<Compile Include="Security\SimpleAuthenticationClient.cs" />
<Compile Include="Security\SecureRemotePassword\ISrpAccount.cs" />
<Compile Include="Security\SecureRemotePassword\ISrpAccountRepository.cs" />
<Compile Include="Security\SecureRemotePassword\SrpAuthenticationProvider.cs" />
<Compile Include="Security\SecureRemotePassword\SrpCredentials.cs" />
<Compile Include="Security\SecureRemotePassword\SrpProtocolConstants.cs" />
<Compile Include="Security\WindowsSecurityTools.cs" />
<Compile Include="CustomSerializationContainer.cs" />
<Compile Include="SerializationHandlerRepository.cs" />
Expand Down
2 changes: 1 addition & 1 deletion source/Zyan.Communication/Zyan.Communication.Fx3.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<HintPath>..\packages\Zyan.SafeDeserializationHelpers.0.5.0\lib\net35\Zyan.SafeDeserializationHelpers.dll</HintPath>
</Reference>
<Reference Include="srp">
<HintPath>..\packages\srp.1.0.1\lib\net35\srp.dll</HintPath>
<HintPath>..\packages\srp.1.0.2\lib\net35\srp.dll</HintPath>
<Private>True</Private>
</Reference>
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion source/Zyan.Communication/Zyan.Communication.Fx4.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<HintPath>..\packages\Zyan.SafeDeserializationHelpers.0.5.0\lib\net35\Zyan.SafeDeserializationHelpers.dll</HintPath>
</Reference>
<Reference Include="srp">
<HintPath>..\packages\srp.1.0.1\lib\net40\srp.dll</HintPath>
<HintPath>..\packages\srp.1.0.2\lib\net40\srp.dll</HintPath>
<Private>True</Private>
</Reference>
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion source/Zyan.Communication/Zyan.Communication.Fx45.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<Private>True</Private>
</Reference>
<Reference Include="srp">
<HintPath>..\packages\srp.1.0.1\lib\net45\srp.dll</HintPath>
<HintPath>..\packages\srp.1.0.2\lib\net45\srp.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion source/Zyan.Communication/Zyan.Communication.Mono.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<HintPath>..\packages\Zyan.SafeDeserializationHelpers.0.5.0\lib\net35\Zyan.SafeDeserializationHelpers.dll</HintPath>
</Reference>
<Reference Include="srp">
<HintPath>..\packages\srp.1.0.1\lib\net45\srp.dll</HintPath>
<HintPath>..\packages\srp.1.0.2\lib\net45\srp.dll</HintPath>
<Private>True</Private>
</Reference>
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion source/Zyan.Communication/Zyan.Communication.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<HintPath>..\packages\Zyan.SafeDeserializationHelpers.0.5.0\lib\net35\Zyan.SafeDeserializationHelpers.dll</HintPath>
</Reference>
<Reference Include="srp">
<HintPath>..\packages\srp.1.0.1\lib\net45\srp.dll</HintPath>
<HintPath>..\packages\srp.1.0.2\lib\net45\srp.dll</HintPath>
<Private>True</Private>
</Reference>
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion source/Zyan.Communication/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="srp" version="1.0.1" targetFramework="net46" />
<package id="srp" version="1.0.2" targetFramework="net46" />
<package id="Zyan.SafeDeserializationHelpers" version="0.5.0" targetFramework="net35" />
</packages>
2 changes: 1 addition & 1 deletion source/Zyan.Tests/Zyan.Tests.Fx3.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<HintPath>..\packages\Zyan.SafeDeserializationHelpers.0.5.0\lib\net35\Zyan.SafeDeserializationHelpers.dll</HintPath>
</Reference>
<Reference Include="srp">
<HintPath>..\packages\srp.1.0.1\lib\net35\srp.dll</HintPath>
<HintPath>..\packages\srp.1.0.2\lib\net35\srp.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion source/Zyan.Tests/Zyan.Tests.Mono.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<HintPath>..\packages\Zyan.SafeDeserializationHelpers.0.5.0\lib\net35\Zyan.SafeDeserializationHelpers.dll</HintPath>
</Reference>
<Reference Include="srp">
<HintPath>..\packages\srp.1.0.1\lib\net45\srp.dll</HintPath>
<HintPath>..\packages\srp.1.0.2\lib\net45\srp.dll</HintPath>
<Private>True</Private>
</Reference>
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions source/Zyan.Tests/Zyan.Tests.NUnit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="Zyan.SafeDeserializationHelpers">
<HintPath>..\packages\Zyan.SafeDeserializationHelpers.0.5.0\lib\net45\Zyan.SafeDeserializationHelpers.dll</HintPath>
<HintPath>..\packages\Zyan.SafeDeserializationHelpers.0.5.0\lib\net35\Zyan.SafeDeserializationHelpers.dll</HintPath>
</Reference>
<Reference Include="srp">
<HintPath>..\packages\srp.1.0.1\lib\net45\srp.dll</HintPath>
<HintPath>..\packages\srp.1.0.2\lib\net45\srp.dll</HintPath>
<Private>True</Private>
</Reference>
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion source/Zyan.Tests/Zyan.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<HintPath>..\packages\Zyan.SafeDeserializationHelpers.0.5.0\lib\net35\Zyan.SafeDeserializationHelpers.dll</HintPath>
</Reference>
<Reference Include="srp">
<HintPath>..\packages\srp.1.0.1\lib\net45\srp.dll</HintPath>
<HintPath>..\packages\srp.1.0.2\lib\net45\srp.dll</HintPath>
<Private>True</Private>
</Reference>
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion source/Zyan.Tests/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="srp" version="1.0.1" targetFramework="net46" />
<package id="srp" version="1.0.2" targetFramework="net46" />
<package id="Zyan.SafeDeserializationHelpers" version="0.5.0" targetFramework="net35" />
</packages>

0 comments on commit c9a7ee7

Please sign in to comment.