Skip to content

Commit ea94c2a

Browse files
authored
build: Update Rider SDK and NuGet versions to stable releases (#6019)
1 parent ccec284 commit ea94c2a

File tree

1 file changed

+2
-2
lines changed
  • buildSrc/src/main/kotlin/software/aws/toolkits/gradle/intellij

1 file changed

+2
-2
lines changed

buildSrc/src/main/kotlin/software/aws/toolkits/gradle/intellij/IdeVersions.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,11 +188,11 @@ object IdeVersions {
188188
)
189189
),
190190
rider = RiderProfile(
191-
sdkVersion = "2025.2-SNAPSHOT",
191+
sdkVersion = "2025.2",
192192
bundledPlugins = commonPlugins,
193193
netFrameworkTarget = "net472",
194194
rdGenVersion = "2025.2.2",
195-
nugetVersion = "2025.2.0-rc02"
195+
nugetVersion = "2025.2.0"
196196
)
197197
)
198198
).associateBy { it.name }

0 commit comments

Comments
 (0)