When we maintain a library that's used by others, we want to shield them from breaking changes and use SemVer as a way of indicating breaking changes when they do occur. If our public API changes in a…
msbuild
A collection of 2 posts
Adding AssemblyMetadataAttribute using new SDK project, with MSBuild
Now that we have the new project system, and we can define common assembly info in our .csproj, we can say good-bye to AssemblyInfo.cs, well, I still see these left around for general assembly attributes. For example it is…