diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0d94d07..c2f6e6f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,7 @@
All notable changes to this project will be documented in this file.
-## [2.2.1]
+## [2.2.0]
- Moved UI files to separate project/package
diff --git a/pack.ps1 b/pack.ps1
index d3ff390..37c08e1 100644
--- a/pack.ps1
+++ b/pack.ps1
@@ -1,5 +1,5 @@
$outputDir = ".\.package\"
-$version = "2.1.0"
+$version = "2.2.0"
dotnet build --configuration Release /p:Version=$version
dotnet pack --configuration Release --output $outputDir /p:Version=$version --no-build
\ No newline at end of file
diff --git a/src/pack.proj b/src/pack.proj
index 88e645f..d264415 100644
--- a/src/pack.proj
+++ b/src/pack.proj
@@ -50,13 +50,13 @@
true
- build\net5.0\$(ModuleName).targets
+ build\net5.0\$(MSBuildProjectName).targets
true
None
true
- build\net6.0\$(ModuleName).targets
+ build\net6.0\$(MSBuildProjectName).targets
true
None