File tree Expand file tree Collapse file tree 4 files changed +4
-1
lines changed Expand file tree Collapse file tree 4 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 11<Project>
22 <PropertyGroup>
3- <Version>@VERSION@</Version>
3+ <Version Condition=" '$(Version)' == '' " >@VERSION@</Version>
44 <InformationalVersion>@VERSION@ git-rev-head:@COMMIT@ git-branch:@BRANCH@</InformationalVersion>
55 <Company>Microsoft Corporation</Company>
66 <Copyright>Microsoft Corporation</Copyright>
Original file line number Diff line number Diff line change 77 <SignAssembly >true</SignAssembly >
88 <AssemblyOriginatorKeyFile >..\..\product.snk</AssemblyOriginatorKeyFile >
99 <AssemblyTitle >Java.Interop.Export</AssemblyTitle >
10+ <Version >0.1.0.0</Version >
1011 </PropertyGroup >
1112 <PropertyGroup >
1213 <OutputPath >$(ToolOutputFullPath)</OutputPath >
Original file line number Diff line number Diff line change 1717 <LangVersion >8.0</LangVersion >
1818 <ProduceReferenceAssembly >true</ProduceReferenceAssembly >
1919 <GenerateAssemblyInfo >true</GenerateAssemblyInfo >
20+ <Version >0.1.0.0</Version >
2021 </PropertyGroup >
2122 <Import Project =" ..\..\Directory.Build.props" />
2223 <PropertyGroup >
Original file line number Diff line number Diff line change 3030 <Nullable >enable</Nullable >
3131 <ProduceReferenceAssembly >true</ProduceReferenceAssembly >
3232 <MSBuildWarningsAsMessages >NU1702</MSBuildWarningsAsMessages >
33+ <Version >0.1.0.0</Version >
3334 </PropertyGroup >
3435 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
3536 <DefineConstants >DEBUG;$(DefineConstants)</DefineConstants >
You can’t perform that action at this time.
0 commit comments