diff --git a/.github/workflows/packages.yml b/.github/workflows/packages.yml
index 566bffe99..9426ac521 100644
--- a/.github/workflows/packages.yml
+++ b/.github/workflows/packages.yml
@@ -49,7 +49,6 @@ jobs:
git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
git branch --remote --contains | grep origin/${BRANCH_NAME}
fi
-
- name: Set VERSION variable
run: |
if [[ "${{ github.ref }}" == refs/tags/* && "${{ github.event_name }}" == "release" && "${{ github.event.action }}" == "published" ]]; then
@@ -57,7 +56,7 @@ jobs:
TAG_NAME=${TAG_NAME#refs/tags/} # remove the refs/tags/ prefix
echo "VERSION=${TAG_NAME}" >> $GITHUB_ENV
else
- echo "VERSION=3.1.0-${PACKAGE_PREFIX}.${{github.run_number}}" >> $GITHUB_ENV
+ echo "VERSION=3.2.0-${PACKAGE_PREFIX}.${{github.run_number}}" >> $GITHUB_ENV
fi
- name: Compile+Test+Pack
run: ./build.sh Compile+Test+Pack --version ${VERSION}
diff --git a/Directory.Packages.props b/Directory.Packages.props
index d085b0034..a03b4408d 100644
--- a/Directory.Packages.props
+++ b/Directory.Packages.props
@@ -103,7 +103,6 @@
-
@@ -135,7 +134,6 @@
-
diff --git a/design/artwork/elsa-3.1-art.png b/design/artwork/elsa-3.1-art.png
new file mode 100644
index 000000000..f8b5a29fd
Binary files /dev/null and b/design/artwork/elsa-3.1-art.png differ
diff --git a/design/artwork/elsa-logo-art.psd b/design/artwork/elsa-logo-art.psd
index 3e992985a..32bf258b1 100644
Binary files a/design/artwork/elsa-logo-art.psd and b/design/artwork/elsa-logo-art.psd differ
diff --git a/src/modules/Elsa.EntityFrameworkCore.Common/Elsa.EntityFrameworkCore.Common.csproj b/src/modules/Elsa.EntityFrameworkCore.Common/Elsa.EntityFrameworkCore.Common.csproj
index 1cd34ddc1..f7beacf88 100644
--- a/src/modules/Elsa.EntityFrameworkCore.Common/Elsa.EntityFrameworkCore.Common.csproj
+++ b/src/modules/Elsa.EntityFrameworkCore.Common/Elsa.EntityFrameworkCore.Common.csproj
@@ -1,4 +1,4 @@
-
+
@@ -8,7 +8,6 @@
-