Sets up a c# project to automatically generate extended version information attributes on each build using various predefined or customized patterns. Can automatically control content for FileVersionAttribute, InformationalVersionAttribute and ConfigurationAttribute to provide developers the tools to always know for sure where and how a binary was created by looking only at the assembly dll. Developers can easily configure which algorithms to use and extend existing logic using standard MsBuild functionality. Supports both legacy .Net FW projects inclusing PackageReference projects, and .Net Core SDK-style projects.
$ dotnet add package Nortal.Utilities.AssemblyVersioning.MsBuildTaskNo README available.