Skip to content

Commit

Permalink
Merge pull request #6 from myarichuk/refactor/merge-flow
Browse files Browse the repository at this point in the history
Refactor/merge flow
  • Loading branch information
myarichuk committed Sep 14, 2022
2 parents a7c0ad0 + 1b44018 commit 15df99c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v4.0.4.0] - 2022-09-14
### :bug: Bug Fixes
- [`5520875`](https://github.com/myarichuk/RoguelikeToolkit.Entities/commit/5520875fbf97d192213ecb5ead4baaf4450ef710) - silly SILLY mistake in CI flow *(commit by [@myarichuk](https://github.com/myarichuk))*


## [v4.0.3.0] - 2022-09-14
### :bug: Bug Fixes
- [`ab399f7`](https://github.com/myarichuk/RoguelikeToolkit.Entities/commit/ab399f7bbacd47e32dad3e404cad843fde9ed2ae) - ensure proper version for nuget publishing *(commit by [@myarichuk](https://github.com/myarichuk))*
Expand All @@ -20,4 +25,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [v0.0.1.0] - 2022-09-13
### Initial commit
[v4.0.2.0]: https://github.com/myarichuk/RoguelikeToolkit.Entities/compare/v4.0.1.0...v4.0.2.0
[v4.0.3.0]: https://github.com/myarichuk/RoguelikeToolkit.Entities/compare/v4.0.2.0...v4.0.3.0
[v4.0.3.0]: https://github.com/myarichuk/RoguelikeToolkit.Entities/compare/v4.0.2.0...v4.0.3.0
[v4.0.4.0]: https://github.com/myarichuk/RoguelikeToolkit.Entities/compare/v4.0.3.0...v4.0.4.0
6 changes: 3 additions & 3 deletions Directory.Build.props
Expand Up @@ -20,9 +20,9 @@
<!-- Local builds should embed PDBs so we never lose them when a subsequent build occurs. -->
<DebugType Condition=" '$(CI)' != 'true' ">embedded</DebugType>

<Company>COMPANY-PLACEHOLDER</Company>
<Authors>COMPANY-PLACEHOLDER</Authors>
<CopyrightCOMPANY-PLACEHOLDER. All rights reserved.</Copyright>
<Company>Michael Yarichuk</Company>
<Authors>Michael Yarichuk</Authors>
<CopyrightMichael Yarichuk. All rights reserved.</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
Expand Down

0 comments on commit 15df99c

Please sign in to comment.