https://github.com/christopherhaws/dotnet-template-lib
A .NET template for my open source libraries
https://github.com/christopherhaws/dotnet-template-lib
dotnet-template
Last synced: 12 months ago
JSON representation
A .NET template for my open source libraries
- Host: GitHub
- URL: https://github.com/christopherhaws/dotnet-template-lib
- Owner: ChristopherHaws
- License: other
- Created: 2023-01-30T00:32:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-24T10:02:59.000Z (about 3 years ago)
- Last Synced: 2024-05-02T01:52:43.101Z (about 2 years ago)
- Topics: dotnet-template
- Language: C#
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
Awesome Lists containing this project
README
# MyProject
[![Build Status][ci-badge]][ci]
[![NuGet][nuget-badge] ![NuGet Downloads][nuget-download-badge]][nuget]
[![FuGet][fuget-badge]][fuget]
[ci]: https://github.com/ChristopherHaws/dotnet-template-open-source-lib/actions/workflows/ci.yml
[ci-badge]: https://github.com/ChristopherHaws/dotnet-template-open-source-lib/actions/workflows/ci.yml/badge.svg
[nuget]: https://www.nuget.org/packages/MyProject/
[nuget-badge]: https://img.shields.io/nuget/v/MyProject.svg?style=flat-square
[nuget-download-badge]: https://img.shields.io/nuget/dt/MyProject?style=flat-square
[fuget]: https://www.fuget.org/packages/MyProject
[fuget-badge]: https://www.fuget.org/packages/MyProject/badge.svg
TODO: Add a short description of what the project is about.
## Usage
```csharp
//TODO: Add simple usage example
```
#### Options
- `Option1` Option description goes here
- `Option2` Option description goes here