From b7cb9954b248561adacba2d6b3cc72ddbc19918f Mon Sep 17 00:00:00 2001 From: anion0278 Date: Wed, 17 Nov 2021 12:20:25 +0100 Subject: [PATCH 1/2] Update ci_cd.yml --- .github/workflows/ci_cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index e6272f8..55c3f58 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -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 From fafa177855672c8cfe2f7819bbf2e63b98b35c27 Mon Sep 17 00:00:00 2001 From: AutomatedRelease Date: Wed, 17 Nov 2021 11:26:06 +0000 Subject: [PATCH 2/2] chore: Automated report [skip ci] --- .github/workflows/ci_cd.yml | 2 +- CHANGELOG.md | 10 ++++++++++ Mapp.UI/Properties/SharedAssemblyInfo.cs | 4 ++-- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 55c3f58..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' 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")]