diff --git a/.gitignore b/.gitignore
index d29f780..81f4430 100644
--- a/.gitignore
+++ b/.gitignore
@@ -510,3 +510,5 @@ MigrationBackup/
# Backup folder for Package Reference Convert tool in Visual Studio 2017
# End of https://www.gitignore.io/api/csharp,visualstudio
+/.idea/.idea.CC-Functions/.idea/discord.xml
+/.idea/.idea.CC-Functions/.idea/contentModel.xml
diff --git a/.idea/.idea.CC-Functions/.idea/codeStyles/codeStyleConfig.xml b/.idea/.idea.CC-Functions/.idea/codeStyles/codeStyleConfig.xml
new file mode 100644
index 0000000..a55e7a1
--- /dev/null
+++ b/.idea/.idea.CC-Functions/.idea/codeStyles/codeStyleConfig.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/.idea.CC-Functions/.idea/modules.xml b/.idea/.idea.CC-Functions/.idea/modules.xml
new file mode 100644
index 0000000..3eaf66f
--- /dev/null
+++ b/.idea/.idea.CC-Functions/.idea/modules.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/.idea.CC-Functions/riderModule.iml b/.idea/.idea.CC-Functions/riderModule.iml
new file mode 100644
index 0000000..1a4e0d9
--- /dev/null
+++ b/.idea/.idea.CC-Functions/riderModule.iml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Misc/Misc.csproj b/Misc/Misc.csproj
index b40bb89..9f3025c 100644
--- a/Misc/Misc.csproj
+++ b/Misc/Misc.csproj
@@ -8,6 +8,7 @@
falsetruenet461;netcoreapp3.1
+ falsebin\Debug\Misc.xml
diff --git a/Misc/Properties/AssemblyInfo.cs b/Misc/Properties/AssemblyInfo.cs
index 2daa139..0c9c92d 100644
--- a/Misc/Properties/AssemblyInfo.cs
+++ b/Misc/Properties/AssemblyInfo.cs
@@ -33,5 +33,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.0.0")]
+[assembly: AssemblyVersion("1.1.*")]
[assembly: AssemblyFileVersion("1.0.0.0")]
\ No newline at end of file
diff --git a/W32/Properties/AssemblyInfo.cs b/W32/Properties/AssemblyInfo.cs
index e6bf2fe..f69f998 100644
--- a/W32/Properties/AssemblyInfo.cs
+++ b/W32/Properties/AssemblyInfo.cs
@@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.0.0")]
+[assembly: AssemblyVersion("1.1.*")]
[assembly: AssemblyFileVersion("1.0.0.0")]
\ No newline at end of file
diff --git a/W32/W32.csproj b/W32/W32.csproj
index 3c40df7..e0ef6fb 100644
--- a/W32/W32.csproj
+++ b/W32/W32.csproj
@@ -8,6 +8,7 @@
falsetruenet461;netcoreapp3.1
+ falsetrue