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
James Newton-King
275741ff09
-Build
2017-04-29 17:47:22 +12:00
James Newton-King
64124e6edd
-Modern project system all the things
2017-04-27 22:09:01 +12:00
James Newton-King
8eecadd0ef
-Fixed serializing ConcurrentDictionary in .NET Core 2.0
...
-Fixed serializing ConcurrentStack/Queue/Bag
2017-04-26 15:23:28 +12:00
James Newton-King
016f57958a
-Build
2017-04-10 01:26:26 +12:00
James Newton-King
b145964dd0
-Build
2017-04-09 15:16:53 +12:00
James Newton-King
82f694d261
-Build
2017-04-09 10:42:06 +12:00
James Newton-King
c89b5b45aa
-Build
2017-04-08 14:59:31 +12:00
James Newton-King
3531e705a1
-Build
2017-04-06 21:12:06 +12:00
James Newton-King
dd5ce8ddf4
-Build
2017-04-06 21:04:11 +12:00
James Newton-King
5a6ec030a9
-Fixed nuspec
2017-04-02 17:40:31 +12:00
James Newton-King
3c9b670eaa
-Build
2017-04-02 16:08:56 +12:00
James Newton-King
faafda7c99
-Increment version to 10.0.2
2017-04-02 14:08:21 +12:00
James Newton-King
f001339ae2
-Updated NuGet packages
...
-Changed .NET Core test project to 1.1
2017-04-02 12:53:59 +12:00
James Newton-King
aa5f28c097
-Added Portable40 back
2017-04-02 10:24:09 +12:00
James Newton-King
760e9ff3f3
-Changed dependencies to NETStandard.Library 1.6.1
2017-04-01 23:23:35 +13:00
James Newton-King
d145eb36b0
Revert "-Removed binary serialization support from netstandard1.3"
...
This reverts commit 25de5022e4 .
2017-04-01 22:38:45 +13:00
James Newton-King
2e18e592fd
-Build
2017-04-01 18:53:22 +13:00
James Newton-King
25de5022e4
-Removed binary serialization support from netstandard1.3
...
-Changed packages to use NETStandard.Libary 1.6.0
2017-03-27 21:34:00 +13:00
James Newton-King
372c396e20
-Build
2017-03-20 20:00:49 +13:00
James Newton-King
49aa983af0
-Build
2017-03-20 19:23:26 +13:00
James Newton-King
937b25be20
-Build
2017-03-18 13:15:20 +13:00
James Newton-King
2ee59a4bcc
-Build
2017-03-08 17:35:40 +13:00
James Newton-King
febdb8188b
-Changed netstandard1.1 to netstandard1.3
...
-Added support for ISerializable interface to netstandard1.3+
-Added support for SerializableAttribute and NonSerializedAttribute to netstandard1.3+
2017-03-05 14:29:24 +13:00
James Newton-King
b9ef3adbc2
-Build
2017-02-26 20:54:21 +13:00
James Newton-King
980cab1a22
-Build
2017-02-19 18:05:50 +13:00
James Newton-King
7a7027a779
-Obsoleted FormatterAssemblyStyle in non-full .NET assemblies
...
-Tests
2017-02-18 19:15:38 +13:00
James Newton-King
cc6d99aa60
Migrate project.json to csproj ( #1212 )
2017-02-13 23:46:43 +13:00
James Newton-King
20f59f7d70
-Build
2017-02-06 12:12:40 +13:00
James Newton-King
60ac1ea3a4
-Build
2017-02-06 10:57:11 +13:00
James Newton-King
b35988c31f
-Updated pre-release to beta2
2017-01-19 19:26:18 +13:00
James Newton-King
2e7b24e9b1
-Added support for TypeConverters to netstandard1.0+
2017-01-19 17:43:07 +13:00
Florian Greinacher
b8e60c773b
Change ifdefs to be by feature, not by platform ( #1146 )
...
* First pass
* Second pass
* Third pass
* Temporarily change build script to build only portable
* Add portable features for release build
* Add feature constants to build script
* Add more feature constants to build script
* Fix build issues
* Fix build issues
* Get rid of constants in build.ps1
* HAVE_NUMERICS -> HAVE_BIG_INTEGER
* Remove HAVE_NULLABLE
* Remove HAVE_NUMERICS from csprojs
* Add missing ifdef
* Add feature defines to pj
* Re-enable netstd builds
* Fix defines in pj
* Trying to get better build outputs
* Trying to get the build error
* Use newer cli
* Address review feedback; make netstd build work
* Introduce HAVE_DB_NULL_TYPE
* Adapt to upstream changes; address remaining review feedback
* Adapt to upstream changes; address remaining review feedback
* Rename some constants for constistency
* Address review feedback
* -Fixed build with signed assembly
* Fix merge erorr
* Address review feedback
* Introduce HAVE_NON_SERIALIZED_ATTRIBUTE
* HAVE_IGNORE_DATA_MEMBER_ATTRIBUTE
2017-01-12 11:07:02 +13:00
James Newton-King
9feab13f7e
-Build
2017-01-03 12:24:01 +13:00
James Newton-King
0e0918b143
-Derp
2016-10-24 16:13:23 +13:00
James Newton-King
b7e77700ac
-Added auto outlines to many documentation pages
2016-10-24 16:12:52 +13:00
James Newton-King
69ae589622
-Increment version to 9.0.2-beta1
2016-10-02 21:02:40 +13:00
James Newton-King
a297e6758e
-Build
2016-09-11 00:26:52 +12:00