Mendz.Library is on GitHub and NuGet
I did the basics. I followed the steps. Finally, I have my first library project published to both GitHub and NuGet. Mendz.Library 1.0.0 is now live!
Mendz.Library is my class library project for defining helper and utility classes or types. Version 1.0.0 contains the definitions for two classes:
The source codes are published at https://github.com/etmendz/Mendz.Library. Mendz.Library is a .Net Standard 2.0 class library project created and maintained with Visual Studio 2017 Community Edition set to build using C# 7.x (latest).
The NuGet package is available at https://www.nuget.org/packages/Mendz.Library/. Mendz.Library 1.0.0 is the first and latest stable release.
Expect the Mendz.Library solution in GitHub to grow with more content as I continue to work on it. Expect the Mendz.Library package in NuGet to be updated as I continue to improve on using NuGet and its features. Comments are welcome!
Mendz class library projects are using the Apache License, Version 2.0.
Mendz.Library is my class library project for defining helper and utility classes or types. Version 1.0.0 contains the definitions for two classes:
- IDGenerator - represents an ID generator.
- SingletonBase - the base class for defining singletons.
The source codes are published at https://github.com/etmendz/Mendz.Library. Mendz.Library is a .Net Standard 2.0 class library project created and maintained with Visual Studio 2017 Community Edition set to build using C# 7.x (latest).
The NuGet package is available at https://www.nuget.org/packages/Mendz.Library/. Mendz.Library 1.0.0 is the first and latest stable release.
Expect the Mendz.Library solution in GitHub to grow with more content as I continue to work on it. Expect the Mendz.Library package in NuGet to be updated as I continue to improve on using NuGet and its features. Comments are welcome!
Mendz class library projects are using the Apache License, Version 2.0.
Comments
Post a Comment