forked from ulex/ZenSharp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ZenSharp.nuspec
32 lines (31 loc) · 1.36 KB
/
ZenSharp.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?xml version="1.0"?>
<package>
<metadata>
<id>$PackageId$</id>
<version>$PackageVersion$</version>
<title>ZenSharp auto completion plugin</title>
<authors>Alexander Ulitin</authors>
<description>
A shortcuts language for defining ReSharper live template items. You can specify your own live template scheme using flexible language.
Free and open source. For more information, see Github.
</description>
<releaseNotes>
Support 2020.2
</releaseNotes>
<copyright>Alexander Ulitin</copyright>
<tags>livetemplates code completion ltg</tags>
<projectUrl>https://github.com/ulex/ZenSharp</projectUrl>
<iconUrl>https://raw.github.com/ulex/IntroduceNsAlias/master/icon.png</iconUrl>
<licenseUrl>https://opensource.org/licenses/MIT</licenseUrl>
<dependencies>
<dependency id="$DependencyId$" version="$DependencyVersion$"/>
</dependencies>
</metadata>
<files>
<!--<file src="ZenSharp.Integration\Templates.ltg" target="ReSharper\vAny\plugins\"/>-->
<file src="bin\Release\Nemerle.dll" target="$TargetDir$\"/>
<file src="bin\Release\Nemerle.Peg.dll" target="$TargetDir$\"/>
<file src="bin\Release\ZenSharp.Core.dll" target="$TargetDir$\"/>
<file src="$IntegrationDll$" target="$TargetDir$\ZenSharp.Integration.dll"/>
</files>
</package>