File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed
PluginsAndFeatures/azure-toolkit-for-rider Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 6
6
7
7
### Changed
8
8
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
+
9
17
- Support for Rider 2025.2 EAP 4
10
18
11
19
## [ 4.4.8] - 2025-04-16
326
334
- Reimplement Azure Functions Core Tools integration
327
335
- Reimplement Azure Functions templates
328
336
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
330
339
[ 4.4.8 ] : https://github.com/JetBrains/azure-tools-for-intellij/compare/v4.4.7...v4.4.8
331
340
[ 4.4.7 ] : https://github.com/JetBrains/azure-tools-for-intellij/compare/v4.4.6...v4.4.7
332
341
[ 4.4.6 ] : https://github.com/JetBrains/azure-tools-for-intellij/compare/v4.4.5...v4.4.6
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ pluginGroup = com.jetbrains
4
4
pluginName = Azure Toolkit for Rider
5
5
pluginRepositoryUrl = https://github.com/JetBrains/azure-tools-for-intellij
6
6
# SemVer format -> https://semver.org
7
- pluginVersion = 4.5.0
7
+ pluginVersion = 4.5.1
8
8
9
9
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
10
10
pluginSinceBuild = 252
@@ -14,7 +14,7 @@ pluginSinceBuild = 252
14
14
# Release: 2020.2
15
15
# EAP: 2020.3-EAP2-SNAPSHOT
16
16
# Nightly: 2020.3-SNAPSHOT
17
- platformVersion = 2025.2-EAP4 -SNAPSHOT
17
+ platformVersion = 2025.2-EAP6 -SNAPSHOT
18
18
19
19
dotnetBuildConfiguration =Release
20
20
You can’t perform that action at this time.
0 commit comments