mirror of
https://github.com/brutaldev/StrongNameSigner.git
synced 2026-04-25 11:26:04 +03:00
[PR #67] [MERGED] 3.1.0 beta to production changes. #99
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/67
Author: @brutaldev
Created: 12/30/2021
Status: ✅ Merged
Merged: 12/30/2021
Merged by: @brutaldev
Base:
master← Head:3.0.0-beta📝 Commits (10+)
612d383Migrate automated task to .NET Standard 2.0 with corresponding dependencies to work in .NET Core only environments.5b6d310Create strong name key pairs in a cross-platform way.43ccf9eUse new strong name blob parameter to assign bytes directly and modify file attributes.f955eecPrevent signing anything in NuGet cache locations (Issue #61).de4c2acNew signing technique now works with delay signed assemblies as well (issue #42).87d209cVersion bump.5882f14Overhaul of the helper library for performance and additional fixes.18fd15aPassing tests after some serious refactoring.4c296e1Update Console to use new helper method.8d356dbUpdate UI after refactoring effort.📊 Changes
41 files changed (+1432 additions, -1235 deletions)
View changed files
📝
README.md(+7 -6)📝
src/Brutal.Dev.StrongNameSigner.Console/Brutal.Dev.StrongNameSigner.Console.csproj(+37 -6)📝
src/Brutal.Dev.StrongNameSigner.Console/Program.cs(+19 -164)📝
src/Brutal.Dev.StrongNameSigner.Console/Properties/AssemblyInfo.cs(+3 -3)➕
src/Brutal.Dev.StrongNameSigner.Console/app.config(+3 -0)📝
src/Brutal.Dev.StrongNameSigner.Console/packages.config(+2 -2)📝
src/Brutal.Dev.StrongNameSigner.Setup/EULA.txt(+1 -1)📝
src/Brutal.Dev.StrongNameSigner.Setup/StrongNameSigner.iss(+9 -7)📝
src/Brutal.Dev.StrongNameSigner.Setup/StrongNameSigner.nuspec(+13 -10)➕
src/Brutal.Dev.StrongNameSigner.TestAssembly.Core5/Brutal.Dev.StrongNameSigner.TestAssembly.Core5.csproj(+5 -0)➕
src/Brutal.Dev.StrongNameSigner.TestAssembly.Core5/C5.cs(+10 -0)📝
src/Brutal.Dev.StrongNameSigner.Tests/Brutal.Dev.StrongNameSigner.Tests.csproj(+32 -10)➖
src/Brutal.Dev.StrongNameSigner.Tests/FixAssemblyReferenceTests.cs(+0 -35)📝
src/Brutal.Dev.StrongNameSigner.Tests/GetAssemblyInfoTests.cs(+16 -16)📝
src/Brutal.Dev.StrongNameSigner.Tests/SignAssemblyTests.cs(+101 -69)➕
src/Brutal.Dev.StrongNameSigner.Tests/TestAssemblies/Brutal.Dev.StrongNameSigner.TestAssembly.Core5.deps.json(+23 -0)➕
src/Brutal.Dev.StrongNameSigner.Tests/TestAssemblies/Brutal.Dev.StrongNameSigner.TestAssembly.Core5.dll(+0 -0)➕
src/Brutal.Dev.StrongNameSigner.Tests/TestAssemblies/Brutal.Dev.StrongNameSigner.TestAssembly.Core5.pdb(+0 -0)📝
src/Brutal.Dev.StrongNameSigner.Tests/packages.config(+4 -3)➖
src/Brutal.Dev.StrongNameSigner.UI/AssemblyPair.cs(+0 -9)...and 21 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.