Skip to content

Releases: Blacktempel/BlackSharp

1.1.2

14 Jun 19:41

Choose a tag to compare

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

22 May 20:30

Choose a tag to compare

UI.Avalonia

New functionality:

  • added GetDisplayName for ScreenExtensions.

Improvements and fixes:

  • updated dependencies

Other:

  • none

1.1.0

09 May 22:12

Choose a tag to compare

Core

New functionality:

  • none

Improvements and fixes:

  • change signature of Kernel32.CreateFile

Other:

  • none

IO.Ports was added.

1.0.14

08 May 11:57

Choose a tag to compare

UI.Avalonia

New functionality:

  • none

Improvements and fixes:

  • update for Avalonia 12

Other:

  • none

1.0.13

11 Apr 11:43

Choose a tag to compare

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

04 Mar 11:57

Choose a tag to compare

Core

Changes:

  • add overload for SafeFileHandler.OpenFile

Improvements and fixes:

  • none

Other:

  • none

1.0.11

28 Feb 14:42

Choose a tag to compare

Core

Changes:

  • change DataUnitConverter to use decimal instead of ulong for conversion

Improvements and fixes:

  • none

Other:

  • none

1.0.10

26 Feb 12:21

Choose a tag to compare

Core

Changes:

  • add DataUnit conversion methods + unit tests
  • remove DataStorageSizeConverter

Improvements and fixes:

  • none

Other:

  • update dependencies (Unit Tests)

1.0.9

14 Feb 15:07

Choose a tag to compare

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

14 Feb 11:35

Choose a tag to compare

UI.Avalonia

Added:

  • ScreenExtensions