dnauck / Portable.Licensing

Portable.Licensing is a cross platform software licensing framework which allows you to implement licensing into your application or library. It provides you all tools to create and validate licenses for your software.
http://dev.nauck-it.de/projects/portable-licensing
MIT License
592 stars 173 forks source link

paket.bootstrapper.exe should be renamed to paket.exe #49

Open mshwf opened 5 years ago

mshwf commented 5 years ago

The project couldn't be built due to issues with packet, this was the error message:

The command ""C:\Users\Mohamed.Elshawaf\Downloads\Compressed\Portable.Licensing-develop.paket\paket.bootstrapper.exe"" exited with code 1.

I found out- from packet docs- that paket.bootstrapper.exe should be renamed to paket.exe, after renaming, the project has been built successfully (after re-installing nunit.framework)