From c72cb4635043ec6a2f9fdf392cbcd87d9762b369 Mon Sep 17 00:00:00 2001 From: Corentin Le Molgat Date: Wed, 20 Feb 2019 10:54:52 +0100 Subject: [PATCH] fix missing nuget properties (Fix #990) --- .../Google.OrTools.FSharp.fsproj.in | 21 +++++++++++----- ...Google.OrTools.runtime.linux-x64.csproj.in | 21 +++++++++++----- .../Google.OrTools.runtime.osx-x64.csproj.in | 23 ++++++++++++----- .../Google.OrTools.runtime.win-x64.csproj.in | 25 +++++++++++++------ ortools/dotnet/Google.OrTools.sln | 1 - .../Google.OrTools/Google.OrTools.csproj.in | 22 +++++++++++----- 6 files changed, 81 insertions(+), 32 deletions(-) diff --git a/ortools/dotnet/Google.OrTools.FSharp/Google.OrTools.FSharp.fsproj.in b/ortools/dotnet/Google.OrTools.FSharp/Google.OrTools.FSharp.fsproj.in index 2d16aa07c9..24cdf6cc5f 100644 --- a/ortools/dotnet/Google.OrTools.FSharp/Google.OrTools.FSharp.fsproj.in +++ b/ortools/dotnet/Google.OrTools.FSharp/Google.OrTools.FSharp.fsproj.in @@ -3,18 +3,27 @@ Library netstandard2.0 Google.OrTools.FSharp - - - Google.OrTools.FSharp @PROJECT_VERSION@ - Google LLC + + + 4.1.0 .NET F# wrapper for the Operations Research Tools project + en-US + Laurent Perron + Google LLC Copyright 2018 Google LLC - https://github.com/google/or-tools/blob/master/LICENSE-2.0.txt + + Google.OrTools.FSharp v@PROJECT_VERSION@ + Google.OrTools.FSharp + native;math;LinearSolver;LinearProgramming;ConstraintSolver;ConstraintProgramming + https://developers.google.com/optimization/images/orLogo.png https://developers.google.com/optimization - math;LinearSolver;ConstraintSolver;ConstraintProgramming + Apache-2.0 + false ../../../packages false + git + https://github.com/google/or-tools ../../../bin/or-tools.snk true diff --git a/ortools/dotnet/Google.OrTools.runtime.linux-x64/Google.OrTools.runtime.linux-x64.csproj.in b/ortools/dotnet/Google.OrTools.runtime.linux-x64/Google.OrTools.runtime.linux-x64.csproj.in index a7677e71b5..357a7e06ec 100644 --- a/ortools/dotnet/Google.OrTools.runtime.linux-x64/Google.OrTools.runtime.linux-x64.csproj.in +++ b/ortools/dotnet/Google.OrTools.runtime.linux-x64/Google.OrTools.runtime.linux-x64.csproj.in @@ -4,18 +4,27 @@ netstandard2.0 linux-x64 Google.OrTools - - - Google.OrTools.runtime.linux-x64 @PROJECT_VERSION@ - Google LLC + + + 4.1.0 .NET native wrapper for the Operations Research Tools project + en-US + Laurent Perron + Google LLC Copyright 2018 Google LLC - https://github.com/google/or-tools/blob/master/LICENSE-2.0.txt + + Google.OrTools linux-x64 v@PROJECT_VERSION@ + Google.OrTools.runtime.linux-x64 + native;math;LinearSolver;LinearProgramming;ConstraintSolver;ConstraintProgramming + https://developers.google.com/optimization/images/orLogo.png https://developers.google.com/optimization - native;math;LinearSolver;ConstraintSolver;ConstraintProgramming + Apache-2.0 + false ../../../packages false + git + https://github.com/google/or-tools ../../../bin/or-tools.snk true diff --git a/ortools/dotnet/Google.OrTools.runtime.osx-x64/Google.OrTools.runtime.osx-x64.csproj.in b/ortools/dotnet/Google.OrTools.runtime.osx-x64/Google.OrTools.runtime.osx-x64.csproj.in index 32a7ea45be..7ec9a1778e 100644 --- a/ortools/dotnet/Google.OrTools.runtime.osx-x64/Google.OrTools.runtime.osx-x64.csproj.in +++ b/ortools/dotnet/Google.OrTools.runtime.osx-x64/Google.OrTools.runtime.osx-x64.csproj.in @@ -4,22 +4,33 @@ netstandard2.0 osx-x64 Google.OrTools - - - Google.OrTools.runtime.osx-x64 @PROJECT_VERSION@ - Google LLC + + + 4.1.0 .NET native wrapper for the Operations Research Tools project + en-US + Laurent Perron + Google LLC Copyright 2018 Google LLC - https://github.com/google/or-tools/blob/master/LICENSE-2.0.txt + + Google.OrTools osx-x64 v@PROJECT_VERSION@ + Google.OrTools.runtime.osx-x64 + native;math;LinearSolver;LinearProgramming;ConstraintSolver;ConstraintProgramming + https://developers.google.com/optimization/images/orLogo.png https://developers.google.com/optimization - native;math;LinearSolver;ConstraintSolver;ConstraintProgramming + Apache-2.0 + false ../../../packages false + git + https://github.com/google/or-tools ../../../bin/or-tools.snk true true + + true false false diff --git a/ortools/dotnet/Google.OrTools.runtime.win-x64/Google.OrTools.runtime.win-x64.csproj.in b/ortools/dotnet/Google.OrTools.runtime.win-x64/Google.OrTools.runtime.win-x64.csproj.in index 8626b0e430..9660751931 100644 --- a/ortools/dotnet/Google.OrTools.runtime.win-x64/Google.OrTools.runtime.win-x64.csproj.in +++ b/ortools/dotnet/Google.OrTools.runtime.win-x64/Google.OrTools.runtime.win-x64.csproj.in @@ -4,22 +4,33 @@ netstandard2.0 win-x64 Google.OrTools - - - Google.OrTools.runtime.win-x64 @PROJECT_VERSION@ - Google LLC + + + 4.1.0 .NET native wrapper for the Operations Research Tools project + en-US + Laurent Perron + Google LLC Copyright 2018 Google LLC - https://github.com/google/or-tools/blob/master/LICENSE-2.0.txt + + Google.OrTools win-x64 v@PROJECT_VERSION@ + Google.OrTools.runtime.win-x64 + native;math;LinearSolver;LinearProgramming;ConstraintSolver;ConstraintProgramming + https://developers.google.com/optimization/images/orLogo.png https://developers.google.com/optimization - native;math;LinearSolver;ConstraintSolver;ConstraintProgramming + Apache-2.0 + false ../../../packages - true + false + git + https://github.com/google/or-tools ../../../bin/or-tools.snk true true + + true false false diff --git a/ortools/dotnet/Google.OrTools.sln b/ortools/dotnet/Google.OrTools.sln index 294792acdc..bb55223852 100644 --- a/ortools/dotnet/Google.OrTools.sln +++ b/ortools/dotnet/Google.OrTools.sln @@ -7,7 +7,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Google.OrTools.runtime.linu Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Google.OrTools.runtime.osx-x64", "Google.OrTools.runtime.osx-x64\Google.OrTools.runtime.osx-x64.csproj", "{FC646C34-8541-427D-B9F6-1247798F4574}" Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Google.OrTools.runtime.win-x64", "Google.OrTools.runtime.win-x64\Google.OrTools.runtime.win-x64.csproj", "{FC646C34-8541-427D-B9F6-1247798F4574}" Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Google.OrTools", "Google.OrTools\Google.OrTools.csproj", "{FC646C34-8541-427D-B9F6-1247798F4574}" -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Google.OrTools.Tests", "Google.OrTools.Tests\Google.OrTools.Tests.csproj", "{FC646C34-8541-427D-B9F6-1247798F4574}" Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Google.OrTools.FSharp", "Google.OrTools.FSharp\Google.OrTools.FSharp.fsproj", "{FC646C34-8541-427D-B9F6-1247798F4574}" Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Google.OrTools.FSharp.Tests", "Google.OrTools.FSharp.Tests\Google.OrTools.FSharp.Tests.fsproj", "{FC646C34-8541-427D-B9F6-1247798F4574}" EndProject diff --git a/ortools/dotnet/Google.OrTools/Google.OrTools.csproj.in b/ortools/dotnet/Google.OrTools/Google.OrTools.csproj.in index f24327d67c..ec665c61ef 100644 --- a/ortools/dotnet/Google.OrTools/Google.OrTools.csproj.in +++ b/ortools/dotnet/Google.OrTools/Google.OrTools.csproj.in @@ -4,18 +4,28 @@ netstandard2.0 win-x64;osx-x64;linux-x64 Google.OrTools - - - Google.OrTools @PROJECT_VERSION@ - Google LLC + + + 4.1.0 .NET wrapper for the Operations Research Tools project + en-US + Laurent Perron + Google LLC Copyright 2018 Google LLC - https://github.com/google/or-tools/blob/master/LICENSE-2.0.txt - https://developers.google.com/optimization + + Google.OrTools v@PROJECT_VERSION@ + Google.OrTools native;math;LinearSolver;LinearProgramming;ConstraintSolver;ConstraintProgramming + https://developers.google.com/optimization/images/orLogo.png + https://developers.google.com/optimization + Apache-2.0 + false ../../../packages false + git + https://github.com/google/or-tools + false ../../../bin/or-tools.snk true