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 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
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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ pluginGroup = com.jetbrains
44pluginName = Azure Toolkit for Rider
55pluginRepositoryUrl = 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
1010pluginSinceBuild = 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
1919dotnetBuildConfiguration =Release
2020
You can’t perform that action at this time.
0 commit comments