You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by ch...@apache.org on 2014/11/07 09:57:52 UTC

olingo-odata4-js git commit: modify nuget package's metadata information.

Repository: olingo-odata4-js
Updated Branches:
  refs/heads/master e73abd63a -> 9e1ffef2b


modify nuget package's metadata information.


Project: http://git-wip-us.apache.org/repos/asf/olingo-odata4-js/repo
Commit: http://git-wip-us.apache.org/repos/asf/olingo-odata4-js/commit/9e1ffef2
Tree: http://git-wip-us.apache.org/repos/asf/olingo-odata4-js/tree/9e1ffef2
Diff: http://git-wip-us.apache.org/repos/asf/olingo-odata4-js/diff/9e1ffef2

Branch: refs/heads/master
Commit: 9e1ffef2bd518cb095990eaf2bee6407c4d1c0a5
Parents: e73abd6
Author: challenh <ch...@microsoft.com>
Authored: Fri Nov 7 16:56:58 2014 +0800
Committer: challenh <ch...@microsoft.com>
Committed: Fri Nov 7 16:56:58 2014 +0800

----------------------------------------------------------------------
 odatajs/grunt-config/nugetpack.nuspec | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/olingo-odata4-js/blob/9e1ffef2/odatajs/grunt-config/nugetpack.nuspec
----------------------------------------------------------------------
diff --git a/odatajs/grunt-config/nugetpack.nuspec b/odatajs/grunt-config/nugetpack.nuspec
index cd2b6d5..a22e9ee 100644
--- a/odatajs/grunt-config/nugetpack.nuspec
+++ b/odatajs/grunt-config/nugetpack.nuspec
@@ -3,16 +3,17 @@
   <metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
     <title>Olingo OData Client for JavaScript</title>
     <id>odatajs</id>
-    <tags>restful api open protocol odata client javascript node.js</tags>
+    <tags>restful api open protocol odata client javascript</tags>
     <version>4.0.0-beta-01</version>
     <authors>Kobler-Morris Sven, Challen He</authors>
     <owners>Apache Olingo</owners>
     <licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
+    <copyright>Copyright 2014 The Apache Software Foundation</copyright>
     <projectUrl>http://olingo.apache.org/</projectUrl>
     <iconUrl>http://olingo.apache.org/img/OlingoOrangeTM.png</iconUrl>
     <requireLicenseAcceptance>true</requireLicenseAcceptance>
     <summary>JavaScript library to easily interact with OData V4 service.</summary>
-    <description>odatajs is a lightweight cross-browser JavaScript library that will enable web browser and node.js to consume and interact with OData V4 service.</description>
+    <description>odatajs is a lightweight cross-browser JavaScript library that enables web browser to consume and interact with OData V4 service.</description>
     <releaseNotes>
       This odatajs library for OData V4 is a new version based on datajs(http://datajs.codeplex.com/) which is for OData V3.
     </releaseNotes>