Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ PublishToken="_PLACEHOLDER_"
# Release: 2020.2
# EAP: 2020.3-EAP2-SNAPSHOT
# Nightly: 2020.3-SNAPSHOT
ProductVersion=2025.2
PluginVersion=2025.2
ProductVersion=2025.3
PluginVersion=2025.3.0

# 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
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
kotlin = "2.2.10" # https://plugins.jetbrains.com/docs/intellij/using-kotlin.html#kotlin-standard-library
rdGen = "2025.2.3" # https://github.com/JetBrains/rd/releases
kotlin = "2.2.21" # https://plugins.jetbrains.com/docs/intellij/using-kotlin.html#kotlin-standard-library
rdGen = "2025.3.1" # https://github.com/JetBrains/rd/releases

[libraries]
kotlinStdLib = { group = "org.jetbrains.kotlin", name = "kotlin-stdlib", version.ref = "kotlin" }
Expand Down
4 changes: 2 additions & 2 deletions src/dotnet/Plugin.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<SdkVersion>2025.2.0</SdkVersion>
<SdkVersion>2025.3.0</SdkVersion>
<Title>CleanCode</Title>
<Description>Automates some of the concepts in Uncle Bob's Clean Code book</Description>
<Authors>Martin Oehlert, Hadi Hariri, Matt Ellis</Authors>
Expand All @@ -10,4 +10,4 @@
<PackageLicenseUrl>https://raw.github.com/MO2k4/CleanCode/master/license.txt</PackageLicenseUrl>
<PackageIconUrl>https://raw.githubusercontent.com/MO2k4/CleanCode/master/logo.png</PackageIconUrl>
</PropertyGroup>
</Project>
</Project>
Loading