oising / strongnaming

A set of PowerShell Cmdlets to facilitate signing of unsigned 3rd party assemblies with a key of your choice, to allow them to be referenced by strongly named projects.
40 stars 6 forks source link

Make it just work without passing params #7

Closed omidkrad closed 9 years ago

oising commented 9 years ago

I haven't looked at this for a long time - can you explain the change?

omidkrad commented 9 years ago

It was a minor change. init.ps1 required the script path to be passed to it as an argument. The change makes the script to figure it out by itself. 'cause you'd just expect init.ps1 to work first time you run it.