You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the GenerateAssemblyInfo property is used (with Version, VersionPrefix, VersionSuffix, PackageVersion, InformationalVersion, AssemblyVersion, and FileVersion property) to emit the version.
This should be reworked into a GenerateAssemblyInfo-independant approach (ie generating a intermediate AssemblyInfo.g.cs file), so to be compatible to legacy csproj and consistent emitting of the version, regardless of the GenerateAssemblyInfo-value.
The text was updated successfully, but these errors were encountered:
Currently, the
GenerateAssemblyInfo
property is used (withVersion
,VersionPrefix
,VersionSuffix
,PackageVersion
,InformationalVersion
,AssemblyVersion
, andFileVersion
property) to emit the version.This should be reworked into a
GenerateAssemblyInfo
-independant approach (ie generating a intermediateAssemblyInfo.g.cs
file), so to be compatible to legacy csproj and consistent emitting of the version, regardless of theGenerateAssemblyInfo
-value.The text was updated successfully, but these errors were encountered: