-
Notifications
You must be signed in to change notification settings - Fork 2
/
ApplicationInsights.Helpers.Mvc5.nuspec
35 lines (34 loc) · 1.76 KB
/
ApplicationInsights.Helpers.Mvc5.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
32
33
34
35
<?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.Mvc5</id>
<version>1.2.0-Beta2</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 MVC5 apps with Application Insights easier.</description>
<releaseNotes>1.1.0-Beta1
• The InsightsTelemetryInitializer is now the KeyAndVersionContextInitializer and has been moved to the WebCore package. Name change was needed based on SDK naming conventions.
1.0.0-Beta1
• First release.
</releaseNotes>
<copyright>Copyright © 2015 AdvancedREI, LLC.</copyright>
<tags>Application Insights, MVC</tags>
<dependencies>
<group targetFramework="net452">
<dependency id="ApplicationInsights.Helpers.WebCore" version="1.2.0-Beta2" />
<dependency id="Microsoft.ApplicationInsights.Web" version="2.0.0-beta1" />
<dependency id="Microsoft.AspNet.Mvc" version="5.2.3" />
</group>
</dependencies>
</metadata>
<files>
<file src="src\Mvc5\bin\Release\ApplicationInsights.Helpers.Mvc5.dll" target="lib\net452\" />
<file src="src\Mvc5\bin\Release\ApplicationInsights.Helpers.Mvc5.pdb" target="lib\net452\" />
<file src="src\Mvc5\bin\Release\ApplicationInsights.Helpers.Mvc5.xml" target="lib\net452\" />
<file src="src\Mvc5\**\*.cs" exclude="**\obj\**\*.*" target="src" />
</files>
</package>