mirror of
https://github.com/brutaldev/StrongNameSigner.git
synced 2026-04-25 11:26:04 +03:00
[GH-ISSUE #13] Feature Request: Non-Installer release #11
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?
Originally created by @mklaber on GitHub (Apr 30, 2015).
Original GitHub issue: https://github.com/brutaldev/StrongNameSigner/issues/13
Originally assigned to: @brutaldev on GitHub.
I'd like to drop
StrongNameSigner.Console.exein a solution's Shared folder (where I keep powershell build and deployment scripts and whatnot) so that I don't have to install Strong Name Signer on every machine this will run on. I got it working by installing just the Console app and then copying the necessary DLLs from the install directory in to my Shared folder. It'd be great if there were a standalone exe or a ZIP of the program files so I don't actually have to install it.Also, please add a time machine and go back and write this a year earlier when I was last mucking around with signed assemblies and sorely needed this. Thanks. :-)
@brutaldev commented on GitHub (Apr 30, 2015):
Sure, a portable version won't be a problem. Furthermore, I should probably publish to NuGet as well as a tool so it's not a hard external dependency for build servers.
I'll take a look a this over the weekend. As for the time machine, not much I can do there but if someone else invents it one day I'll ask if I can borrow it quickly ;)
@mklaber commented on GitHub (Apr 30, 2015):
👍
@brutaldev commented on GitHub (Apr 30, 2015):
Uploaded to NuGet. You can install it as a dependency using
Install-Package Brutal.Dev.StrongNameSigneror adding it to yourpackages.configlike this:Then access the portable files from
packages\Brutal.Dev.StrongNameSigner.1.4.4\tools\StrongNameSigner.Console.exe.You can also [download the package](package id="Brutal.Dev.StrongNameSigner" version="1.4.4" /) directly and find the portable files in the
toolsdirectory since it's just a zip file anywayHope this helps.