diff --git a/build-tools/scripts/AssemblyInfo.g.cs.in b/build-tools/scripts/AssemblyInfo.g.cs.in index 15d49cc72..fbab3c09f 100644 --- a/build-tools/scripts/AssemblyInfo.g.cs.in +++ b/build-tools/scripts/AssemblyInfo.g.cs.in @@ -18,6 +18,6 @@ using System.Reflection; [assembly: System.Reflection.AssemblyInformationalVersionAttribute("@INFORMATIONALVERSION@")] [assembly: System.Reflection.AssemblyProductAttribute("@PRODUCT@")] [assembly: System.Reflection.AssemblyTitleAttribute("@TITLE@")] -[assembly: System.Reflection.AssemblyVersionAttribute("@VERSION@.0")] +[assembly: System.Reflection.AssemblyVersionAttribute("@VERSION@")] // Generated by the MSBuild WriteCodeFragment class. \ No newline at end of file diff --git a/build-tools/scripts/Version.props.in b/build-tools/scripts/Version.props.in index cbefc19da..a414f3475 100644 --- a/build-tools/scripts/Version.props.in +++ b/build-tools/scripts/Version.props.in @@ -1,6 +1,6 @@ - @VERSION@ + @VERSION@ @VERSION@ git-rev-head:@COMMIT@ git-branch:@BRANCH@ Microsoft Corporation Microsoft Corporation diff --git a/src/Java.Interop.Dynamic/Java.Interop.Dynamic.csproj b/src/Java.Interop.Dynamic/Java.Interop.Dynamic.csproj index 228da5b2a..051223abd 100644 --- a/src/Java.Interop.Dynamic/Java.Interop.Dynamic.csproj +++ b/src/Java.Interop.Dynamic/Java.Interop.Dynamic.csproj @@ -7,6 +7,7 @@ true ..\..\product.snk Java.Interop.Dynamic + 0.1.0.0 $(ToolOutputFullPath) diff --git a/src/Java.Interop.Export/Java.Interop.Export.csproj b/src/Java.Interop.Export/Java.Interop.Export.csproj index b1dd39bd6..bc3170252 100644 --- a/src/Java.Interop.Export/Java.Interop.Export.csproj +++ b/src/Java.Interop.Export/Java.Interop.Export.csproj @@ -7,6 +7,7 @@ true ..\..\product.snk Java.Interop.Export + 0.1.0.0 $(ToolOutputFullPath) diff --git a/src/Java.Interop/Java.Interop-MonoAndroid.csproj b/src/Java.Interop/Java.Interop-MonoAndroid.csproj index cafa4db40..4aaf58ba6 100644 --- a/src/Java.Interop/Java.Interop-MonoAndroid.csproj +++ b/src/Java.Interop/Java.Interop-MonoAndroid.csproj @@ -17,6 +17,7 @@ 8.0 true true + 0.1.0.0 diff --git a/src/Java.Interop/Java.Interop.csproj b/src/Java.Interop/Java.Interop.csproj index ec061e072..ee91dd585 100644 --- a/src/Java.Interop/Java.Interop.csproj +++ b/src/Java.Interop/Java.Interop.csproj @@ -30,6 +30,7 @@ enable true NU1702 + 0.1.0.0 DEBUG;$(DefineConstants)