Skip to content

Commit 088732d

Browse files
authored
Merge pull request #1082 from JetBrains/rival/support-for-eap-6
Upgrade sdk to 252 EAP 6
2 parents a4bd10d + d0f642f commit 088732d

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

PluginsAndFeatures/azure-toolkit-for-rider/.idea/gradle.xml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

PluginsAndFeatures/azure-toolkit-for-rider/CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@
66

77
### Changed
88

9+
- Support for Rider 2025.2 EAP 6
10+
- Add Bicep support
11+
- Show Azure Functions in the Endpoints tool window ([#515](https://github.com/JetBrains/azure-tools-for-intellij/issues/515))
12+
13+
## [4.5.0] - 2025-06-12
14+
15+
### Changed
16+
917
- Support for Rider 2025.2 EAP 4
1018

1119
## [4.4.8] - 2025-04-16
@@ -326,7 +334,8 @@
326334
- Reimplement Azure Functions Core Tools integration
327335
- Reimplement Azure Functions templates
328336

329-
[Unreleased]: https://github.com/JetBrains/azure-tools-for-intellij/compare/v4.4.8...HEAD
337+
[Unreleased]: https://github.com/JetBrains/azure-tools-for-intellij/compare/v4.5.0...HEAD
338+
[4.5.0]: https://github.com/JetBrains/azure-tools-for-intellij/compare/v4.4.8...v4.5.0
330339
[4.4.8]: https://github.com/JetBrains/azure-tools-for-intellij/compare/v4.4.7...v4.4.8
331340
[4.4.7]: https://github.com/JetBrains/azure-tools-for-intellij/compare/v4.4.6...v4.4.7
332341
[4.4.6]: https://github.com/JetBrains/azure-tools-for-intellij/compare/v4.4.5...v4.4.6

PluginsAndFeatures/azure-toolkit-for-rider/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pluginGroup = com.jetbrains
44
pluginName = Azure Toolkit for Rider
55
pluginRepositoryUrl = https://github.com/JetBrains/azure-tools-for-intellij
66
# SemVer format -> https://semver.org
7-
pluginVersion = 4.5.0
7+
pluginVersion = 4.5.1
88

99
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1010
pluginSinceBuild = 252
@@ -14,7 +14,7 @@ pluginSinceBuild = 252
1414
# Release: 2020.2
1515
# EAP: 2020.3-EAP2-SNAPSHOT
1616
# Nightly: 2020.3-SNAPSHOT
17-
platformVersion = 2025.2-EAP4-SNAPSHOT
17+
platformVersion = 2025.2-EAP6-SNAPSHOT
1818

1919
dotnetBuildConfiguration=Release
2020

0 commit comments

Comments
 (0)