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/26 10:32:49 UTC

olingo-odata4-js git commit: [OLINGO-437] js - publish beta01's nuget package

Repository: olingo-odata4-js
Updated Branches:
  refs/heads/master 3f705e2b7 -> ccd3bbe0e


[OLINGO-437] js - publish beta01's nuget package


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/ccd3bbe0
Tree: http://git-wip-us.apache.org/repos/asf/olingo-odata4-js/tree/ccd3bbe0
Diff: http://git-wip-us.apache.org/repos/asf/olingo-odata4-js/diff/ccd3bbe0

Branch: refs/heads/master
Commit: ccd3bbe0ecfab6cb4cc828e601bd95279fa0bef8
Parents: 3f705e2
Author: challenh <ch...@microsoft.com>
Authored: Wed Nov 26 17:31:12 2014 +0800
Committer: challenh <ch...@microsoft.com>
Committed: Wed Nov 26 17:31:12 2014 +0800

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


http://git-wip-us.apache.org/repos/asf/olingo-odata4-js/blob/ccd3bbe0/odatajs/grunt-config/nugetpack.nuspec
----------------------------------------------------------------------
diff --git a/odatajs/grunt-config/nugetpack.nuspec b/odatajs/grunt-config/nugetpack.nuspec
index a22e9ee..2b012ad 100644
--- a/odatajs/grunt-config/nugetpack.nuspec
+++ b/odatajs/grunt-config/nugetpack.nuspec
@@ -4,8 +4,8 @@
     <title>Olingo OData Client for JavaScript</title>
     <id>odatajs</id>
     <tags>restful api open protocol odata client javascript</tags>
-    <version>4.0.0-beta-01</version>
-    <authors>Kobler-Morris Sven, Challen He</authors>
+    <version>4.0.0-beta01</version>
+    <authors>Apache Olingo (Challen He, Kobler-Morris Sven)</authors>
     <owners>Apache Olingo</owners>
     <licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
     <copyright>Copyright 2014 The Apache Software Foundation</copyright>
@@ -13,7 +13,7 @@
     <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 enables web browser to consume and interact with OData V4 service.</description>
+    <description>Olingo OData Client for JavaScript (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>