Skip to content

Releases: eoin55/HoneyBear.HalClient

Added target for .NET Standard 2.0

02 Sep 04:05
0830caf
Compare
Choose a tag to compare
Add target for .NET Standard 2.0 (#23)

* [NoTicket] - Added support for .NET Standard 2.0, DotNet Core 2.0 and DotNet Core 2.1.

* [NoTicket] - Removing some build warnings.
* Removed explicit targetting for DotNetCore; just targetting Net Standard now.
* Upgraded test project to .NET 4.7.1
* Upgraded test project dependencies.

* [NoTicket] - Attempting to fix the build caused by poorly formatted appveyor.yml.

* [NoTicket] - Attempting to fix an issue with the appveyor.yml.

* [NoTicket] - Attempting to fix the build by adding a NuGet restore step.

* [NoTicket] - Attempting to fix the NuGet packaging phase of the build.

* [NoTicket] - Modifying the build to append a pre-release suffix for non-master builds.

* [NoTicket] - Fixing an issue with the appveyor.yml build configuration.

* [NoTicket] - Attempting to fix a broken build due to missing carriage return.

* [NoTicket] - Attempting to fix an issue with the code coverage phase of the build.
The wrong version of the NUnit Console Runner was being referenced.

Added async support

11 Dec 11:10
Compare
Choose a tag to compare

Added support for PATCH

15 Oct 09:34
Compare
Choose a tag to compare
v1.3.124

[NoTicket] - Bumping the version minor number, as the API contract ha…

Added multi-target support, including for .NET Core

02 Apr 00:10
Compare
Choose a tag to compare
v1.1.111

[NoTicket] - Bumped the minor version number, now that the library su…

Added support for JSON attributes

23 Mar 10:34
Compare
Choose a tag to compare

[https://github.com//issues/7] - Added support for JSON attributes

Support for NETStandard1.1

05 Jan 04:56
Compare
Choose a tag to compare
v1.0.69

[NoTicket] - Removed the build cache from appveyor.yml, as it doesn't…

Support for .NET 4.5

04 Dec 00:21
Compare
Choose a tag to compare

[https://github.com//issues/5] - Added support for .NET 4.5.

Support nullable properties

28 Nov 22:21
Compare
Choose a tag to compare

Updated the deseriliser to support nullable properties.

Allow custom implementations of IJsonHttpClient

06 Mar 02:09
Compare
Choose a tag to compare
v1.0.39

[https://github.com/eoin55/HoneyBear.HalClient/issues/3] - Added two …

Allow overriding of MediaTypeFormatters in HalClient

29 Feb 12:34
Compare
Choose a tag to compare
v1.0.34

[https://github.com/eoin55/HoneyBear.HalClient/issues/1] - Defaulting…