Skip to content

Commit 5af664b

Browse files
committed
[Java.Interop{,Export}] Set Version to 0.1.0.
1 parent 79744f6 commit 5af664b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/Java.Interop.Dynamic/Java.Interop.Dynamic.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<SignAssembly>true</SignAssembly>
88
<AssemblyOriginatorKeyFile>..\..\product.snk</AssemblyOriginatorKeyFile>
99
<AssemblyTitle>Java.Interop.Dynamic</AssemblyTitle>
10-
<Version>0.1.0.0</Version>
10+
<Version>0.1.0</Version>
1111
</PropertyGroup>
1212
<PropertyGroup>
1313
<OutputPath>$(ToolOutputFullPath)</OutputPath>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<SignAssembly>true</SignAssembly>
88
<AssemblyOriginatorKeyFile>..\..\product.snk</AssemblyOriginatorKeyFile>
99
<AssemblyTitle>Java.Interop.Export</AssemblyTitle>
10-
<Version>0.1.0.0</Version>
10+
<Version>0.1.0</Version>
1111
</PropertyGroup>
1212
<PropertyGroup>
1313
<OutputPath>$(ToolOutputFullPath)</OutputPath>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<LangVersion>8.0</LangVersion>
1818
<ProduceReferenceAssembly>true</ProduceReferenceAssembly>
1919
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
20-
<Version>0.1.0.0</Version>
20+
<Version>0.1.0</Version>
2121
</PropertyGroup>
2222
<Import Project="..\..\Directory.Build.props" />
2323
<PropertyGroup>

src/Java.Interop/Java.Interop.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<Nullable>enable</Nullable>
3131
<ProduceReferenceAssembly>true</ProduceReferenceAssembly>
3232
<MSBuildWarningsAsMessages>NU1702</MSBuildWarningsAsMessages>
33-
<Version>0.1.0.0</Version>
33+
<Version>0.1.0</Version>
3434
</PropertyGroup>
3535
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
3636
<DefineConstants>DEBUG;$(DefineConstants)</DefineConstants>

0 commit comments

Comments
 (0)