-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathExtraLINQ.nuspec
More file actions
17 lines (17 loc) · 808 Bytes
/
Copy pathExtraLINQ.nuspec
File metadata and controls
17 lines (17 loc) · 808 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="utf-8"?>
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>@project@</id>
<version>@build.number@</version>
<authors>@authors@</authors>
<language>en-US</language>
<summary>@summary@</summary>
<description>@description@</description>
<projectUrl>https://github.com/MariusSchulz/ExtraLINQ</projectUrl>
<iconUrl>http://www.mycsharp.de/wbb2/attachment.php?attachmentid=10974</iconUrl>
<tags>LINQ, Extensions</tags>
<releaseNotes>@releaseNotes@</releaseNotes>
<licenseUrl>https://github.com/mariusschulz/ExtraLINQ/blob/master/LICENSE.txt</licenseUrl>
@dependencies@
</metadata>
</package>