|
3 | 3 | <package>
|
4 | 4 | <metadata>
|
5 | 5 | <id>OneTrueError.Client.AspNet</id>
|
6 |
| - <version>1.0.0-rc02</version> |
| 6 | + <version>1.0.0</version> |
7 | 7 | <authors>Gauffin Interactive AB</authors>
|
8 | 8 | <owners>Gauffin Interactive AB</owners>
|
9 | 9 | <licenseUrl>https://github.com/gauffininteractive/onetrueerror.client/blob/master/LICENSE.md</licenseUrl>
|
10 | 10 | <projectUrl>http://onetrueerror.com</projectUrl>
|
11 | 11 | <iconUrl>http://onetrueerror.com/images/ote_50x50.png</iconUrl>
|
12 | 12 | <requireLicenseAcceptance>false</requireLicenseAcceptance>
|
13 | 13 | <summary>
|
14 |
| - ASP.NET integration library for OneTrueError. Detects and uploads all unhandled exceptions to OneTrueError. |
| 14 | + ASP.NET integration library for OneTrueError. Attaches context information like HttpRequest, HttpSession, Uploaded files |
| 15 | + etc to each reported exception. |
| 16 | + |
| 17 | + OneTrueError is an exception handling system which detects and uploads all unhandled exceptions for further analysis |
| 18 | + in a web based application. |
15 | 19 | </summary>
|
16 | 20 | <description>
|
17 |
| - ASP.NET integration library for OneTrueError. Will detect and upload all unhandled exceptions to OneTrueError. |
18 |
| - Will also include context information like the HTTP request, information about any uploaded files, session variables etc. |
19 |
| - |
20 |
| - OneTrueError is an exception analysis service which makes it much easier to identify and correct unique errors. |
| 21 | + ASP.NET integration library for OneTrueError. Attaches context information like HttpRequest, HttpSession, Uploaded files |
| 22 | + etc to each reported exception. |
| 23 | + |
| 24 | + OneTrueError is an exception handling system which detects and uploads all unhandled exceptions for further analysis |
| 25 | + in a web based application. |
21 | 26 | </description>
|
22 | 27 | <releaseNotes>Beta publish.</releaseNotes>
|
23 | 28 | <copyright>Copyright 2016 Gauffin Interactive AB</copyright>
|
24 | 29 | <tags>exception error reporting analysis</tags>
|
25 | 30 | <dependencies>
|
26 |
| - <dependency id="Newtonsoft.json" version="8.0.0" /> |
| 31 | + <dependency id="OneTrueError.Client" version="1.0.0" /> |
27 | 32 | </dependencies>
|
28 | 33 | </metadata>
|
29 | 34 | <files>
|
|
0 commit comments