Skip to content

Commit

Permalink
Adds strong naming according to Open-source library guidance #287
Browse files Browse the repository at this point in the history
  • Loading branch information
Toby Henderson committed Feb 14, 2019
1 parent 042d630 commit 6959a9f
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 9 deletions.
Binary file added Brighter.snk
Binary file not shown.
3 changes: 3 additions & 0 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<Project>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>..\..\Brighter.snk</AssemblyOriginatorKeyFile>

<!-- including PDB files in NuGet for source link because symbolsource.org does not support portable PDBs -->
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<PackageId>Paramore.Brighter.MessagingGateway.Kafka</PackageId>
<PackageTags>Kafka;Command;Event;Service Activator;Decoupled;Invocation;Messaging;Remote;Command Dispatcher;Command Processor;Request;Service;Task Queue;Work Queue;Retry;Circuit Breaker;Availability</PackageTags>
<LangVersion>7.1</LangVersion>
<SignAssembly>false</SignAssembly>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Paramore.Brighter\Paramore.Brighter.csproj" />
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<PackageId>Paramore.Brighter.MessagingGateway.Redis</PackageId>
<PackageTags>Redis;Command;Event;Service Activator;Decoupled;Invocation;Messaging;Remote;Command Dispatcher;Command Processor;Request;Service;Task Queue;Work Queue;Retry;Circuit Breaker;Availability</PackageTags>
<LangVersion>7.1</LangVersion>
<SignAssembly>false</SignAssembly>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Paramore.Brighter\Paramore.Brighter.csproj" />
Expand Down
3 changes: 0 additions & 3 deletions src/Paramore.Brighter.ServiceActivator/InternalsVisibleTo.cs

This file was deleted.

3 changes: 0 additions & 3 deletions src/Paramore.Brighter/InternalsVisibleTo.cs

This file was deleted.

0 comments on commit 6959a9f

Please sign in to comment.