diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index e6272f8..7cfd2b8 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -12,7 +12,7 @@ on: required: true default: '2' # minor release_patch: - description: 'Release - patch number (previous 2)' + description: 'Release - patch number (previous 3)' required: true release_name: description: 'Additional name of the release' @@ -107,7 +107,7 @@ jobs: path: . directory: ${{env.bin_dir}} filename: ${{env.artifact_name}} - exclusions: '*.git* *.pdb /*runtimes/* ${{env.bin_dir}}runtimes/* ${{env.bin_dir}}runtimes/ ${{env.bin_dir}}runtimes ${{env.bin_dir}}ref/*' + exclusions: '*.git* *.pdb /*Invoice Converter/* /*Transactions Configs/* ${{env.bin_dir}}Invoice Converter/* ${{env.bin_dir}}Transactions Configs/ ${{env.bin_dir}}Transactions Configs' - name: Create Release uses: ncipollo/release-action@v1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 65df13f..66c3378 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -99,3 +99,13 @@ Total of 19 new changes since v3.2.1.8: [skip ci] - Merge branch 'master' of https://github.com/anion0278/mapp +\nNew release on ${{MERGED_AT}} +Total of 1 new changes since v3.2.2.15: +## 🧰 Chores + +- chore: Automated report [skip ci] + +## 📦 Uncategorized + +- Update CHANGELOG.md +- Update ci_cd.yml \ No newline at end of file diff --git a/Mapp.UI/Properties/SharedAssemblyInfo.cs b/Mapp.UI/Properties/SharedAssemblyInfo.cs index c8e19c9..54da5c0 100644 --- a/Mapp.UI/Properties/SharedAssemblyInfo.cs +++ b/Mapp.UI/Properties/SharedAssemblyInfo.cs @@ -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.2.2.15")] -[assembly: AssemblyFileVersion("3.2.2.15")] +[assembly: AssemblyVersion("3.2.3.16")] +[assembly: AssemblyFileVersion("3.2.3.16")]