Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin>
<id>me.lotabout.codegenerator</id>
<name>Code Generator</name>
<version>1.5.2</version>
<version>1.6.0</version>
<vendor email="[email protected]" url="https://lotabout.me">Jinzhou Zhang</vendor>

<description><![CDATA[
Expand All @@ -23,6 +23,7 @@

<change-notes><![CDATA[
<ul>
<li>version 1.6.0 Intellij 2023.2 support</p></li>
<li>version 1.5.2 Default loaded include files - to add complex logic to use for className generation</li>
<li>version 1.5.1 Sub include parsing</li>
<li>version 1.5.0 Intellij 2021.3 support</p></li>
Expand All @@ -44,7 +45,7 @@
</change-notes>

<!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html for description -->
<idea-version since-build="213.0"/>
<idea-version since-build="232.0"/>

<!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/plugin_compatibility.html
on how to target different products -->
Expand Down