From c1613aa28e35f3ecf5fccfa88591573e1b6a1a63 Mon Sep 17 00:00:00 2001 From: Shah Asaduzzaman Date: Wed, 28 Nov 2018 15:09:51 -0800 Subject: [PATCH] Fixes in the NuGet package meatada. Include sourcelink --- .../Microsoft.ML.OnnxRuntime.csproj | 23 ++++++++++++++----- 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/csharp/src/Microsoft.ML.OnnxRuntime/Microsoft.ML.OnnxRuntime.csproj b/csharp/src/Microsoft.ML.OnnxRuntime/Microsoft.ML.OnnxRuntime.csproj index 05ed0811f3..3dd2e09405 100644 --- a/csharp/src/Microsoft.ML.OnnxRuntime/Microsoft.ML.OnnxRuntime.csproj +++ b/csharp/src/Microsoft.ML.OnnxRuntime/Microsoft.ML.OnnxRuntime.csproj @@ -12,16 +12,23 @@ Microsoft Corporation This package contains Microsoft's implementation of ONNX runtime, usable in .Net platforms ONNX;ONNX Runtime;Machine Learning - Microsoft Corporation - true + © Microsoft Corporation. All rights reserved. + ..\.. $(OnnxRuntimeCsharpRoot)\..\build\Windows $(buildDirectory)\$(Configuration)\$(Configuration) + + + true + + + + $(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb @@ -66,20 +73,24 @@ - + + + + - $(GitCommitHash) + @(MajorVersionNumber) $(PackageVersion) - $(PackageVersion)-dev-$(GitCommitHash) + $(PackageVersion)-dev-$(GitCommitHashShort) +