-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathplugin.xml
24 lines (21 loc) · 975 Bytes
/
plugin.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<idea-plugin>
<id>com.intellij.resharper.machine.specifications</id>
<name>Machine.Specifications for Rider</name>
<version>${Version}</version>
<category>Unit testing</category>
<vendor url="https://github.com/machine/machine.specifications">Machine</vendor>
<idea-version since-build="${SinceBuild}" until-build="${UntilBuild}"/>
<extensions defaultExtensionNs="com.intellij" />
<depends>com.intellij.modules.rider</depends>
<description>
<![CDATA[
<p>This plugin adds test discovery and runner support for the Machine.Specifications framework. Tests can be run from the unit test window or using the gutter marks. A sub-menu will give you options to run tests in debug mode or for different .NET framework targets.</p>
<p>For issues with this plugin, please head to <a href="https://github.com/machine/machine.specifications/issues">GitHub</a>.</p>
]]>
</description>
<change-notes>
<![CDATA[
${ChangeNotes}
]]>
</change-notes>
</idea-plugin>