Commit Graph

269 Commits

Author SHA1 Message Date
James Newton-King
a222c8b69c Update to net50 and fix warnings (#2424) 2020-11-20 16:35:24 +13:00
James Newton-King
936acbf622 Update version to 13.0.1-beta and remove portable builds (#2228) 2019-11-30 17:29:13 +13:00
James Newton-King
7c3d7f8da7 Update version to 12.0.3 2019-11-09 13:48:42 +13:00
James Newton-King
e27710ffaa Update version to 12.0.3-beta2 2019-10-06 14:33:36 +13:00
James Newton-King
c89d6addf1 Update dependencies from .NET Core 3.0 (#2179) 2019-09-30 12:46:29 +13:00
James Newton-King
6471010c56 Update version to 12.0.3 2019-08-19 15:02:53 +12:00
James Newton-King
5eac02a797 Run unit tests on .NET Core 3.0 and fix Enumerable.Empty (#2137) 2019-08-19 12:57:09 +12:00
James Newton-King
cdf10151d5 Update Newtonsoft.Json project to use nullable reference types (#1950) 2019-07-29 09:13:42 +12:00
James Newton-King
f940f21804 Remove explicit assembly from version.json 2019-07-02 10:13:39 +12:00
James Newton-King
5a673535c8 Support configuring assembly version in version.json 2019-05-09 14:50:14 +12:00
James Newton-King
4ab34b0461 Update version to 12.0.2 2019-04-22 12:52:43 +12:00
James Newton-King
5ff53a9229 Update version to 12.0.2-beta3 2019-04-21 17:35:52 +12:00
James Newton-King
cb4f468b91 Update version to 12.0.2-beta2 2019-04-21 16:42:47 +12:00
James Newton-King
5416cd4d1a Move debug symbols to symbol package (#2051) 2019-04-21 15:52:27 +12:00
James Newton-King
a088299eee Support command line build in VS2019 (#2048) 2019-04-20 16:24:09 +12:00
James Newton-King
f80a8184c8 Update SDK version (#2031) 2019-03-31 14:07:33 +13:00
James Newton-King
9977965ec3 Update version to 12.0.2-beta1 (#2029) 2019-03-30 20:23:09 +13:00
James Newton-King
509643a895 Update version to 12.0.1 2018-11-28 06:53:07 +13:00
James Newton-King
f869558de5 Update version to 12.0.1-beta2 2018-11-25 20:41:18 +13:00
James Newton-King
03f7c0b859 Fix serializing types with struct ref properties (#1924) 2018-11-25 15:27:11 +13:00
James Newton-King
c6e4ca7a94 Update NuGet metadata to use license expression (#1921) 2018-11-23 16:36:06 +13:00
James Newton-King
fcd0f00007 Correct package prerelease and sign zip package content (#1900) 2018-10-28 16:33:40 +13:00
James Newton-King
e3c4c6aa6b Update build to deploy to NuGet (#1899) 2018-10-28 15:19:10 +13:00
James Newton-King
416cb4db0f Add code and package signing (#1895) 2018-10-26 11:13:25 +13:00
James Newton-King
700444a996 Add support for multiple ctors in JavaScriptDateTimeConverter 2018-09-23 13:57:43 -07:00
James Newton-King
74add1336a Acquire dotnet-install.ps1 from dot.net (#1849) 2018-09-22 09:49:54 -07:00
James Newton-King
d5d338b49e Update version to 12.0.1 (#1823) 2018-09-12 19:20:12 +12:00
James Newton-King
7217c484e9 Enable source link (#1746) 2018-06-24 12:25:12 +12:00
James Newton-King
6d31b14879 Update build to not copy source to working directory (#1745) 2018-06-24 11:34:10 +12:00
James Newton-King
6287ed3be1 HTTPs all the things (#1710) 2018-05-21 10:02:43 +12:00
James Newton-King
b7c291ea90 -Increment version to 11.0.2 2018-03-12 04:19:52 +00:00
James Newton-King
31b1d7a690 -Increment version to 11.0.1 2018-02-17 19:24:49 +13:00
James Newton-King
df082eb90f -Build 2018-02-17 19:16:43 +13:00
James Newton-King
4e47aa8e9a -Build 2018-01-28 16:08:23 +13:00
James Newton-King
f92e11b079 -Increment version to 11.0.1-beta3 2018-01-03 10:23:16 +13:00
James Newton-King
ed52a0eb0f -Increment version to 11.0.1-beta2 2018-01-02 09:43:55 +13:00
James Newton-King
60f66d9c96 -Changed version to 11.0.1 2017-11-17 18:23:31 +13:00
James Newton-King
af5bedaed0 -Build 2017-11-08 16:42:23 +13:00
James Newton-King
ab3315f1d5 -Added netstandard2.0 2017-10-01 23:11:30 +13:00
Andrew Arnott
5b904ccb0f Add AppVeyor.yml file (#1417)
* Add AppVeyor.yml file

* Fix casing of Src folder

* Build with official "runbuild.cmd" script

* Add switch for msbuild verbosity

and default it to minimal

* Collect the right nupkg artifact
2017-09-24 13:35:41 +13:00
James Newton-King
3bad61fac8 -Build 2017-09-10 11:25:21 +12:00
James Newton-King
68f26ce3f0 -Build 2017-09-09 23:57:16 +12:00
James Newton-King
3a3e360da7 -Build 2017-09-09 23:36:56 +12:00
James Newton-King
a05864d40d -Build 2017-09-09 22:26:22 +12:00
Andrew Arnott
42ccb6b1c0 Fix typo in build.ps1 and use nuget.config (#1420)
* Fix typo in build.ps1

* Use nuget.config package sources in build.ps1

Installing a package within build.ps1 ignored the Src\nuget.config file, leading to failures depending on the machine configuration.
With this change, the script will successfully install the package it needs independent of machine configuration.

* Reuse existing variable to simplify script
2017-09-04 16:48:00 +12:00
James Newton-King
325768f141 -Build 2017-08-19 08:21:51 +10:00
James Newton-King
5c2695e839 -Changed tests to run in .NET Core 2.0 2017-08-18 15:47:18 +10:00
James Newton-King
2616aa10ec -Increment version to 10.0.3 2017-06-18 13:19:39 +12:00
James Newton-King
5d0e84aa26 -Build 2017-06-06 14:21:16 +12:00
James Newton-King
2b647efc7b -Build 2017-05-25 19:16:20 +07:00