Skip to content

Commit

Permalink
chore: Automated report [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
AutomatedRelease authored and AutomatedRelease committed Apr 23, 2024
1 parent 4eb34a6 commit f5a8961
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
required: true
default: '5' # minor
release_patch:
description: 'Release - patch number (previous 3)'
description: 'Release - patch number (previous 4)'
required: true
release_name:
description: 'Additional name of the release'
Expand Down
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -508,4 +508,17 @@ Resolves #78, #82
- Merge pull request #83 from anion0278/dev

tests: Changes to multiple integration tests
- quick fix for CD [skip CI]
- quick fix for CD [skip CI]\nNew release
Total of 1 new changes since v3.5.3.29:
## 🧰 Chores

- chore: Automated report [skip ci]

## 📦 Uncategorized

- Attempt to fix date parsing

Related to #82
- Merge pull request #84 from anion0278/dev

Attempt to fix date parsing
4 changes: 2 additions & 2 deletions Mapp.UI/Properties/SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("2767955e-07e8-410d-83d2-8a27cf1d63d9")]

[assembly: AssemblyVersion("3.5.3.29")]
[assembly: AssemblyFileVersion("3.5.3.29")]
[assembly: AssemblyVersion("3.5.4.30")]
[assembly: AssemblyFileVersion("3.5.4.30")]

0 comments on commit f5a8961

Please sign in to comment.