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);