Skip to content

Commit

Permalink
Release 3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Release Bot committed Nov 28, 2024
1 parent 058ed73 commit 46a407f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.0.4] - 2024-11-28

### Fixed

- Resolved another case where appsettings.json was being loaded from the current working directory instead of the executable's directory.
Expand Down Expand Up @@ -87,11 +89,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Removed AWS NLog Logger assembly that was used for logging to Amazon CloudWatch

[unreleased]: https://github.com/neolution-ch/Neolution.DotNet.Console/compare/v3.0.3...HEAD
[unreleased]: https://github.com/neolution-ch/Neolution.DotNet.Console/compare/v3.0.4...HEAD
[3.0.1]: https://github.com/neolution-ch/Neolution.DotNet.Console/compare/v3.0.0...v3.0.1
[3.0.0]: https://github.com/neolution-ch/Neolution.DotNet.Console/compare/v2.0.2...v3.0.0
[2.0.2]: https://github.com/neolution-ch/Neolution.DotNet.Console/compare/v2.0.1...v2.0.2
[2.0.1]: https://github.com/neolution-ch/Neolution.DotNet.Console/compare/v2.0.0...v2.0.1
[2.0.0]: https://github.com/neolution-ch/Neolution.DotNet.Console/compare/v1.1.0-beta1...v2.0.0
[3.0.4]: https://github.com/neolution-ch/Neolution.DotNet.Console/compare/v3.0.3...v3.0.4
[3.0.3]: https://github.com/neolution-ch/Neolution.DotNet.Console/compare/v3.0.2...v3.0.3
[3.0.2]: https://github.com/neolution-ch/Neolution.DotNet.Console/compare/v3.0.2-rc.0...v3.0.2

0 comments on commit 46a407f

Please sign in to comment.