mirror of
https://github.com/brutaldev/StrongNameSigner.git
synced 2026-04-25 03:16:10 +03:00
[PR #78] [MERGED] feat: Removing nuget package filters for signing references #103
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/brutaldev/StrongNameSigner/pull/78
Author: @nickrandolph
Created: 12/14/2022
Status: ✅ Merged
Merged: 12/16/2022
Merged by: @brutaldev
Base:
master← Head:master📝 Commits (3)
9c76087fix: Assembly locking preventing files being copied6761d6cfix: Assembly locking preventing files being copied5fbd199fix: Allow outputpath to be null📊 Changes
9 files changed (+70 additions, -13 deletions)
View changed files
📝
src/Brutal.Dev.StrongNameSigner.Console/Brutal.Dev.StrongNameSigner.Console.csproj(+12 -0)📝
src/Brutal.Dev.StrongNameSigner.Console/packages.config(+1 -0)➕
src/Brutal.Dev.StrongNameSigner.Setup/Brutal.Dev.StrongNameSigner.3.2.0-preview.nupkg(+0 -0)📝
src/Brutal.Dev.StrongNameSigner.Setup/StrongNameSigner.nuspec(+3 -3)📝
src/Brutal.Dev.StrongNameSigner/AutomaticBuildTask.cs(+15 -8)📝
src/Brutal.Dev.StrongNameSigner/Brutal.Dev.StrongNameSigner.csproj(+1 -1)📝
src/Brutal.Dev.StrongNameSigner/OutputFileManager.cs(+36 -0)📝
src/Brutal.Dev.StrongNameSigner/SigningHelper.cs(+1 -0)📝
src/Brutal.Dev.StrongNameSigner/StrongNameSigner.targets(+1 -1)📄 Description
Removing the filters that prevents nuget packages from being included in the list of assemblies to be signed
Fixes #73
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.