Releases: Blacktempel/BlackSharp
Releases · Blacktempel/BlackSharp
1.1.2
Core
New functionality:
- added SHA3
- added StringUtilities
- added DynamicMethodDelegateFactory
- added MathEx for missing Math functionality for .NET Framework
Improvements and fixes:
- updated dependencies
Other:
- none
IO.Ports
New functionality:
- none
Improvements and fixes:
- changes for threaded Close of SerialPort
Other:
- none
Updated dependencies.
1.1.1
UI.Avalonia
New functionality:
- added GetDisplayName for ScreenExtensions.
Improvements and fixes:
- updated dependencies
Other:
- none
1.1.0
Core
New functionality:
- none
Improvements and fixes:
- change signature of
Kernel32.CreateFile
Other:
- none
IO.Ports was added.
1.0.14
UI.Avalonia
New functionality:
- none
Improvements and fixes:
- update for Avalonia 12
Other:
- none
1.0.13
Core
New functionality:
- none
Improvements and fixes:
- prevent one OverflowException for DataUnitConverter
Other:
- none
MVVM
New functionality:
- none
Improvements and fixes:
- update dependencies
Other:
- none
UI.Avalonia
New functionality:
- none
Improvements and fixes:
- update dependencies - includes manual update of Tmds.DBus.Protocol due to vulnerability
Other:
- none
1.0.12
Core
Changes:
- add overload for SafeFileHandler.OpenFile
Improvements and fixes:
- none
Other:
- none
1.0.11
Core
Changes:
- change DataUnitConverter to use decimal instead of ulong for conversion
Improvements and fixes:
- none
Other:
- none
1.0.10
Core
Changes:
- add DataUnit conversion methods + unit tests
- remove DataStorageSizeConverter
Improvements and fixes:
- none
Other:
- update dependencies (Unit Tests)
1.0.9
UI.Avalonia
Fixes:
- Fix two possible exceptions in ScreenExtensions
- Fix invalid structure size of DISPLAYCONFIG_MODE_INFO
- Fixes for GetDevicePathString to correctly identify the requested screen/monitor
ScreenExtensions:
- Change GetHardwareID to GetDevicePath
1.0.8
UI.Avalonia
Added:
- ScreenExtensions