We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab6413d commit bd6f8aaCopy full SHA for bd6f8aa
common-build-logic/src/main/kotlin/common/BuildProfile.kt
@@ -187,8 +187,8 @@ object BuildProfiles {
187
188
Profile.p251 to BuildProfile(
189
profile = Profile.p251,
190
- platformVersion = "2025.1",
191
- riderVersion = "2025.1.1",
+ platformVersion = "2025.1.1.1",
+ riderVersion = "2025.1.2",
192
pycharmVersion = "2025.1",
193
riderTargetFramework = "net8.0",
194
riderResharperVersionConstant = "PROFILE_2024_3",
@@ -204,9 +204,9 @@ object BuildProfiles {
204
Profile.p252 to BuildProfile(
205
isEAP = true,
206
profile = Profile.p252,
207
- platformVersion = "251.23774.318-EAP-SNAPSHOT",
208
- riderVersion = "2025.1-RC1-SNAPSHOT",
209
- pycharmVersion = "251-EAP-SNAPSHOT",
+ pycharmVersion = "2025.1",
210
211
212
platformVersionCode = "252",
0 commit comments