July 2018
Intermediate to advanced
288 pages
9h 25m
English
This chapter covers
Once your library is coded, tested, and localized, you’re ready to release it to your organization or the world. This chapter covers a few of the considerations for release. You want credit for your hard work, and there are ways to prevent someone else from copying it and taking credit themselves. You also want to ensure that developers using your library have a way to verify that they’re getting the real version.
Let’s first explore how to build a package.
Back in chapter 2 you learned about the dotnet pack command. This is the simplest way to build a NuGet package. You can easily ...
Read now
Unlock full access