Skip to content

Releases: MrDave1999/seztion-parser

v3.0.0

27 Jul 15:17
Compare
Choose a tag to compare

What's Changed

Breaking Changes

New Features

  • Allows to specify the encoding from the SectionsFile type by @MrDave1999 in #15
  • Create resources to save exception messages in different languages by @MrDave1999 in #16

Other changes

Full Changelog: 2.0.0...3.0.0

v2.0.0

06 Jul 19:43
Compare
Choose a tag to compare

What's Changed

  • test: Add support with Fluent Assertions by @MrDave1999 in #9
  • BREAKING CHANGE: Changed visibility of the ExceptionMessages class by @MrDave1999 in #10
  • chore: Add Directory.Build.props file by @MrDave1999 in #12

Full Changelog: 1.0.2...2.0.0

v1.0.2

23 Nov 19:30
Compare
Choose a tag to compare
  • Added file-scoped namespace declarations. (#4)
  • Added commenting conventions in the documentation. (#5)
  • Fixed warning missing XML comment for publicly visible type or member Type_or_Member. (#6).
  • Fixed warning: Could not resolve base documentation for ParserException.Message. (#7).
  • Removed the .NET Standard 2.1 target framework. (#8)
    No .NET Standard 2.1 functions are used, so it is unnecessary to add this target framework in the project file (.csproj).

v1.0.1

07 Nov 19:52
Compare
Choose a tag to compare
  • Resolves #1.
  • Added a check to avoid a possible exception. (#2)

v1.0.0

06 Nov 19:39
5d04978
Compare
Choose a tag to compare
Update README.md