-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathApplicationInsights.Helpers.Console.nuspec
31 lines (31 loc) · 1.54 KB
/
ApplicationInsights.Helpers.Console.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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata minClientVersion="2.8.1">
<id>ApplicationInsights.Helpers.Console</id>
<version>1.2.0-Beta2a</version>
<title>Application Insights Helpers for Mvc5</title>
<authors>Robert McLaws</authors>
<owners>AdvancedREI</owners>
<licenseUrl>http://choosealicense.com/licenses/mit/</licenseUrl>
<projectUrl>http://github.com/AdvancedREI/ApplicationInsights.Helpers</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Tools to make instrumenting Console apps with Application Insights easier.</description>
<releaseNotes>1.2.0-Beta1
• First release.
</releaseNotes>
<copyright>Copyright © 2015 AdvancedREI, LLC.</copyright>
<tags>Application Insights, Console</tags>
<dependencies>
<group targetFramework="net452">
<dependency id="Microsoft.ApplicationInsights" version="2.0.0-beta1" />
<dependency id="Microsoft.ApplicationInsights.WindowsServer" version="2.0.0-beta1" />
</group>
</dependencies>
</metadata>
<files>
<file src="src\Console\bin\Release\ApplicationInsights.Helpers.Console.dll" target="lib\net452\" />
<file src="src\Console\bin\Release\ApplicationInsights.Helpers.Console.pdb" target="lib\net452\" />
<file src="src\Console\bin\Release\ApplicationInsights.Helpers.Console.xml" target="lib\net452\" />
<file src="src\Console\**\*.cs" exclude="**\obj\**\*.*" target="src" />
</files>
</package>