Repository: olingo-odata4-js Updated Branches: refs/heads/master 419a45010 -> e73abd63a
[OLINGO-437] js: create nuget package. modify .nuspec 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/e73abd63 Tree: http://git-wip-us.apache.org/repos/asf/olingo-odata4-js/tree/e73abd63 Diff: http://git-wip-us.apache.org/repos/asf/olingo-odata4-js/diff/e73abd63 Branch: refs/heads/master Commit: e73abd63ac60277992506246f58681ce374eb1f2 Parents: 419a450 Author: challenh <[email protected]> Authored: Wed Oct 22 16:34:53 2014 +0800 Committer: challenh <[email protected]> Committed: Wed Oct 22 16:34:53 2014 +0800 ---------------------------------------------------------------------- odatajs/grunt-config/nugetpack.nuspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/olingo-odata4-js/blob/e73abd63/odatajs/grunt-config/nugetpack.nuspec ---------------------------------------------------------------------- diff --git a/odatajs/grunt-config/nugetpack.nuspec b/odatajs/grunt-config/nugetpack.nuspec index 2ec4438..cd2b6d5 100644 --- a/odatajs/grunt-config/nugetpack.nuspec +++ b/odatajs/grunt-config/nugetpack.nuspec @@ -5,7 +5,7 @@ <id>odatajs</id> <tags>restful api open protocol odata client javascript node.js</tags> <version>4.0.0-beta-01</version> - <authors>Kobler-Morris Sven, Challen He, Bing Li</authors> + <authors>Kobler-Morris Sven, Challen He</authors> <owners>Apache Olingo</owners> <licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl> <projectUrl>http://olingo.apache.org/</projectUrl> @@ -14,7 +14,7 @@ <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> <releaseNotes> - This odatajs library for OData V4 is a new version based on datajs(http://datajs.codeplex.com/) which is for OData. + This odatajs library for OData V4 is a new version based on datajs(http://datajs.codeplex.com/) which is for OData V3. </releaseNotes> </metadata> <files>
