Skip to content

Commit

Permalink
Merge pull request NixOS#20 from JojOatXGME/fix_plugin_xml_id
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Nov 12, 2020
2 parents 463cac0 + 42207a0 commit ca3dd6c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog

## [Unreleased]
## [Unreleased]
### Fixed
- Change ID of plugin back from `org.nixos.idea` in version 0.3.0.0 to
`nix-idea` from earlier versions. The different ID of version 0.3.0.0
causes *IntelliJ* and *JetBrains Marketplace* to treat version 0.3.0.0
as a different plugin instead of another version of the same plugin.
**Note that if you installed version 0.3.0.0 manually from the ZIP
file, you should uninstall it when updating to a new version.**
## [0.3.0.0]
### Changed
- Update project to build for recent IJ versions
2 changes: 1 addition & 1 deletion gradle.properties
Expand Up @@ -3,7 +3,7 @@

pluginGroup = org.nixos.idea
pluginName = NixIDEA
pluginVersion = 0.3.0.0
pluginVersion = 0.3.0.3
pluginSinceBuild = 193
pluginUntilBuild = 202.*

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
@@ -1,6 +1,6 @@
<idea-plugin>

<id>org.nixos.idea</id>
<id>nix-idea</id>
<name>NixIDEA</name>
<vendor>NixOS</vendor>

Expand Down

0 comments on commit ca3dd6c

Please sign in to comment.