ZirconNet
These are library to make developping .Net applications easier. They are little things I had to redo on alot of softwares so I made it a NuGet Package feel free to use but it is expected to be used mostly by me.
Explore the docs >>
Report Bug
*
Request Feature
Table of Contents
Table of Contents
-
About The Project
- Built With
-
Getting Started
- Installation
- Roadmap
- Contributing
- License
- Contact
- Acknowledgements
About The Project
The project aim to make myself repeat myself less and less with that library so when I fix an issue I can easily update it in all my projects to.
Built With
- .Net Framework 4.6.1 to 4.8
- .Net Core 3.1.x
- .Net 6.0.x to 7.0.x
Getting Started
To get a local copy up and running follow these simple steps.
Installation
NuGet
- Download via the Nuget package manager or use the NuGet Command line.
Install-Package ZirconNet
- If you have used the NuGet Command line restore de packages.
nuget restore ZirconNet.sln
Using source
- Clone the repo.
git clone https://github.com/Simnico99/ZirconNet.git
- Restore NuGet packages.
nuget restore ZirconNet.sln
- Add the project in your project reference.
Roadmap
See the open issues for a list of proposed features (and known issues).
Contributing
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
License
Distributed under the MIT License. See LICENSE for more information.
Contact
Simnico99 - @TheSimnico99
Project Link: https://github.com/Simnico99