Skip to content

Releases: unosquare/swan

Before splitting library into individual packages for extensibility and manageablity

23 Aug 13:18
Compare
Choose a tag to compare

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.

Fix JSON issue and new default argument for console apps

18 May 14:47
Compare
Choose a tag to compare

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

Major version 3.0.0

12 Feb 14:58
0e5dcdd
Compare
Choose a tag to compare

BREAKING CHANGES:

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

Fix JSON string serialization

06 Feb 17:28
Compare
Choose a tag to compare

Minor issues

31 Jan 16:38
Compare
Choose a tag to compare

Thanks to @rdeago

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

Add IPAddressUtility

30 Jan 15:54
Compare
Choose a tag to compare

Thanks to @rdeago for some IP Address utilities.

Add CompositeHashCode

27 Jan 15:10
Compare
Choose a tag to compare

Add CompositeHashCode, thanks to @rdeago

Resolves issue with inner classes with JSON Ignore attribute

03 Jan 14:48
Compare
Choose a tag to compare

Last version before v3.0

04 Dec 20:14
f9a1d7d
Compare
Choose a tag to compare

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

Maintenance minor update

29 Oct 16:51
Compare
Choose a tag to compare

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.