Commit Graph

10 Commits

Author SHA1 Message Date
Ryan Gribble 366ac261bf Fix assembly versioning/properties and handle platform exception (#1660)
* Use assembly version instead of hard-coded ones

Builds happening on AppVeyor specify the assembly version with `dotnet build /p:Version=<gitversion>`

* Set default version for dev time

This is to avoid that the default 1.0.0 version be assigned to the assemblies

* Move various package/assembly properties from AssemblyInfo into csproj files so dotnet build can set them all

* Get rid of SolutionInfo and move assembly version function into Connection class

* Rework FormatUserAgent to use InformationalVersion and guard against exceptions determining platform OS/arch (fixes #1617)

* Update assembly descriptions

* Reword dotnetcore to .NET Core

* Attempted workaround for package version dependency issue by specifying version on dotnet restore
see https://github.com/NuGet/Home/issues/4337
2017-09-03 11:50:20 +10:00
Ryan Gribble ffdf688e19 Final tidyups for dotnetcore (#1600)
* Dont hardcode linksources for linux builds

* split ConventionTests into their own build task, since this is how it was in FAKE previously

* update contributing doc after change to CAKE

* minor doc updates

* fix bash linksources argument

* remove all these old packages files

* use forward slashes when referring to bash script

* use Target parameter name for the PowerShell build script

* be consistent when referring to PowerShell build script

* Be even moar consistent
2017-05-04 20:32:22 +10:00
Tim Sneed b08825d2fc Oops, forgot to expose internals 2014-03-13 17:07:14 -05:00
Haacked 61c952516f Set ComVisible(false) in SolutionInfo
Rather than set it in each AssemblyInfo.cs file.
2013-11-04 13:31:25 -08:00
Haacked a9514e30b8 Add code analysis to Release build
This should make it so code analysis build runs on the CI server.
Previously, it was only set for Debug builds.
2013-11-04 13:19:22 -08:00
Steffen Forkmann 32430c47e3 Using the version from the ReleaseNotes.md and set it for the AssemblyVersion of the projects. 2013-11-01 18:54:12 +01:00
Haacked c4f90febfd Add poor man's nuget build script
We'll make this better later. I promise.
2013-10-30 14:47:08 -07:00
Haacked de305aace8 Consolidate assembly metadata into SolutionInfo
This keeps the Octokit and Octokit.Reactive libs the same version.
2013-10-18 22:05:31 -07:00
Haacked b567097a38 Change RT unit tests assembly name 2013-10-02 16:33:39 -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