Skip to content

Commit 22e5570

Browse files
authored
Update plugin name (#102)
* Update plugin name * Update version
1 parent 30ee65c commit 22e5570

5 files changed

+8
-6
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
<!-- Keep a Changelog guide -> https://keepachangelog.com -->
22

3-
# dprint-intellij-plugin Changelog
3+
# dprint Changelog
44

55
## [Unreleased]
66

7+
- Update plugin name for marketplace verification
8+
79
## 0.8.1 - 2024-12-06
810

911
- Reinstate require restart, even though the plugin doesn't technically need it, it avoids issues that a restart would

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# dprint-intellij-plugin
1+
# dprint
22

33
<!-- Plugin description -->
44
This plugin adds support for dprint, a flexible and extensible code formatter ([dprint.dev](https://dprint.dev/)). It is

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ intellijPlatform {
106106
}
107107

108108
pluginVerification {
109-
freeArgs = listOf("-mute", "TemplateWordInPluginId,TemplateWordInPluginName")
109+
freeArgs = listOf("-mute", "TemplateWordInPluginId")
110110
ides {
111111
select {
112112
types =

gradle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# IntelliJ Platform Artifacts Repositories
22
# -> https://plugins.jetbrains.com/docs/intellij/intellij-artifacts.html
33
pluginGroup=com.dprint.intellij.plugin
4-
pluginName=dprint-intellij-plugin
5-
pluginVersion=0.8.1
4+
pluginName=dprint
5+
pluginVersion=0.8.2
66
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
77
# for insight into build numbers and IntelliJ Platform versions.
88
pluginSinceBuild=241

settings.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ plugins {
22
id("org.gradle.toolchains.foojay-resolver-convention") version "0.7.0"
33
}
44

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

0 commit comments

Comments
 (0)