Achievement Unlocked: Kerberos.NET Has a Nuget Package!
Kerberos.NET now has a Nuget package!
These days most developers won’t even consider third party libraries unless they’re available through nuget packages. I say this from experience — I will prefer a nuget’ed library over one where I have to manage the assembly manually. It saddens me a bit when I have to commit binaries to source control.
Naturally this great new project of mine should therefore have it’s own nuget package! How do you use it? It’s quite easy; just pop open the Package Manager Console and add it!
Package Manager Console Host Version 3.4.4.1321 Type 'get-help NuGet' to see all available NuGet commands. PM> install-package kerberos.net
Alternatively you can search for it through UI, though it’ll take some time to index.