neosmart / SecureStore

A .NET implementation of the cross-platform SecureStore (symmetrically-encrypted secrets) protocol
MIT License
96 stars 15 forks source link

Can you provide Strong Name assembly in Visual Studio Nugget Package? #13

Closed sameerpanse closed 1 year ago

sameerpanse commented 1 year ago

Can you provide Strong Name assembly in Visual Studio Nugget Package?

mqudsi commented 1 year ago

We can definitely do that! Let me add an snk and push out an update.

mqudsi commented 1 year ago

Sorry for the delay, but I've just published SecureStore 1.2.0 to NuGet with a strongly-signed NeoSmart.SecureStore.dll.

As with other open source projects, the SNK is not private; it has been published alongside the project to the repo and should only be used to assume unique identification of the binary and not for trusted signer purposes.

NuGet link (will be live when NuGet updates): https://www.nuget.org/packages/SecureStore/1.2.0

sameerpanse commented 1 year ago

Thanks for providing an update!