Brutal.Dev.StrongNameSigner 2.9.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Brutal.Dev.StrongNameSigner --version 2.9.0
                    
NuGet\Install-Package Brutal.Dev.StrongNameSigner -Version 2.9.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Brutal.Dev.StrongNameSigner" Version="2.9.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Brutal.Dev.StrongNameSigner" Version="2.9.0" />
                    
Directory.Packages.props
<PackageReference Include="Brutal.Dev.StrongNameSigner" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Brutal.Dev.StrongNameSigner --version 2.9.0
                    
#r "nuget: Brutal.Dev.StrongNameSigner, 2.9.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=Brutal.Dev.StrongNameSigner&version=2.9.0
                    
Install Brutal.Dev.StrongNameSigner as a Cake Addin
#tool nuget:?package=Brutal.Dev.StrongNameSigner&version=2.9.0
                    
Install Brutal.Dev.StrongNameSigner as a Cake Tool

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.

There are no supported framework assets in this package.

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 (2)

Showing the top 2 popular GitHub repositories that depend on Brutal.Dev.StrongNameSigner:

Repository Stars
fluentmigrator/fluentmigrator
Fluent migrations framework for .NET
paiden/Nett
.Net library for TOML
Version Downloads Last updated
3.5.1 467 3/30/2025
3.5.0 39,338 2/5/2024
3.4.0 4,285 10/23/2023
3.3.3 22,741 1/21/2023
3.3.2 1,963 1/12/2023
3.3.1 1,839 1/10/2023
3.2.1 1,597 12/19/2022
3.2.0 1,621 12/16/2022
3.1.1 2,005 10/17/2022
3.1.0 89,894 12/30/2021
3.0.5-beta 1,507 12/8/2021
2.9.1 13,992 11/16/2021
2.9.0 2,722 11/2/2021
2.8.0 10,943 5/10/2021
2.7.1 110,756 12/12/2019
2.6.0 4,256 11/25/2019
2.4.0 3,038 9/18/2019
2.3.0 27,110 8/29/2018
2.2.0 1,945 8/28/2018
2.1.4 17,668 1/18/2018
2.1.3 36,822 5/12/2017
2.1.2 2,680 5/1/2017
2.1.0 26,976 9/24/2016
1.8.0 20,037 5/5/2016
1.7.0 8,243 4/14/2016
1.6.1 5,962 1/7/2016
1.5.1 14,130 8/2/2015
1.5.0 3,597 7/4/2015
1.4.9 2,876 7/1/2015
1.4.8 3,934 5/30/2015
1.4.7 2,548 5/28/2015
1.4.6 2,551 5/28/2015
1.4.5 3,024 5/16/2015
1.4.4 3,150 4/30/2015

- Update to the latest Mono Cecil which fixes a number of issues that can only make things better.
- Fix issues #38 and tested #44.
- Update version numbers.
- Ignore delay signed assemblies that simply throw exception.
- Fix password field not being disabled in the UI.
- Update packages.