<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
GenerateAssemblyInfo 为假时,如何自动递增程序集文件版本
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>1.1.0.0</Version>
<Authors>Author Test</Authors>
<Version>1.1.0.0</Version>
<Authors>Author Test</Authors>
<Company>Test Company</Company>
<Product>AssemblyTest DLL</Product>
<AssemblyVersion>1.2.0.0</AssemblyVersion>
<FileVersion>1.3.0.0</FileVersion>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
</PropertyGroup>
</Project>