Skip to content

Commit a4b7c71

Browse files
committed
1 parent 8ccb837 commit a4b7c71

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

build-tools/scripts/Version.props.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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>

src/Java.Interop.Export/Java.Interop.Export.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
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>

src/Java.Interop/Java.Interop-MonoAndroid.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
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>

src/Java.Interop/Java.Interop.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
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>

0 commit comments

Comments
 (0)