Brutal.Dev.StrongNameSigner
2.7.1
See the version list below for details.
dotnet add package Brutal.Dev.StrongNameSigner --version 2.7.1
NuGet\Install-Package Brutal.Dev.StrongNameSigner -Version 2.7.1
<PackageReference Include="Brutal.Dev.StrongNameSigner" Version="2.7.1" />
paket add Brutal.Dev.StrongNameSigner --version 2.7.1
#r "nuget: Brutal.Dev.StrongNameSigner, 2.7.1"
// Install Brutal.Dev.StrongNameSigner as a Cake Addin #addin nuget:?package=Brutal.Dev.StrongNameSigner&version=2.7.1 // Install Brutal.Dev.StrongNameSigner as a Cake Tool #tool nuget:?package=Brutal.Dev.StrongNameSigner&version=2.7.1
Automatic strong-name signing of referenced assemblies.
Utility software to strong-name sign .NET assemblies, including assemblies you do not have the source code for.
If you strong-name sign your own projects you may have noticed that if you reference an unsigned third party assembly you get an error similar to "Referenced assembly 'A.B.C' does not have a strong name". If you did not create this assembly, you can use this tool to sign the assembly with your own (or temporarily generated) strong-name key.
The tool will also re-write the assembly references (as well as any InternalsVisibleTo references) to match the new signed versions of the assemblies you create.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Brutal.Dev.StrongNameSigner:
Package | Downloads |
---|---|
Atlassian.SDK.Signed
Utilities to interact with Atlassian products. Contains LinqToJira provider for querying JIRA Issue tracker (http://www.atlassian.com/software/jira). |
GitHub repositories (3)
Showing the top 3 popular GitHub repositories that depend on Brutal.Dev.StrongNameSigner:
Repository | Stars |
---|---|
fluentmigrator/fluentmigrator
Fluent migrations framework for .NET
|
|
WireMock-Net/WireMock.Net
WireMock.Net is a flexible product for stubbing and mocking web HTTP responses using advanced request matching and response templating. Based on the functionality from http://WireMock.org, but extended with more functionality.
|
|
paiden/Nett
.Net library for TOML
|
Version | Downloads | Last updated |
---|---|---|
3.5.0 | 16,683 | 2/5/2024 |
3.4.0 | 3,978 | 10/23/2023 |
3.3.3 | 19,336 | 1/21/2023 |
3.3.2 | 1,925 | 1/12/2023 |
3.3.1 | 1,817 | 1/10/2023 |
3.2.1 | 1,562 | 12/19/2022 |
3.2.0 | 1,599 | 12/16/2022 |
3.1.1 | 1,952 | 10/17/2022 |
3.1.0 | 85,205 | 12/30/2021 |
3.0.5-beta | 1,484 | 12/8/2021 |
2.9.1 | 12,497 | 11/16/2021 |
2.9.0 | 2,689 | 11/2/2021 |
2.8.0 | 10,556 | 5/10/2021 |
2.7.1 | 103,405 | 12/12/2019 |
2.6.0 | 3,868 | 11/25/2019 |
2.4.0 | 2,884 | 9/18/2019 |
2.3.0 | 25,181 | 8/29/2018 |
2.2.0 | 1,890 | 8/28/2018 |
2.1.4 | 17,450 | 1/18/2018 |
2.1.3 | 33,882 | 5/12/2017 |
2.1.2 | 2,524 | 5/1/2017 |
2.1.0 | 26,823 | 9/24/2016 |
1.8.0 | 18,422 | 5/5/2016 |
1.7.0 | 7,804 | 4/14/2016 |
1.6.1 | 5,706 | 1/7/2016 |
1.5.1 | 12,596 | 8/2/2015 |
1.5.0 | 3,416 | 7/4/2015 |
1.4.9 | 2,697 | 7/1/2015 |
1.4.8 | 3,572 | 5/30/2015 |
1.4.7 | 2,434 | 5/28/2015 |
1.4.6 | 2,437 | 5/28/2015 |
1.4.5 | 2,853 | 5/16/2015 |
1.4.4 | 3,013 | 4/30/2015 |
- Improved performance of automated build task by ignoring checks against SDK and standard library assemblies that will/should always be signed anyway (Issue #57).
- Improved errors when files are not found.
- Log with high priority when files are being changed during the automated signing process.