Skip to content

Commit

Permalink
Update plugin name (#102)
Browse files Browse the repository at this point in the history
* Update plugin name

* Update version
  • Loading branch information
ryan-rushton authored Jan 13, 2025
1 parent 30ee65c commit 22e5570
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<!-- Keep a Changelog guide -> https://keepachangelog.com -->

# dprint-intellij-plugin Changelog
# dprint Changelog

## [Unreleased]

- Update plugin name for marketplace verification

## 0.8.1 - 2024-12-06

- Reinstate require restart, even though the plugin doesn't technically need it, it avoids issues that a restart would
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# dprint-intellij-plugin
# dprint

<!-- Plugin description -->
This plugin adds support for dprint, a flexible and extensible code formatter ([dprint.dev](https://dprint.dev/)). It is
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ intellijPlatform {
}

pluginVerification {
freeArgs = listOf("-mute", "TemplateWordInPluginId,TemplateWordInPluginName")
freeArgs = listOf("-mute", "TemplateWordInPluginId")
ides {
select {
types =
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# IntelliJ Platform Artifacts Repositories
# -> https://plugins.jetbrains.com/docs/intellij/intellij-artifacts.html
pluginGroup=com.dprint.intellij.plugin
pluginName=dprint-intellij-plugin
pluginVersion=0.8.1
pluginName=dprint
pluginVersion=0.8.2
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# for insight into build numbers and IntelliJ Platform versions.
pluginSinceBuild=241
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "0.7.0"
}

rootProject.name = "dprint-intellij-plugin"
rootProject.name = "dprint"

0 comments on commit 22e5570

Please sign in to comment.