ookii-dialogs / ookii-dialogs-wpf

Awesome dialogs for Windows Desktop applications built with Microsoft .NET (WPF)
BSD 3-Clause "New" or "Revised" License
1.14k stars 85 forks source link

Ookii.Dialogs.Wpf.dll is not strong-name-signed #3

Closed Kittyfisto closed 5 years ago

Kittyfisto commented 5 years ago

I'd like to use your project in one of mine, however I'm currently unable to do so because the Ookii.Dialogs.Wpf.dll is not strong name signed. My project requires strong-name-signing (unfortunately) and .NET requires that any SNS assembly only have dependencies to other SNS assemblies.

Would you consider publishing a signed nuget package?

augustoproiete commented 5 years ago

@Kittyfisto Yes. I'll publish a new version of the nuget package with strong-name-signed assemblies in the next few days.

augustoproiete commented 5 years ago

@Kittyfisto this is done: https://github.com/augustoproiete/ookii-dialogs-wpf/releases/tag/v1.1.0

Kittyfisto commented 5 years ago

Many thanks for the quick fix, works like a charm!