Skip to content

Releases: Jan5366x/MagicFileEncoding

4.0.0 Release

19 Dec 19:12
b576d12

Choose a tag to compare

v4.0.0 - 19 Dez 2025

  • Switch to .Net 10.0
  • Switch to C# 14
  • Code refactoring
  • Fix code example 7 and 8 in readme
  • Add tests for readme code examples
  • Adjust readme code example to use filePath instead of filename or path
  • Suppress warnings CA2022 and S2674 due to expected dynamic array length
  • Remove Serializable annotation from EncodingSecurityException

3.0.0 Release

05 Feb 00:24

Choose a tag to compare

v3.0.0 - 5 Feb 2024

  • Switch to .Net 8.0
  • Updated dependencies
  • Improved error handling for empty and whitespace path
  • Readme file now includes code examples
  • Removed unused internal code

2.0.1 Release

10 Jun 17:46

Choose a tag to compare

  • Deploy as release build
  • Update readme file

(Last Net 6.0 Version)

2.0.0 Release

25 May 07:58
fb33619

Choose a tag to compare

  • Fixed that some files are read twice
  • Add support to read and analyze byte arrays
  • Switch to Net 6.0
  • Enabled nullable reference types
  • Adjust nullability in the entire solution
  • Add SYSLIB0001 UTF-7 Encoding safety check
  • Remove IO Tools from public surface since they are off-topic internal logic which is object to (breaking) changes
  • Refactoring and minor improvements

v1.1.1

13 Feb 11:12

Choose a tag to compare

v1.1.0

13 Feb 10:19

Choose a tag to compare

Changes:

  • [Breaking Change!] Adjusted public api surface to static access
  • [Breaking Change!] Additional encodings are now null if not found in the code pages
  • Added more tests
  • Added more additional encodings
  • Improved dokumentation

1.0.0 Release

28 Sep 19:41

Choose a tag to compare

1.0.0-preview.3 Release

28 Sep 06:31

Choose a tag to compare

Pre-release
Adjust package version

1.0.0-preview.2 Release

27 Sep 23:10

Choose a tag to compare

Pre-release
Adjust package version to 1.0.0-preview.2

1.0.0 Preview Release

27 Sep 22:13

Choose a tag to compare

1.0.0 Preview Release Pre-release
Pre-release
1.0.0-preview

Add nuget package info to readme and project file