diff --git a/CHANGELOG.md b/CHANGELOG.md index 786ead3..bc2b457 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## 2024.2 * Adds support for [Parent=""] attributes + * Adds the ability to use Refactoring to Rename a Def, changing all references to that def in XML and C# ## 2024.1 * Built for 2024.1 diff --git a/README.md b/README.md index b44ead2..344a8de 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ into the definitions on which the XML sits. * When using them on `Parent=""` attributes, jump to the XML definition for that parent * Read the values in `Class=""` attributes to fetch the correct class to autocomplete from, such as in comps * Support for Custom Def Classes (Such as ``) + * Support for using Refactoring to Rename a Def, renaming all of its usages in XML and C# * A Rimworld Run Configuration * Automatically loads Unity Doorstop if run in Debug mode * Specify a ModList and Save file to load for just this one launch diff --git a/src/rider/main/resources/META-INF/plugin.xml b/src/rider/main/resources/META-INF/plugin.xml index 7cb9c61..e960825 100644 --- a/src/rider/main/resources/META-INF/plugin.xml +++ b/src/rider/main/resources/META-INF/plugin.xml @@ -19,6 +19,7 @@ in your mods!

]]>