OData / odata.github.io

Documentation source of Microsoft OData stack.
http://odata.github.io/
Other
12 stars 8 forks source link

New names for nuget packages #6

Open congysu opened 9 years ago

congysu commented 9 years ago

@markdstafford proposed new names for nuget packages. Let us know your thoughts. Thanks.

New name Existing name
OData v3 Core (ODataLib) ODataLib for OData v1-3
OData v3 Core (EdmLib) EdmLib for OData V1-3
OData v3 Core (Spatial) System.Spatial for OData V1-3
OData v3 Client WCF Data Services Client for OData v1-3
OData v3 Server (Web API) Microsoft ASP.NET Web API 2.2 for OData v1-3
OData v4.0 Core (ODataLib) ODataLib
OData v4.0 Core (EdmLib) EdmLib
OData v4.0 Core (Spatial) Microsoft.Spatial
OData v4.0 Client OData Client for .NET
OData v4.0 Server (Web API) Microsoft ASP.NET Web API 2.2 for OData v4.0
OData v4.0 Server (RESTier) RESTier
dingeins commented 9 years ago

We should write a blog post for it. This repo has too few subscribers.

The "OData vx Client" and "OData vx Server" seems a little ambiguous. It may make people think they're client app & server app instead of client lib / server lib.

I'd propose "OData vx Client Lib" / "OData vx for Client".

pascalberger commented 9 years ago

I assume this is about the package title? Would IDs stay the same?

In my opinion IDs at the moment are even more confusing than the titles (eg. Microsoft.AspNet.WebApi.OData for v3 and Microsoft.AspNet.OData for v4).

What about version numbers? Microsoft.AspNet.WebApi.OData is currently at 5.5 and Microsoft.AspNet.OData 5.6. Do they in some way correlate (meaning OData v3 5.5 correlates to OData v4 5.5)? Or shouldn't they better be versioned independently