-
Notifications
You must be signed in to change notification settings - Fork 179
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8395a58
commit c0c0685
Showing
5 changed files
with
1,591 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,23 @@ | ||
<?xml version="1.0"?> | ||
<package > | ||
<metadata> | ||
<id>$id$</id> | ||
<version>$version$</version> | ||
<title>$title$</title> | ||
<authors>$author$</authors> | ||
<owners>$author$</owners> | ||
<projectUrl>https://github.com/brandonseydel/MailChimp.Net</projectUrl> | ||
<iconUrl>http://developer.mailchimp.com/documentation/mailchimp/img/freddie_o.svg</iconUrl> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<description>$description$</description> | ||
<releaseNotes></releaseNotes> | ||
<copyright>Copyright © 2016</copyright> | ||
<tags>MailChimp Mail Chimp 3.0 MailChimp v3.0 MailChimp.Net.V3 MailChimpv3.0 MailChimpv3 MailChimp3</tags> | ||
<summary> | ||
A very fast, thin, and intuitive .NET Wrapper for the Mail Chimp v3.0 API. | ||
</summary> | ||
<dependencies> | ||
<dependency id="Newtonsoft.Json" version="9.0.1" /> | ||
<dependency id="Microsoft.AspNet.WebApi.Client" version="5.2.3" /> | ||
</dependencies> | ||
</metadata> | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> | ||
<metadata> | ||
<id>MailChimp.Net.V3</id> | ||
<version>3.0.0.0</version> | ||
<title>MailChimp.Net.V3</title> | ||
<authors>Brandon Seydel (DevSquad)</authors> | ||
<owners>MailChimp.Net.V3</owners> | ||
<projectUrl>https://github.com/brandonseydel/MailChimp.Net</projectUrl> | ||
<licenseUrl>https://github.com/brandonseydel/MailChimp.Net/blob/master/LICENSE.txt</licenseUrl> | ||
<iconUrl>http://developer.mailchimp.com/documentation/mailchimp/img/freddie_o.svg</iconUrl> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<description>A .NET Wrapper for Mail Chimp v3.0 API</description> | ||
<releaseNotes></releaseNotes> | ||
<copyright>Copyright © 2017</copyright> | ||
<tags>MailChimp Mail Chimp 3.0 MailChimp v3.0 MailChimp.Net.V3 MailChimpv3.0 MailChimpv3 MailChimp3</tags> | ||
<summary> | ||
A very fast, thin, and intuitive .NET Wrapper for the Mail Chimp v3.0 API. | ||
</summary> | ||
<dependencies> | ||
</dependencies> | ||
</metadata> | ||
</package> |
Oops, something went wrong.