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 a0f4f8b commit eb2eaadCopy full SHA for eb2eaad
buildSrc/src/main/kotlin/software/aws/toolkits/gradle/intellij/IdeVersions.kt
@@ -212,11 +212,11 @@ object IdeVersions {
212
)
213
),
214
rider = RiderProfile(
215
- sdkVersion = "2025.1-EAP5-SNAPSHOT",
+ sdkVersion = "2025.1-EAP7-SNAPSHOT",
216
bundledPlugins = commonPlugins,
217
netFrameworkTarget = "net472",
218
rdGenVersion = "2025.1.1",
219
- nugetVersion = " 2025.1.0-eap05"
+ nugetVersion = " 2025.1.0-eap07"
220
221
222
).associateBy { it.name }
0 commit comments