-
Notifications
You must be signed in to change notification settings - Fork 44
/
Copy pathJetBrains.ExternalAnnotations.nuspec
26 lines (26 loc) · 1.18 KB
/
JetBrains.ExternalAnnotations.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
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>JetBrains.ExternalAnnotations</id>
<version>10.2.155</version>
<authors>JetBrains</authors>
<owners>JetBrains</owners>
<projectUrl>https://github.com/JetBrains/ExternalAnnotations</projectUrl>
<license type="expression">MIT</license>
<copyright>Copyright (c) 2016-2024 JetBrains s.r.o.</copyright>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://resources.jetbrains.com/storage/products/resharper/img/meta/ReSharper_64.png</iconUrl>
<description>ReSharper External Annotations for .NET framework and popular libraries.</description>
<releaseNotes></releaseNotes>
<tags>resharper annotations</tags>
<dependencies>
<dependency id="Wave" version="[1.0.0,)" />
</dependencies>
</metadata>
<files>
<file src="Annotations\**" target="DotFiles\ExternalAnnotations" exclude="**\.idea\**" />
<file src="lib\**" target="lib" exclude="**\.idea\**" />
<file src="build\**" target="build" exclude="**\.idea\**" />
<file src="LICENSE.md" target="" />
</files>
</package>