Skip to content

Commit

Permalink
Correct Nuspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Theken committed Jan 22, 2015
1 parent 2112a6d commit 2edc7ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postmark.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<files>
<file src="LICENSE" target="LICENSE" />
<file src="src\init.ps1" target="tools\init.ps1" />
<file src="src\Postmark.PCL\bin\Release\Postmark*.*" target="lib\portable-portable-net45+wp80+win8+wpa81+aspnetcore50" />
<file src="src\Postmark.PCL\bin\Release\Postmark*.*" target="lib\portable-net45+wp80+win8+wpa81+aspnetcore50" />
<!-- The PCL def should handle this, but VS wants to bring in the 4.0 version (1.x) -->
<file src="src\Postmark.Convenience\bin\Release\Postmark*.*" target="lib\net45" />
<file src="src\Postmark.PCL\bin\Release\Postmark*.*" target="lib\Xamarin.iOS10" />
Expand Down

0 comments on commit 2edc7ed

Please sign in to comment.