Skip to content

Commit

Permalink
v0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
James A Sutherland committed Nov 21, 2022
1 parent 54ba3b2 commit 1860e8d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 4 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@

...

# [0.0.9] - 2022-11-21

## Added

- Bump Microsoft.Extensions.Caching.Memory from 6.0.1 to 7.0.0
- Bump Microsoft.NET.Test.Sdk from 17.3.2 to 17.4.0
- Bump Microsoft.Extensions.FileSystemGlobbing from 6.0.0 to 7.0.0
- Bump CsvHelper from 30.0.0 to 30.0.1
- Bump HIC.RDMP.Plugin from 8.0.5 to 8.0.6
- Bump Magick.NET-Q16-AnyCPU from 12.2.0 to 12.2.1
- Bump System.IO.Abstractions from 17.2.3 to 17.2.26
- Bump NUnit3TestAdapter from 4.3.0 to 4.3.1
- Fix dependabot config tagging Thomas

# [0.0.8] - 2022-11-04

## Added
Expand Down Expand Up @@ -85,7 +99,8 @@

Initial version

[Unreleased]: https://github.com/SMI/IsIdentifiable/compare/v0.0.8..main
[Unreleased]: https://github.com/SMI/IsIdentifiable/compare/v0.0.9..main
[0.0.9]: https://github.com/SMI/IsIdentifiable/compare/v0.0.8..v0.0.9
[0.0.8]: https://github.com/SMI/IsIdentifiable/compare/v0.0.7..v0.0.8
[0.0.7]: https://github.com/SMI/IsIdentifiable/compare/v0.0.6..v0.0.7
[0.0.6]: https://github.com/SMI/IsIdentifiable/compare/v0.0.5..v0.0.6
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.0.8")]
[assembly: AssemblyFileVersion("0.0.8")]
[assembly: AssemblyInformationalVersion("0.0.8")] // This one can have the extra build info after it
[assembly: AssemblyVersion("0.0.9")]
[assembly: AssemblyFileVersion("0.0.9")]
[assembly: AssemblyInformationalVersion("0.0.9")] // This one can have the extra build info after it

0 comments on commit 1860e8d

Please sign in to comment.