-
Notifications
You must be signed in to change notification settings - Fork 3
/
AsyncSuffix.nuspec
24 lines (24 loc) · 974 Bytes
/
AsyncSuffix.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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Sizikov.AsyncSuffix</id>
<version>$version$</version>
<title>AsyncSuffix</title>
<authors>Anton Sizikov</authors>
<owners>AntonSizikov</owners>
<projectUrl>https://github.com/asizikov/AsyncSuffix</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Task returning method's naming analyzer. Async methods should have 'Async' suffix.</description>
<releaseNotes>
•ReSharper 2017.2 support;
</releaseNotes>
<language>en-US</language>
<tags>async method naming task</tags>
<dependencies>
<dependency id="Wave" version="[9.0,10.0)" />
</dependencies>
</metadata>
<files>
<file src="build\Sizikov.AsyncSuffix.dll" target="dotFiles" />
</files>
</package>