Skip to content
This repository has been archived by the owner on May 21, 2022. It is now read-only.

Releases: pomma89/thrower

v4.3.1

10 Dec 18:20
Compare
Choose a tag to compare
  • Added SourceLink support.
  • Added Raise.ArgumentException.IfIsEmpty for Guid values (issue #5).

v4.3.0

28 Oct 10:04
Compare
Choose a tag to compare
  • Added support for .NET Framework 4.7.1.
  • ValidationError and HttpExceptionInfo are now proper structs.

v4.2.4

21 Oct 15:19
Compare
Choose a tag to compare
  • Restored AssemblyVersion attribute, which was probably lost during migration to .NET Standard 2.0.

v4.2.3

24 Sep 07:35
Compare
Choose a tag to compare
  • Further support for R# ContractAnnotation attribute (issue #4).

v4.2.2

20 Sep 20:50
Compare
Choose a tag to compare
  • Added support for R# ContractAnnotation attribute (issue #4).

v4.2.1

13 Sep 20:28
Compare
Choose a tag to compare
  • Added support for R# NoEnumeration attribute (issue #3).

v4.2.0

17 Aug 08:24
Compare
Choose a tag to compare
  • Added support for .NET Standard 2.0.

v4.1.3

09 Apr 12:38
Compare
Choose a tag to compare
  • Removed TaskExtensions class, added by mistake.

v4.1.2

26 Mar 07:02
Compare
Choose a tag to compare
  • Improved Cake build system.
  • Updated project to VS2017.
  • Removed Portable DLL, now we target .NET Standard.
  • Added DLL for .NET Standard 1.0.
  • Removed .NET 4.6 and .NET Standard 1.2 DLLs, since they were equivalent to .NET 4.5 and .NET Standard 1.1.

v4.0.10

12 Feb 14:32
Compare
Choose a tag to compare
v4.0.10 Pre-release
Pre-release
  • The project has been fully converted to .NET Core.
  • Added GetTypeAssembly to PortableTypeInfo.