Skip to content

Commit

Permalink
Update the plugin configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelldi committed Nov 22, 2024
1 parent a92352c commit b111f26
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

## [Unreleased]

### Changed

- Updated plugin configuration

## [1.6.5] - 2024-11-21

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pluginGroup = me.rafaelldi.aspire
pluginName = aspire-plugin
pluginRepositoryUrl = https://github.com/JetBrains/aspire-plugin
# SemVer format -> https://semver.org
pluginVersion = 1.6.5
pluginVersion = 1.6.6

# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild = 243
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- Plugin Configuration File. Read more: https://plugins.jetbrains.com/docs/intellij/plugin-configuration-file.html -->
<idea-plugin url="https://github.com/JetBrains/aspire-plugin" require-restart="true">
<idea-plugin url="https://github.com/JetBrains/aspire-plugin" require-restart="true" allow-bundled-update="true">
<id>me.rafaelldi.aspire</id>
<name>.NET Aspire</name>
<vendor>JetBrains</vendor>
Expand Down

0 comments on commit b111f26

Please sign in to comment.