Skip to content

Commit

Permalink
Finalize NuGet Packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Theken committed Jan 22, 2015
1 parent 571b4e5 commit 2112a6d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions poke-nuget-version.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ if ($env:APPVEYOR_REPO_TAG -eq $true){
}
else{
xmlPoke (Get-ChildItem ".\postmark-strong.nuspec") "/package/metadata/version" $env:APPVEYOR_BUILD_VERSION
xmlPoke (Get-ChildItem ".\postmark.nuspec") "/package/metadata/version" $env:APPVEYOR_BUILD_VERSION
}
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-win+wpa81+wp80+MonoAndroid10+xamarinios10+MonoTouch10" />
<file src="src\Postmark.PCL\bin\Release\Postmark*.*" target="lib\portable-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
2 changes: 1 addition & 1 deletion src/init.ps1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
$DTE.ItemOperations.Navigate("https://github.com/wildbit/postmark-dotnet/wiki/Version-2.0-Upgrade-Guide")
$DTE.ItemOperations.Navigate("https://github.com/wildbit/postmark-dotnet/wiki/Release-Notes")

0 comments on commit 2112a6d

Please sign in to comment.