Skip to content

Repo to illustrate how to consume, publish, and host a NuGet Package

License

Notifications You must be signed in to change notification settings

alex-santiago/NuGetTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NuGet Project

This project was created to illustrate the creation and publishing of a NuGet Package. It has two .NET projects:

  • CalcBasic - a .NET class library created to illustrate the use of Nuget Packages. It implements the four basic math operations on integers
  • CalcTest - a .NET console application that consumes the CalcBasic Package after it has been published on the nuget.org website
  • CalcVSTSTest - the same project as CalcTest, but referencing a package feed in VSTS

Documentation:

  1. Basic NuGet publishing to a NuGet.org repository
  2. Private host a NuGet package

About

Repo to illustrate how to consume, publish, and host a NuGet Package

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages