Skip to content

Commit

Permalink
v1.2.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
James A Sutherland authored and jas88 committed Jul 11, 2024
1 parent ee19862 commit 37bfcd9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.2.5] - 2024-07-11

- Internal performance improvements, using ReadOnlySpan<char> instead of string internally
- Remove dependency on UniversalTypeConverter package

## [1.2.4] - 2024-03-07

- Add parameterless constructor for DatabaseTypeRequest to support DicomTypeTranslator's YAML conversion
Expand Down Expand Up @@ -79,7 +84,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial port of content from [FAnsiSql](https://github.com/HicServices/FAnsiSql)

[Unreleased]: https://github.com/HicServices/TypeGuesser/compare/v1.2.4...main
[Unreleased]: https://github.com/HicServices/TypeGuesser/compare/v1.2.5...main
[1.2.5]: https://github.com/HicServices/TypeGuesser/compare/v1.2.4...v1.2.5
[1.2.4]: https://github.com/HicServices/TypeGuesser/compare/v1.2.3...v1.2.4
[1.2.3]: https://github.com/HicServices/TypeGuesser/compare/v1.2.2...v1.2.3
[1.2.2]: https://github.com/HicServices/TypeGuesser/compare/v1.2.1...v1.2.2
Expand Down
6 changes: 3 additions & 3 deletions SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

[assembly: AssemblyVersion("1.2.4")]
[assembly: AssemblyFileVersion("1.2.4")]
[assembly: AssemblyInformationalVersion("1.2.4")]
[assembly: AssemblyVersion("1.2.5")]
[assembly: AssemblyFileVersion("1.2.5")]
[assembly: AssemblyInformationalVersion("1.2.5")]

0 comments on commit 37bfcd9

Please sign in to comment.