-
Notifications
You must be signed in to change notification settings - Fork 1
AArnott/csharplibrarystarterkit
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is the future home of YOURLIBNAME. To customize it for a library: 1. Find & Replace in Files with case sensitive search: YOURLIBNAME -> YourLibrary 2. Do a dir /s *YOURLIBNAME* in the root of the project and rename all files/directories to *YourLibrary*. dir -rec . *YOURLIBNAME* |% { ren $_.fullname $_.name.replace("YOURLIBNAME", "YourLibrary") }
About
A starting point for C# library development, including logging, tests and build system
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published