From e20ae2556b4c03488a345484e68b716a1fedb4fd Mon Sep 17 00:00:00 2001 From: CreepyCrafter24 <33260128+CreepyCrafter24@users.noreply.github.com> Date: Fri, 20 Mar 2020 13:36:49 +0100 Subject: [PATCH] Some more changes --- .gitignore | 2 ++ .../.idea/codeStyles/codeStyleConfig.xml | 5 +++++ .idea/.idea.CC-Functions/.idea/modules.xml | 8 ++++++++ .idea/.idea.CC-Functions/riderModule.iml | 7 +++++++ Misc/Misc.csproj | 1 + Misc/Properties/AssemblyInfo.cs | 2 +- W32/Properties/AssemblyInfo.cs | 2 +- W32/W32.csproj | 1 + 8 files changed, 26 insertions(+), 2 deletions(-) create mode 100644 .idea/.idea.CC-Functions/.idea/codeStyles/codeStyleConfig.xml create mode 100644 .idea/.idea.CC-Functions/.idea/modules.xml create mode 100644 .idea/.idea.CC-Functions/riderModule.iml 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 @@ false true net461;netcoreapp3.1 + false bin\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 @@ false true net461;netcoreapp3.1 + false true