We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 549c2ac commit 5559bd7Copy full SHA for 5559bd7
src/main/resources/META-INF/plugin.xml
@@ -1,14 +1,17 @@
1
<idea-plugin>
2
<id>com.intuit.intellij.makefile</id>
3
<name>DockDockBuild</name>
4
- <version>1.0.15</version>
+ <version>1.0.16</version>
5
<vendor email="[email protected]" url="https://www.intuit.com/">Intuit</vendor>
6
7
<description>Support for running UNIX Makefiles on a Docker container</description>
8
9
- <change-notes>
10
- Fix project settings bug https://github.com/intuit/DockDockBuild/issues/31
11
- </change-notes>
+ <change-notes><![CDATA[
+ <ul>
+ <li>Replace PluginClassLoader with UrlClassLoader</li>
12
+ <li>Code quality changes</li>
13
+ </ul>
14
+ ]]></change-notes>
15
16
<idea-version since-build="202.6948.69"/>
17
0 commit comments