|
| 1 | +<?xml version="1.0"?> |
| 2 | +<package> |
| 3 | + <metadata> |
| 4 | + <id>DBTek.BugGuardian</id> |
| 5 | + <version>1.2.0</version> |
| 6 | + <title>BugGuardian</title> |
| 7 | + <authors>Davide Benvegnu</authors> |
| 8 | + <requireLicenseAcceptance>false</requireLicenseAcceptance> |
| 9 | + <projectUrl>https://github.com/n3wt0n/BugGuardian</projectUrl> |
| 10 | + <licenseUrl>https://github.com/n3wt0n/BugGuardian/blob/master/LICENSE.md</licenseUrl> |
| 11 | + <description>BugGuardian is a library, written in C# like Shared Project, that allows to easily create a Bug or Task work item on your Visual Studio Team Services account or on your on-premises Team Foundation Server in the case your application throws an Unhandled Exception. |
| 12 | + |
| 13 | +It can also be invoked manually in try/catch blocks to keep track of handled exceptions. |
| 14 | + |
| 15 | +It supports applications written with the .Net Framework v4.0 and above. |
| 16 | +It can be used on every kind of project, including: |
| 17 | +- Asp.net |
| 18 | +- Asp.net MVC |
| 19 | +- WPF |
| 20 | +- Windows 8 / 8.1 Apps |
| 21 | +- Windows Phone 8 / 8.1 Apps |
| 22 | +- Universal App |
| 23 | +- Universal Windows Platform Apps (Windows 10) |
| 24 | + </description> |
| 25 | + <summary>A library that allows to easily create a Bug or Task work item on your Visual Studio Team Services account or on your on-premises Team Foundation Server</summary> |
| 26 | + <releaseNotes /> |
| 27 | + <tags>Bug TFS VSTS Team Foundation Server Visual Studio Team Services Unhandled Exceptions Exception</tags> |
| 28 | + <dependencies> |
| 29 | + <group targetFramework="net"> |
| 30 | + <dependency id="Newtonsoft.Json" version="7.0.1" /> |
| 31 | + <dependency id="Microsoft.Bcl" version="1.1.10" /> |
| 32 | + <dependency id="Microsoft.Bcl.Async" version="1.0.168" /> |
| 33 | + <dependency id="Microsoft.Bcl.Build" version="1.0.21" /> |
| 34 | + <dependency id="Microsoft.Net.Http" version="2.2.29" /> |
| 35 | + </group> |
| 36 | + <group targetFramework="win"> |
| 37 | + <dependency id="Newtonsoft.Json" version="7.0.1" /> |
| 38 | + <dependency id="Microsoft.Bcl" version="1.1.10" /> |
| 39 | + <dependency id="Microsoft.Bcl.Build" version="1.0.21" /> |
| 40 | + <dependency id="Microsoft.Net.Http" version="2.2.29" /> |
| 41 | + </group> |
| 42 | + <group targetFramework="wp"> |
| 43 | + <dependency id="Newtonsoft.Json" version="7.0.1" /> |
| 44 | + <dependency id="Microsoft.Bcl" version="1.1.10" /> |
| 45 | + <dependency id="Microsoft.Bcl.Build" version="1.0.21" /> |
| 46 | + <dependency id="Microsoft.Net.Http" version="2.2.29" /> |
| 47 | + </group> |
| 48 | + <group targetFramework="wpa"> |
| 49 | + <dependency id="Newtonsoft.Json" version="7.0.1" /> |
| 50 | + <dependency id="Microsoft.Bcl" version="1.1.10" /> |
| 51 | + <dependency id="Microsoft.Bcl.Build" version="1.0.21" /> |
| 52 | + <dependency id="Microsoft.Net.Http" version="2.2.29" /> |
| 53 | + </group> |
| 54 | + <group targetFramework="uap"> |
| 55 | + <dependency id="Newtonsoft.Json" version="7.0.1" /> |
| 56 | + <dependency id="System.Runtime" version="4.0.20.0" /> |
| 57 | + <dependency id="System.Threading.Tasks" version="4.0.10.0" /> |
| 58 | + <dependency id="System.Collections" version="4.0.10.0" /> |
| 59 | + <dependency id="System.Net.Http" version="4.0.0.0" /> |
| 60 | + <dependency id="System.Runtime.Extensions" version="4.0.10.0" /> |
| 61 | + <dependency id="System.Net.Primitives" version="4.0.10.0" /> |
| 62 | + <dependency id="System.Text.Encoding" version="4.0.10.0" /> |
| 63 | + </group> |
| 64 | + <group targetFramework="dotnet"> |
| 65 | + <dependency id="Newtonsoft.Json" version="7.0.1" /> |
| 66 | + <dependency id="System.Runtime" version="4.0.20.0" /> |
| 67 | + <dependency id="System.Threading.Tasks" version="4.0.10.0" /> |
| 68 | + <dependency id="System.Collections" version="4.0.10.0" /> |
| 69 | + <dependency id="System.Net.Http" version="4.0.0.0" /> |
| 70 | + <dependency id="System.Runtime.Extensions" version="4.0.10.0" /> |
| 71 | + <dependency id="System.Net.Primitives" version="4.0.10.0" /> |
| 72 | + <dependency id="System.Text.Encoding" version="4.0.10.0" /> |
| 73 | + </group> |
| 74 | + </dependencies> |
| 75 | + </metadata> |
| 76 | +</package> |
0 commit comments