Skip to content

Releases: Jan5366x/MagicFileEncoding

4.0.0 Release

Choose a tag to compare

@Jan5366x Jan5366x released this 19 Dec 19:12
b576d12

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

Choose a tag to compare

@Jan5366x Jan5366x released this 05 Feb 00:24

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

Choose a tag to compare

@Jan5366x Jan5366x released this 10 Jun 17:46
  • Deploy as release build
  • Update readme file

(Last Net 6.0 Version)

2.0.0 Release

Choose a tag to compare

@Jan5366x Jan5366x released this 25 May 07:58
fb33619
  • 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

Choose a tag to compare

@Jan5366x Jan5366x released this 13 Feb 11:12

Changes:

v1.1.0

Choose a tag to compare

@Jan5366x Jan5366x released this 13 Feb 10:19

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

Choose a tag to compare

@Jan5366x Jan5366x released this 28 Sep 19:41

1.0.0-preview.3 Release

Pre-release

Choose a tag to compare

@Jan5366x Jan5366x released this 28 Sep 06:31
Adjust package version

1.0.0-preview.2 Release

Pre-release

Choose a tag to compare

@Jan5366x Jan5366x released this 27 Sep 23:10
Adjust package version to 1.0.0-preview.2

1.0.0 Preview Release

1.0.0 Preview Release Pre-release
Pre-release

Choose a tag to compare

@Jan5366x Jan5366x released this 27 Sep 22:13
1.0.0-preview

Add nuget package info to readme and project file