mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-30 19:50:15 -07:00
Moved source code under src folder - massive change
This commit is contained in:
parent
2fc8123d6b
commit
5bf0e197ec
1499 changed files with 1054 additions and 1444 deletions
20
src/Exceptron.Client/Exceptron.Client.nuspec
Normal file
20
src/Exceptron.Client/Exceptron.Client.nuspec
Normal file
|
@ -0,0 +1,20 @@
|
|||
<?xml version="1.0"?>
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>$id$</id>
|
||||
<version>$version$</version>
|
||||
<title>$id$</title>
|
||||
<authors>$author$</authors>
|
||||
<owners>$author$</owners>
|
||||
<projectUrl>https://github.com/Exceptron/Exceptron.Net</projectUrl>
|
||||
<iconUrl>https://www.exceptron.com/logos/Exceptron128.png</iconUrl>
|
||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
<description>Exceptron.Client is a .NET wrapper for exceptron's REST API. exceptron help you report your application error to a central location for review, reporting and analytics.</description>
|
||||
<language>en-US</language>
|
||||
<copyright>Copyright © 2012</copyright>
|
||||
<tags>Exception Logging Analytics Reporting Exceptron</tags>
|
||||
</metadata>
|
||||
<files>
|
||||
<file src="NuGet\web.config.transform" target="content" />
|
||||
</files>
|
||||
</package>
|
Loading…
Add table
Add a link
Reference in a new issue