4 Commits

Author SHA1 Message Date
Mickaël Derriey
6b8dde10e2 Remove unneeded files for .NET Core (#1549)
* add .ruleset back to both Octokit and Octokit.Reactive

* rename Octokit.Core.sln to Octokit.sln

* remove platform-specific solution files

* remove .nuspec files

NuGet packaging information is now in the relevant project.json files

* remove ext folder containing platform-specific assemblies

* update the description of the .ruleset file we use
2017-01-29 07:46:38 +10:00
Micah
c3a67ae777 Creates constructors for all Models.Response.
Resolves https://github.com/octokit/octokit.net/issues/677.

Removes obscolete properties (gravatar).
Makes Models.Response properties all be protected (most were already).
2015-01-24 16:07:03 -08:00
Haacked
c123da17c3 Suppress CA1020 too few types in namespace
Also set assemblycomparemode:StrongNameIgnoringVersion so
Microsoft.Build.Async doesn't break code analysis.
2013-09-23 11:43:37 -07:00
Haacked
997e955f38 Rename to Octokit to be consistent with other API libs
GitHub is naming all of the libraries Octokit for their respective
platforms
2013-01-29 14:00:27 -08:00