Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rkm committed Jan 19, 2024
1 parent cde42f3 commit 1c8d1b2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,18 @@

# [Unreleased]

# [0.3.0] - 2024-01-19

- Upgrade to NET7 and C# 11 (#394)
- Update TesseractLinuxLoaderFix.cs
- Fix up borked RDMP plugin building
- Remove Harmony library

# [0.2.1] - 2024-01-08

## Changed

- Check pixel data is valid when PII scan is skipped
- Check pixel data is valid when PII scan is skipped

# [0.2.0] - 2024-01-07

Expand Down Expand Up @@ -142,7 +149,8 @@

Initial version

[Unreleased]: https://github.com/SMI/IsIdentifiable/compare/v0.2.1..main
[Unreleased]: https://github.com/SMI/IsIdentifiable/compare/v0.3.0..main
[0.3.0]: https://github.com/SMI/IsIdentifiable/compare/v0.2.1..v0.3.0
[0.2.1]: https://github.com/SMI/IsIdentifiable/compare/v0.2.0..v0.2.1
[0.2.0]: https://github.com/SMI/IsIdentifiable/compare/v0.1.0..v0.2.0
[0.1.0]: https://github.com/SMI/IsIdentifiable/compare/v0.0.9..v0.1.0
Expand Down
6 changes: 3 additions & 3 deletions SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
[assembly: AssemblyCulture("")]

// These should be overwritten by release builds
[assembly: AssemblyVersion("0.2.1")]
[assembly: AssemblyFileVersion("0.2.1")]
[assembly: AssemblyInformationalVersion("0.2.1")] // This one can have the extra build info after it
[assembly: AssemblyVersion("0.3.0")]
[assembly: AssemblyFileVersion("0.3.0")]
[assembly: AssemblyInformationalVersion("0.3.0")] // This one can have the extra build info after it

0 comments on commit 1c8d1b2

Please sign in to comment.