SeeSharpShip 0.1.7
A shipping library written in C# that wraps popular U.S. shipping APIs like USPS, UPS, FedEx and DHL.
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>SeeSharpShip</id>
<version>0.1.7.0</version>
<title>SeeSharpShip</title>
<authors>Michael J. Sumerano</authors>
<owners>Michael J. Sumerano</owners>
<licenseUrl>http://www.gnu.org/licenses/gpl-3.0.html</licenseUrl>
<projectUrl>http://www.seesharpship.com/</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A shipping library written in C# that wraps popular U.S. shipping APIs like USPS, UPS, FedEx and DHL.</description>
<releaseNotes />
<copyright>2011-2013 Michael J. Sumerano</copyright>
<tags>seesharpship usps ups fedex dhl</tags>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System" targetFramework=".NETFramework4.0" />
<frameworkAssembly assemblyName="System.Core" targetFramework=".NETFramework4.0" />
<frameworkAssembly assemblyName="System.ServiceModel" targetFramework=".NETFramework4.0" />
<frameworkAssembly assemblyName="System.Web" targetFramework=".NETFramework4.0" />
<frameworkAssembly assemblyName="System.Xml" targetFramework=".NETFramework4.0" />
<frameworkAssembly assemblyName="System.Xml.Linq" targetFramework=".NETFramework4.0" />
</frameworkAssemblies>
</metadata>
</package>