Roundup #28: MinVer, API Discovery, Dependabot, Repository Pattern, Typescript
Here are the things that caught my eye this week. I’d love to hear what you found most interesting this week. Let me know in the comments or on Twitter. MinVer A minimalistic .NET package for versioning .NET SDK-style projects using Git tags. When you want to release a version of your software, whether it’s a pre-release, RTM, patch, or anything else, simply create a tag with a name which is a valid SemVer 2.0 version and build your projects. MinVer will apply the version to the assemblies and packages. (If you like to prefix your tag names, see the FAQ.) Link: https://github.com/adamralph/minver REST… Read More »Roundup #28: MinVer, API Discovery, Dependabot, Repository Pattern, Typescript