Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ferrywlto/.netcore3-nugetpackage-template
Repository template for .netcore 3 C# class library with nuget package release to GitHub packages workflow.
https://github.com/ferrywlto/.netcore3-nugetpackage-template
nuget
Last synced: 1 day ago
JSON representation
Repository template for .netcore 3 C# class library with nuget package release to GitHub packages workflow.
- Host: GitHub
- URL: https://github.com/ferrywlto/.netcore3-nugetpackage-template
- Owner: ferrywlto
- License: mit
- Created: 2020-06-06T08:22:36.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-01T21:14:48.000Z (over 3 years ago)
- Last Synced: 2024-12-06T21:28:08.304Z (2 months ago)
- Topics: nuget
- Language: C#
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# .NET Core 3 C# Nuget Package Repository Template
![.NET Core Package Release](https://github.com/VerdantSparks/.NETCore3-NugetPackage-Template/workflows/.NET%20Core%20Package%20Release/badge.svg)
![.NET Core CI](https://github.com/VerdantSparks/.NETCore3-NugetPackage-Template/workflows/.NET%20Core%20CI/badge.svg)
![CodeFactor](https://www.codefactor.io/repository/github/VerdantSparks/.NETCore3-NugetPackage-Template/badge)Using this repo to save time from editing .gitignore to ignore MacOS and JetBrains file on top of Visual Studio setting.
Please remove the `LICENSE` file when creating private repositories or change to other [LICENSE](https://choosealicense.com/) file to suit your needs.
To use this repo correctly, you should:
1. Rename the solution folder and file.
2. Rename the project folders and files.
3. Update this README file to set the badge links to your organization and repository name.
4. Update the the `.yml` files in `.github/workflows` with your organization and repository name.