Skip to content

Commit

Permalink
Merge pull request #958 from JetBrains/rival/remove-locked-4-99-core-…
Browse files Browse the repository at this point in the history
…tools

Remove the locked 4.99.0 release of the core tools
  • Loading branch information
rafaelldi authored Nov 13, 2024
2 parents 3f0b606 + ff0ecb8 commit 2cb6aa8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
6 changes: 6 additions & 0 deletions PluginsAndFeatures/azure-toolkit-for-rider/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@

### Fixed

- Remove the locked 4.99.0 release of the core tools as the archive can be unzipped without problems

## 4.2.5 - 2024-11-11

### Fixed

- Fix DEXP-832012: Error while extracting a file

## 4.2.4 - 2024-10-28
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ class FunctionCoreToolsManager {
private val LOG = logger<FunctionCoreToolsManager>()
}

private val fixedReleases = mapOf(
"v4" to "4.99.0"
private val fixedReleases = mapOf<String, String>(
)

private val releaseCache = concurrentMapOf<String, FunctionCoreToolsRelease>()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pluginGroup = com.jetbrains
pluginName = azure-toolkit-for-rider
pluginRepositoryUrl = https://github.com/JetBrains/azure-tools-for-intellij
# SemVer format -> https://semver.org
pluginVersion = 4.2.5
pluginVersion = 4.2.6

# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild = 242
Expand Down

0 comments on commit 2cb6aa8

Please sign in to comment.