Releases: pomma89/thrower
Releases · pomma89/thrower
v4.3.1
- Added SourceLink support.
- Added Raise.ArgumentException.IfIsEmpty for Guid values (issue #5).
v4.3.0
- Added support for .NET Framework 4.7.1.
- ValidationError and HttpExceptionInfo are now proper structs.
v4.2.4
- Restored AssemblyVersion attribute, which was probably lost during migration to .NET Standard 2.0.
v4.2.3
- Further support for R# ContractAnnotation attribute (issue #4).
v4.2.2
- Added support for R# ContractAnnotation attribute (issue #4).
v4.2.1
- Added support for R# NoEnumeration attribute (issue #3).
v4.2.0
- Added support for .NET Standard 2.0.
v4.1.3
- Removed TaskExtensions class, added by mistake.
v4.1.2
- 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
- The project has been fully converted to .NET Core.
- Added GetTypeAssembly to PortableTypeInfo.