Moved source code under src folder - massive change

This commit is contained in:
Mark McDowall 2013-10-02 18:01:32 -07:00
parent 2fc8123d6b
commit 5bf0e197ec
1499 changed files with 1054 additions and 1444 deletions

View 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>