forked from Kevin-Bronsdijk/gtmetrix-net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gtmetrix.nuspec
25 lines (25 loc) · 1.05 KB
/
gtmetrix.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
<?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>
<title>@summary@</title>
<authors>@authors@</authors>
<owners>@authors@</owners>
<summary>@summary@</summary>
<licenseUrl>https://opensource.org/licenses/MS-PL</licenseUrl>
<projectUrl>https://github.com/kevin-bronsdijk/gtmetrix-net</projectUrl>
<iconUrl>http://cdn.devslice.net/blog/wp-content/uploads/2016/07/gtmetrix-logo.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>@description@</description>
<releaseNotes>@releaseNotes@</releaseNotes>
<copyright>2016</copyright>
<tags>gtmetrix.com gtmetrix C# API web optimization</tags>
@dependencies@
@references@
<frameworkAssemblies>
<frameworkAssembly assemblyName="System.Net" targetFramework="" />
</frameworkAssemblies>
</metadata>
@files@
</package>