From 72c5e1561290adbcf1b3c3e5b5d779695f6345bf Mon Sep 17 00:00:00 2001 From: Matt Fei Date: Fri, 19 Jan 2018 12:05:08 -0800 Subject: [PATCH] include commit link --- ...Microsoft.CodeDom.Providers.DotNetCompilerPlatform.nuspec | 5 ++++- tools/RoslynCodeProvider.targets | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/Packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.nuspec b/src/Packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.nuspec index 9892711..0d9224d 100644 --- a/src/Packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.nuspec +++ b/src/Packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.nuspec @@ -7,7 +7,10 @@ Microsoft Microsoft © Microsoft Corporation. All rights reserved. - Replacement CodeDOM providers that use the new .NET Compiler Platform ("Roslyn") compiler as a service APIs. This provides support for new language features in systems using CodeDOM (e.g. ASP.NET runtime compilation) as well as improving the compilation performance of these systems. + Replacement CodeDOM providers that use the new .NET Compiler Platform ("Roslyn") compiler as a service APIs. This provides support for new language features in systems using CodeDOM (e.g. ASP.NET runtime compilation) as well as improving the compilation performance of these systems. + + This package was built from the source at $GitCommitLink$ + Replacement CodeDOM providers that use the new .NET Compiler Platform ("Roslyn") compiler as a service APIs. en-US http://www.asp.net/ diff --git a/tools/RoslynCodeProvider.targets b/tools/RoslynCodeProvider.targets index f712b16..e915f15 100644 --- a/tools/RoslynCodeProvider.targets +++ b/tools/RoslynCodeProvider.targets @@ -3,6 +3,7 @@ SetNuSpecProperties;DownloadRoslynBinariesToToolsFolder;$(BuildDependsOn) + @@ -23,6 +24,7 @@ NuGetPackageVersion=$(NuGetPackageVersion); NuGetPackageId=$(NuGetPackageId); + GitCommitLink=$(GitCommitLink);