This is an automated email from the ASF dual-hosted git repository.
tabish pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-proton-dotnet.git
The following commit(s) were added to refs/heads/main by this push:
new 98ad22b PROTON-2615 Use public signing of the asseblies
98ad22b is described below
commit 98ad22bab8a02088705f51a3350df310c568be2a
Author: Timothy Bish <[email protected]>
AuthorDate: Mon Oct 3 15:46:45 2022 -0400
PROTON-2615 Use public signing of the asseblies
Enable public sign for the assemblies which resolves some issues
on platforms that has disabled the SHA1 algorithm.
---
src/Proton.Client/Proton.Client.csproj | 1 +
src/Proton.TestPeer/Proton.TestPeer.csproj | 1 +
src/Proton/Proton.csproj | 1 +
test/Proton.Client.Tests/Proton.Client.Tests.csproj | 1 +
test/Proton.Tests/Proton.Tests.csproj | 1 +
5 files changed, 5 insertions(+)
diff --git a/src/Proton.Client/Proton.Client.csproj
b/src/Proton.Client/Proton.Client.csproj
index 2332026..364f1b4 100644
--- a/src/Proton.Client/Proton.Client.csproj
+++ b/src/Proton.Client/Proton.Client.csproj
@@ -22,6 +22,7 @@
<TargetFramework>$(DefaultLibraryTargetFrameworks)</TargetFramework>
<AssemblyName>Qpid.Proton.Client</AssemblyName>
<RootNamespace>Apache.Qpid.Proton.Client</RootNamespace>
+ <PublicSign>true</PublicSign>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>..\..\key\proton-dotnet.snk</AssemblyOriginatorKeyFile>
<CodeAnalysisRuleSet>..\..\Proton.ruleset</CodeAnalysisRuleSet>
diff --git a/src/Proton.TestPeer/Proton.TestPeer.csproj
b/src/Proton.TestPeer/Proton.TestPeer.csproj
index b48c599..af85e25 100644
--- a/src/Proton.TestPeer/Proton.TestPeer.csproj
+++ b/src/Proton.TestPeer/Proton.TestPeer.csproj
@@ -24,6 +24,7 @@
<RootNamespace>Apache.Qpid.Proton</RootNamespace>
<IsPackable>false</IsPackable>
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
+ <PublicSign>true</PublicSign>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>..\..\key\proton-dotnet.snk</AssemblyOriginatorKeyFile>
<CodeAnalysisRuleSet>..\..\Proton.ruleset</CodeAnalysisRuleSet>
diff --git a/src/Proton/Proton.csproj b/src/Proton/Proton.csproj
index 24a32fc..7c8b619 100644
--- a/src/Proton/Proton.csproj
+++ b/src/Proton/Proton.csproj
@@ -22,6 +22,7 @@
<TargetFramework>$(DefaultLibraryTargetFrameworks)</TargetFramework>
<AssemblyName>Qpid.Proton</AssemblyName>
<RootNamespace>Apache.Qpid.Proton</RootNamespace>
+ <PublicSign>true</PublicSign>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>..\..\key\proton-dotnet.snk</AssemblyOriginatorKeyFile>
<CodeAnalysisRuleSet>..\..\Proton.ruleset</CodeAnalysisRuleSet>
diff --git a/test/Proton.Client.Tests/Proton.Client.Tests.csproj
b/test/Proton.Client.Tests/Proton.Client.Tests.csproj
index 254e187..74c9c95 100644
--- a/test/Proton.Client.Tests/Proton.Client.Tests.csproj
+++ b/test/Proton.Client.Tests/Proton.Client.Tests.csproj
@@ -23,6 +23,7 @@
<RollForward>$(DefaultUnitTestsRollForwardPolicy)</RollForward>
<AssemblyName>Qpid.Proton.Client.Tests</AssemblyName>
<RootNamespace>Apache.Qpid.Proton.Client</RootNamespace>
+ <PublicSign>true</PublicSign>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>..\..\key\proton-dotnet.snk</AssemblyOriginatorKeyFile>
<IsPackable>false</IsPackable>
diff --git a/test/Proton.Tests/Proton.Tests.csproj
b/test/Proton.Tests/Proton.Tests.csproj
index 0ea0bc0..61910b5 100644
--- a/test/Proton.Tests/Proton.Tests.csproj
+++ b/test/Proton.Tests/Proton.Tests.csproj
@@ -27,6 +27,7 @@
<GenerateProgramFile>true</GenerateProgramFile>
<CodeAnalysisRuleSet>..\..\Proton.ruleset</CodeAnalysisRuleSet>
<RollForward>$(DefaultUnitTestsRollForwardPolicy)</RollForward>
+ <SignAssembly>false</SignAssembly>
</PropertyGroup>
<ItemGroup>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]