Create a NuGet package in 5 minutes
1. Register for a NuGet account to get your Access Key needed for deploying your NuGet Package to the public repository. 2. Install NuGet. 3. Then download the NuGet.exe command-line utility. 4. Create a .nuspec file [sourcecode language="xml"] <?xml version="1.0"?> <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> <metadata > <id>MarrDataMapper</id> <version>1.0.0</version> <authors>Jordan Marr, Rick Schott(NuGet)</authors> <requireLicenseAcceptance>true</requireLicenseAcceptance> <description>Marr DataMapper provides a [...]