Skip to content

Releases: maroontress/Oxbind.CSharp

Fix warnings.

22 Mar 12:57
89ffe90
Compare
Choose a tag to compare

Requirements to run

  • Visual Studio 2017 (15.9) or .NET Core 2.2 (2.2.105)

Requirements to build

  • Visual Studio 2017 (15.9) or .NET Core 2.2 (2.2.105)

New

Fixed

  • Fix warnings.

Fix warnings.

13 Mar 13:43
4ca8e66
Compare
Choose a tag to compare

Requirements to run

  • Visual Studio 2017 (15.9) or .NET Core 2.2 (2.2.104)

Requirements to build

  • Visual Studio 2017 (15.9) or .NET Core 2.2 (2.2.104)

Fixed

  • Fix warnings.

Fix API with a covariant interface.

20 Feb 22:10
0910e9b
Compare
Choose a tag to compare

Requirements to run

  • Visual Studio 2017 (15.9) or .NET Core 2.2 (2.2.103)

Requirements to build

  • Visual Studio 2017 (15.9) or .NET Core 2.2 (2.2.103)

Fixed

  • Fix the interface Oxbinder<T> to be covariant, replacing it with Oxbinder<out T>.
  • Fix warnings.

Initial release.

18 Jan 11:10
Compare
Choose a tag to compare

1.0.0 (2019-01-18)

Initial release.

Requirements to run

  • Visual Studio 2017 (15.9) or .NET Core 2.2 (2.2.102)

Requirements to build

  • Visual Studio 2017 (15.9) or .NET Core 2.2 (2.2.102)

New

  • Add APIs to deserialize an XML document with .NET Standard 1.3.