Skip to content

Commit

Permalink
v0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tznind committed Aug 17, 2022
1 parent 2c0444b commit e97a6fa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

# [Unreleased]

# [0.0.6] - 2022-08-17

## Added

- Added new command line flag `-y somefile.yaml` in `ii` CLI tool to specify a custom config file
Expand Down Expand Up @@ -51,7 +53,8 @@

Initial version

[Unreleased]: https://github.com/SMI/IsIdentifiable/compare/v0.0.5..main
[Unreleased]: https://github.com/SMI/IsIdentifiable/compare/v0.0.6..main
[0.0.6]: https://github.com/SMI/IsIdentifiable/compare/v0.0.5..v0.0.6
[0.0.5]: https://github.com/SMI/IsIdentifiable/compare/v0.0.4..v0.0.5
[0.0.4]: https://github.com/SMI/IsIdentifiable/compare/v0.0.3..v0.0.4
[0.0.3]: https://github.com/SMI/IsIdentifiable/compare/v0.0.2..v0.0.3
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.5")]
[assembly: AssemblyFileVersion("0.0.5")]
[assembly: AssemblyInformationalVersion("0.0.5")] // This one can have the extra build info after it
[assembly: AssemblyVersion("0.0.6")]
[assembly: AssemblyFileVersion("0.0.6")]
[assembly: AssemblyInformationalVersion("0.0.6")] // This one can have the extra build info after it

0 comments on commit e97a6fa

Please sign in to comment.