forked from MindscapeHQ/raygun4net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Mindscape.Raygun4Net.Signed.nuspec
34 lines (32 loc) · 1.94 KB
/
Mindscape.Raygun4Net.Signed.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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata minClientVersion="2.5">
<id>Mindscape.Raygun4Net.Signed</id>
<version>6.0.3</version>
<title />
<authors>Raygun</authors>
<owners />
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Raygun provider for signed projects built with .NET Framework</description>
<projectUrl>https://github.com/MindscapeHQ/raygun4net</projectUrl>
<license type="file">LICENSE</license>
<icon>128x128-transparent.png</icon>
</metadata>
<files>
<!-- .NET 4.0 -->
<file src="build\signed\net40\Mindscape.Raygun4Net.dll" target="lib\net40\Mindscape.Raygun4Net.dll" />
<file src="build\signed\net40\Mindscape.Raygun4Net.pdb" target="lib\net40\Mindscape.Raygun4Net.pdb" />
<file src="build\signed\net40\Mindscape.Raygun4Net4.dll" target="lib\net40\Mindscape.Raygun4Net4.dll" />
<file src="build\signed\net40\Mindscape.Raygun4Net4.pdb" target="lib\net40\Mindscape.Raygun4Net4.pdb" />
<file src="build\signed\net40\Mindscape.Raygun4Net.Common.dll" target="lib\net40\Mindscape.Raygun4Net.Common.dll" />
<file src="build\signed\net40\Mindscape.Raygun4Net.Common.pdb" target="lib\net40\Mindscape.Raygun4Net.Common.pdb" />
<!-- .NET 4.0 Client Profile -->
<file src="build\signed\net40-client\Mindscape.Raygun4Net.dll" target="lib\net40-client\Mindscape.Raygun4Net.dll" />
<file src="build\signed\net40-client\Mindscape.Raygun4Net.pdb" target="lib\net40-client\Mindscape.Raygun4Net.pdb" />
<file src="build\signed\net40-client\Mindscape.Raygun4Net.Common.dll" target="lib\net40-client\Mindscape.Raygun4Net.Common.dll" />
<file src="build\signed\net40-client\Mindscape.Raygun4Net.Common.pdb" target="lib\net40-client\Mindscape.Raygun4Net.Common.pdb" />
<file src="README.md" />
<file src="128x128-transparent.png" />
<file src="LICENSE" />
</files>
</package>