A serialization utility that can be injected into classes. (my FIRST GitHub package)
Once you have a dotnet project class library, make sure that all of the NuGet attributes are set.
Obtain a GitHub Personal Access Token
DO NOT LEAVE YOUR PAT IN THE nuget.config
FILE
-
Add attributes the
.csproj
file. Learn More -
Add a
nuget.config
file. -
Pack
dotnet pack --configuration Release
-
Publish
dotnet nuget push "bin/Release/SM.Serialization.1.0.0.nupkg" --source "github"