Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
Strong-name the assemblies
Browse files Browse the repository at this point in the history
  • Loading branch information
KirillOsenkov committed Oct 13, 2019
1 parent 2a1c5c7 commit 8282786
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
5 changes: 2 additions & 3 deletions Core/Properties.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@

using System.Runtime.CompilerServices;

[assembly: InternalsVisibleTo ("MonoDevelop.Xml")]
[assembly: InternalsVisibleTo ("MonoDevelop.Xml.Tests")]
[assembly: InternalsVisibleTo ("MonoDevelop.Xml.Editor")]
[assembly: InternalsVisibleTo ("MonoDevelop.Xml.Editor, PublicKey=0024000004800000940000000602000000240000525341310004000001000100510a1c03c181816c65be87b8fd908657f57154bfe3304485a0613251255e13b1313f6acbd296bc807779dff01271101cc7c341357a5af16be39072d9ff5b3fbf72c3100aab5b55775b4b5494eb5c93209755fe3b4eb95f64c790bb1bab867217919b365f120d8885769da792a412d903b0a953357b611d71097fdfce4caf62fa")]
[assembly: InternalsVisibleTo ("MonoDevelop.Xml.Tests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100510a1c03c181816c65be87b8fd908657f57154bfe3304485a0613251255e13b1313f6acbd296bc807779dff01271101cc7c341357a5af16be39072d9ff5b3fbf72c3100aab5b55775b4b5494eb5c93209755fe3b4eb95f64c790bb1bab867217919b365f120d8885769da792a412d903b0a953357b611d71097fdfce4caf62fa")]
8 changes: 8 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<Project>

<PropertyGroup>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)private.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>

</Project>
2 changes: 1 addition & 1 deletion Editor/Properties.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

using System.Runtime.CompilerServices;

[assembly: InternalsVisibleTo ("MonoDevelop.Xml.Tests")]
[assembly: InternalsVisibleTo ("MonoDevelop.Xml.Tests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100510a1c03c181816c65be87b8fd908657f57154bfe3304485a0613251255e13b1313f6acbd296bc807779dff01271101cc7c341357a5af16be39072d9ff5b3fbf72c3100aab5b55775b4b5494eb5c93209755fe3b4eb95f64c790bb1bab867217919b365f120d8885769da792a412d903b0a953357b611d71097fdfce4caf62fa")]
Binary file added private.snk
Binary file not shown.

0 comments on commit 8282786

Please sign in to comment.