projects
/
platform
/
core
/
dotnet
/
diagnostics.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b473c0
)
Put the version string comment in the wrong place (#1788)
author
Mike McLaughlin
<mikem@microsoft.com>
Wed, 2 Dec 2020 23:43:03 +0000
(15:43 -0800)
committer
GitHub
<noreply@github.com>
Wed, 2 Dec 2020 23:43:03 +0000
(15:43 -0800)
eng/CreateVersionFile.csproj
patch
|
blob
|
history
diff --git
a/eng/CreateVersionFile.csproj
b/eng/CreateVersionFile.csproj
index 6916068e1b8fe8f7647b9e7e242f045aa4a6e804..da5fd90772c730d379bc97a13f7e80da45eb197e 100644
(file)
--- a/
eng/CreateVersionFile.csproj
+++ b/
eng/CreateVersionFile.csproj
@@
-73,8
+73,8
@@
</PropertyGroup>
<PropertyGroup>
- <NativeVersionLines>
<!-- SOS (strike.cpp) has a dependency on this variable being public and that it begins with the @(#)Version prefix -->
+ <NativeVersionLines>
<![CDATA[
char sccsid[] __attribute__((used)) = "@(#)Version $(InformationalVersion)$(BuiltByString)";
]]>