File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 99 <LangVersion >8.0</LangVersion >
1010 <TargetFrameworkVersion >net6.0</TargetFrameworkVersion >
1111 <NoWarn >$(NoWarn);CS1591</NoWarn >
12+ <IncludeSourceRevisionInInformationalVersion >False</IncludeSourceRevisionInInformationalVersion >
1213 </PropertyGroup >
1314
1415 <PropertyGroup >
2425 <VersionPrefix Condition =" '$(VersionPrefix)' == ''" >2.0.0</VersionPrefix >
2526 <FileVersion >$(VersionPrefix).$(BuildNumber)</FileVersion >
2627 <InformationalVersion Condition =" '$(VersionSuffix)' != ''" >$(VersionPrefix)-$(VersionSuffix)</InformationalVersion >
28+ <InformationalVersion Condition =" '$(VersionSuffix)' == ''" >$(VersionPrefix)+$(BuildNumber)</InformationalVersion >
2729 <Product >1C (BSL) language runtime</Product >
2830 <Copyright >Copyright (c) 2021 EvilBeaver</Copyright >
2931 </PropertyGroup >
You can’t perform that action at this time.
0 commit comments