Unosquare Swan Versions Save

Swan stands for Stuff We All Need. Unosquare's collection of C# extension methods and classes.

4.1.0

2 years ago

Going forward, we will only be supporting .net 5.0 and above. This release marks a tag before splitting packages for better manageablility, testability and expandability.

3.1.0

4 years ago

Fix JSON parsing - #236 Add new default argument for console apps #223

3.0.0

4 years ago

BREAKING CHANGES:

Add: new IPropertyProxy from Mario Remove: IComponentCollection interface and children Remove: Winservices support classes Remove: PropertyDisplayAttribute and related methods

2.6.2

4 years ago

Issue #237

2.6.1

4 years ago

Thanks to @rdeago

[ADD] Extension method Exception.RethrowPreservingStackTrace [FIX] IComponentCollection<T>.Add should declare name as nullable

2.6.0

4 years ago

Thanks to @rdeago for some IP Address utilities.

2.5.1

4 years ago

Add CompositeHashCode, thanks to @rdeago

2.4.4

4 years ago

Issue #225

2.4.3

4 years ago

The next version will drop support to .NET Framework and will target .NET Standard 2.1.

2.4.2

4 years ago

This is the last version of SWAN targeting .NET Standard 2.0.

Next version, v3.0.0, will be targeting .NET Standard 2.1 only and dropping the support to Windows-specific methods and classes as WinService Extension methods.