cdanielm58 / google-api-dotnet-client

Automatically exported from code.google.com/p/google-api-dotnet-client
Apache License 2.0
0 stars 0 forks source link

Generate NuGet pacakges for generated APIs #376

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
We should support a Google APIs Nuget Publisher process

1. The bundle should support a PCL project, and we won't generate a dll in the 
new bundles from version 1.5.0. That's because we want to support CPL NuGet 
packages 

2. We should implement a C# process (I’ll first run it manually every day, 
later on we will make it automatically)

2.1 Gets all the public APIs

2.2 For each
  2.2.1 Check if a NuGet package already exists for this API (language version + revision of the API), if so continue
  2.2.2 Build the sources in the bundle
  2.2.3 Create a new package
  2.2.4 Publish to NuGet main repository

* We should support publishing a specific API to NuGet (e.g. example drive:v2), 
or every API
* We should support using local NuGet packages (before publishing them to NuGet 
repository)

Original issue reported on code.google.com by pele...@google.com on 14 Aug 2013 at 3:22

GoogleCodeExporter commented 9 years ago
Issue 67 has been merged into this issue.

Original comment by pele...@google.com on 14 Aug 2013 at 3:23

GoogleCodeExporter commented 9 years ago
https://codereview.appspot.com/12662047/

Original comment by pele...@google.com on 16 Aug 2013 at 2:09

GoogleCodeExporter commented 9 years ago

Original comment by pele...@google.com on 19 Aug 2013 at 1:24

GoogleCodeExporter commented 9 years ago

Original comment by pele...@google.com on 27 Aug 2013 at 8:01