diff --git a/build.gradle b/build.gradle index fffa6a3..99b51d9 100644 --- a/build.gradle +++ b/build.gradle @@ -3,9 +3,9 @@ import org.apache.tools.ant.taskdefs.condition.Os plugins { id 'java' - id 'org.jetbrains.kotlin.jvm' version '1.7.22' - id 'org.jetbrains.intellij' version '1.10.1' // https://github.com/JetBrains/gradle-intellij-plugin/releases - id 'com.jetbrains.rdgen' version '2022.3.4' // https://www.myget.org/feed/rd-snapshots/package/maven/com.jetbrains.rd/rd-gen + id 'org.jetbrains.kotlin.jvm' version '1.8.10' + id 'org.jetbrains.intellij' version '1.13.2' // https://github.com/JetBrains/gradle-intellij-plugin/releases + id 'com.jetbrains.rdgen' version '2023.1.2' // https://www.myget.org/feed/rd-snapshots/package/maven/com.jetbrains.rd/rd-gen id 'me.filippov.gradle.jvm.wrapper' version '0.14.0' } diff --git a/buildPlugin.ps1 b/buildPlugin.ps1 index 22beb4e..ee943c3 100644 --- a/buildPlugin.ps1 +++ b/buildPlugin.ps1 @@ -1,5 +1,5 @@ Param( - $Version = "9999.0.0" + $Version = "2022.3.1" ) Set-StrictMode -Version Latest diff --git a/global.json b/global.json deleted file mode 100644 index 969172a..0000000 --- a/global.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "sdk": { - "version": "6.0.100", - "rollForward": "latestMinor" - } - } - \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index b540c88..eab3699 100644 --- a/gradle.properties +++ b/gradle.properties @@ -15,8 +15,8 @@ PublishToken="_PLACEHOLDER_" # Release: 2020.2 # EAP: 2020.3-EAP2-SNAPSHOT # Nightly: 2020.3-SNAPSHOT -ProductVersion=2022.3-SNAPSHOT -PluginVersion=9999.0.0 +ProductVersion=2022.3.1 +PluginVersion=2022.3.1 # Kotlin 1.4 will bundle the stdlib dependency by default, causing problems with the version bundled with the IDE # https://blog.jetbrains.com/kotlin/2020/07/kotlin-1-4-rc-released/#stdlib-default diff --git a/src/dotnet/CleanCode/CleanCode.Rider.csproj b/src/dotnet/CleanCode/CleanCode.Rider.csproj index c56191e..1bfcfd4 100644 --- a/src/dotnet/CleanCode/CleanCode.Rider.csproj +++ b/src/dotnet/CleanCode/CleanCode.Rider.csproj @@ -10,14 +10,14 @@ - + all runtime; build; native; contentfiles; analyzers all - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/dotnet/CleanCode/CleanCode.csproj b/src/dotnet/CleanCode/CleanCode.csproj index 69943fa..c6a3407 100644 --- a/src/dotnet/CleanCode/CleanCode.csproj +++ b/src/dotnet/CleanCode/CleanCode.csproj @@ -9,14 +9,14 @@ - + all runtime; build; native; contentfiles; analyzers all - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/dotnet/CleanCode/Properties/AssemblyInfo.cs b/src/dotnet/CleanCode/Properties/AssemblyInfo.cs index 43a2830..7bc2351 100644 --- a/src/dotnet/CleanCode/Properties/AssemblyInfo.cs +++ b/src/dotnet/CleanCode/Properties/AssemblyInfo.cs @@ -12,5 +12,5 @@ [assembly: ComVisible(false)] [assembly: Guid("97927FF9-8C9C-4DC5-A309-29C23F41DA47")] -[assembly: AssemblyVersion("5.6.7.0")] -[assembly: AssemblyFileVersion("5.6.7.0")] \ No newline at end of file +[assembly: AssemblyVersion("2022.3.1")] +[assembly: AssemblyFileVersion("2022.3.1")] \ No newline at end of file diff --git a/src/dotnet/CleanCode/Resources/Icons/Settings/ThemedIcons.Settings.Generated.cs b/src/dotnet/CleanCode/Resources/Icons/Settings/ThemedIcons.Settings.Generated.cs index 5c894ce..1b63454 100644 --- a/src/dotnet/CleanCode/Resources/Icons/Settings/ThemedIcons.Settings.Generated.cs +++ b/src/dotnet/CleanCode/Resources/Icons/Settings/ThemedIcons.Settings.Generated.cs @@ -1,10 +1,10 @@ //------------------------------------------------------------------------------ // -// Dieser Code wurde von einem Tool generiert. -// Laufzeitversion:4.0.30319.42000 +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 // -// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn -// der Code erneut generiert wird. +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. // //------------------------------------------------------------------------------ diff --git a/src/dotnet/Plugin.props b/src/dotnet/Plugin.props index f9aa8eb..fb64601 100644 --- a/src/dotnet/Plugin.props +++ b/src/dotnet/Plugin.props @@ -1,6 +1,6 @@ - 2022.3.0 + 2022.3.1 CleanCode Automates some of the concepts in Uncle Bob's Clean Code book Martin Oehlert, Hadi Hariri, Matt Ellis