Skip to content

Commit

Permalink
Updated nuspec files
Browse files Browse the repository at this point in the history
  • Loading branch information
jstedfast committed Mar 31, 2014
1 parent 506a5a0 commit 2bf85d7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
9 changes: 6 additions & 3 deletions nuget/MimeKit.nuspec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>MimeKit</id>
Expand Down Expand Up @@ -44,6 +44,7 @@ For those that need SMTP, POP3 or IMAP support, check out https://github.com/jst
</frameworkAssemblies>
</metadata>
<files>
<file src="..\lib\sqlite3.dll" target="content\net40\sqlite3.dll" />
<file src="..\MimeKit\bin\Release\lib\MonoAndroid\BouncyCastle.dll" target="lib\MonoAndroid\BouncyCastle.dll" />
<file src="..\MimeKit\bin\Release\lib\MonoAndroid\MimeKit.dll" target="lib\MonoAndroid\MimeKit.dll" />
<file src="..\MimeKit\bin\Release\lib\MonoAndroid\MimeKit.xml" target="lib\MonoAndroid\MimeKit.xml" />
Expand All @@ -55,6 +56,8 @@ For those that need SMTP, POP3 or IMAP support, check out https://github.com/jst
<file src="..\MimeKit\bin\Release\lib\net40\MimeKit.dll" target="lib\net40\MimeKit.dll" />
<file src="..\MimeKit\bin\Release\lib\net40\MimeKit.xml" target="lib\net40\MimeKit.xml" />
<file src="..\MimeKit\bin\Release\lib\net40\Mono.Data.Sqlite.dll" target="lib\net40\Mono.Data.Sqlite.dll" />
<file src="..\lib\sqlite3.dll" target="content\net40\sqlite3.dll" />
<file src="..\MimeKit\bin\Release\lib\portable\MimeKit.dll" target="lib\portable-net45+wp8+win8\MimeKit.dll" />
<file src="..\MimeKit\bin\Release\lib\portable\MimeKit.xml" target="lib\portable-net45+wp8+win8\MimeKit.xml" />
<file src="..\MimeKit\bin\Release\lib\portable\Portable.Text.Encoding.dll" target="lib\portable-net45+wp8+win8\Portable.Text.Encoding.dll" />
</files>
</package>
</package>
8 changes: 4 additions & 4 deletions nuget/MimeKitLite.nuspec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>MimeKitLite</id>
Expand Down Expand Up @@ -38,7 +38,7 @@ For those that need SMTP, POP3 or IMAP support, check out https://github.com/jst
</frameworkAssemblies>
</metadata>
<files>
<file src="..\MimeKit\bin\Release\lib\net40\MimeKit.dll" target="lib\net40\MimeKit.dll" />
<file src="..\MimeKit\bin\Release\lib\net40\MimeKit.xml" target="lib\net40\MimeKit.xml" />
<file src="..\MimeKit\bin\Release\lib\net40\MimeKitLite.dll" target="lib\net40\MimeKitLite.dll" />
<file src="..\MimeKit\bin\Release\lib\net40\MimeKitLite.xml" target="lib\net40\MimeKitLite.xml" />
</files>
</package>
</package>

0 comments on commit 2bf85d7

Please sign in to comment.