Skip to content

A serialization utility that can be injected into classes. (my FIRST GitHub package)

License

Notifications You must be signed in to change notification settings

SpilledMilkCOM/SM.Serialization

Repository files navigation

SM.Serialization

A serialization utility that can be injected into classes. (my FIRST GitHub package)

Creating a GitHub NuGet Package

Once you have a dotnet project class library, make sure that all of the NuGet attributes are set.

dotnet Command Line steps to publish the pacakge

Obtain a GitHub Personal Access Token

DO NOT LEAVE YOUR PAT IN THE nuget.config FILE

  1. Add attributes the .csproj file. Learn More

  2. Add a nuget.config file.

  3. Pack

     dotnet pack --configuration Release
    
  4. Publish

     dotnet nuget push "bin/Release/SM.Serialization.1.0.0.nupkg" --source "github"
    

About

A serialization utility that can be injected into classes. (my FIRST GitHub package)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages