소스 검색

[1.11>master] [MERGE #5647 @MSLaguana] Updating NuGet package metadata

Merge pull request #5647 from MSLaguana:updateNugetMetadata
Doug Ilijev 7 년 전
부모
커밋
1ef4503a1e
2개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 2 2
      Build/NuGet/Microsoft.ChakraCore.nuspec
  2. 2 2
      Build/NuGet/Microsoft.ChakraCore.vc140.nuspec

+ 2 - 2
Build/NuGet/Microsoft.ChakraCore.nuspec

@@ -4,7 +4,7 @@
     <id>Microsoft.ChakraCore</id>
     <!-- Note: actual version number is overridden by the NuGet package creation command. -->
     <version>$version$</version>
-    <authors>Chakra Team</authors>
+    <authors>Microsoft</authors>
     <owners>Chakra Team</owners>
     <licenseUrl>https://github.com/Microsoft/ChakraCore/blob/master/LICENSE.txt</licenseUrl>
     <projectUrl>https://github.com/Microsoft/ChakraCore</projectUrl>
@@ -12,7 +12,7 @@
     <developmentDependency>true</developmentDependency>
     <description>ChakraCore is the core part of the Chakra Javascript engine that powers Microsoft Edge.</description>
     <releaseNotes>https://github.com/Microsoft/ChakraCore/wiki/Roadmap#release-notes</releaseNotes>
-    <copyright>Copyright (C) 2016 Microsoft</copyright>
+    <copyright>© Microsoft Corporation. All rights reserved.</copyright>
     <language>en-US</language>
     <tags>Chakra,ChakraCore,javascript,js,ecmascript,compiler,platform,oss,opensource,native</tags>
     <dependencies>

+ 2 - 2
Build/NuGet/Microsoft.ChakraCore.vc140.nuspec

@@ -4,7 +4,7 @@
     <id>Microsoft.ChakraCore.vc140</id>
     <!-- Note: actual version number is overridden by the NuGet package creation command. -->
     <version>$version$</version>
-    <authors>Chakra Team</authors>
+    <authors>Microsoft</authors>
     <owners>Chakra Team</owners>
     <licenseUrl>https://github.com/Microsoft/ChakraCore/blob/master/LICENSE.txt</licenseUrl>
     <projectUrl>https://github.com/Microsoft/ChakraCore</projectUrl>
@@ -12,7 +12,7 @@
     <developmentDependency>true</developmentDependency>
     <description>ChakraCore is the core part of the Chakra Javascript engine that powers Microsoft Edge.</description>
     <releaseNotes>https://github.com/Microsoft/ChakraCore/wiki/Roadmap#release-notes</releaseNotes>
-    <copyright>Copyright (C) 2016 Microsoft</copyright>
+    <copyright>© Microsoft Corporation. All rights reserved.</copyright>
     <language>en-US</language>
     <tags>Chakra,ChakraCore,javascript,js,ecmascript,compiler,platform,oss,opensource,native,nativepackage,C++,vc140</tags>
   </metadata>