Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/anion0278/mapp
Browse files Browse the repository at this point in the history
  • Loading branch information
anion0278 committed Mar 13, 2023
2 parents d811fa3 + eee0d67 commit 76b2b0f
Show file tree
Hide file tree
Showing 3 changed files with 13 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: '3' # minor
release_patch:
description: 'Release - patch number (previous 1)'
description: 'Release - patch number (previous 2)'
required: true
release_name:
description: 'Additional name of the release'
Expand Down
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,4 +141,13 @@ Security - Replaced dangerous Path.Combine with Path.Join
- disabled UI test
- Stock quantity data conversion
Refactoring is needed!
- simple notificaiton about processing
- simple notificaiton about processing\nNew release
Total of 1 new changes since v3.3.1.19:
## 🧰 Chores

- chore: Automated report [skip ci]

## 📦 Uncategorized

- Fixed invalid paths
- Merge branch 'master' of https://github.com/anion0278/mapp
4 changes: 2 additions & 2 deletions Mapp.UI/Properties/SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,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.3.1.19")]
[assembly: AssemblyFileVersion("3.3.1.19")]
[assembly: AssemblyVersion("3.3.2.20")]
[assembly: AssemblyFileVersion("3.3.2.20")]

0 comments on commit 76b2b0f

Please sign in to comment.