https://github.com/pinebit/net-api-template
.NET API project template with NuGet support
https://github.com/pinebit/net-api-template
Last synced: about 1 year ago
JSON representation
.NET API project template with NuGet support
- Host: GitHub
- URL: https://github.com/pinebit/net-api-template
- Owner: pinebit
- License: mit
- Created: 2015-03-28T12:06:25.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-29T10:00:00.000Z (about 11 years ago)
- Last Synced: 2024-04-28T22:20:55.668Z (almost 2 years ago)
- Language: C#
- Homepage:
- Size: 605 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# .NET API MyLibrary template with NuGet ready
## How To Start with this template
* Clone source code, but do not open in Visual Studio yet
* Rename MyCompany to your company's name everywhere
* Rename MyLibrary to your API name everywhere
* Open in Visual Studio and build the solution
* Ensure you have no errors (it runs ReShareper, StyleCop and FXCop)
* Run Tests project (MSTests) and make sure they passed
* Continue with your project!
## How To publish NuGet package
* Build Release version
* First time, edit MyLibrary.nuspec to enter product specific information
* Open command line prompt and "cd" to your solution folder
* Execute CreateNuGetPackage.cmd script: your package is created in the current folder
* When visiting nuget.org, register if needed, and click Upload Package
* Verify all the info and click Publish.