Skip to content

Commit

Permalink
Sets the proper PCL value within the nuspec and the ReleaseNote files.
Browse files Browse the repository at this point in the history
  • Loading branch information
tpierrain committed Jun 16, 2014
1 parent 103aff0 commit 5aadd8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions NFLuent.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<file src="Artifacts\Binaries\40\NFluent.dll" target="lib\net40\NFluent.dll" />
<file src="Artifacts\Binaries\40\NFluent.xml" target="lib\net40\NFluent.xml" />
<!-- PCL -->
<file src="Artifacts\Binaries\PCL\NFluent.dll" target="lib\portable-net45+sl5+win8+MonoMac+MonoTouch+MonoAndroid\NFluent.dll" />
<file src="Artifacts\Binaries\PCL\NFluent.xml" target="lib\portable-net45+sl5+win8+MonoMac+MonoTouch+MonoAndroid\NFluent.xml" />
<file src="Artifacts\Binaries\PCL\NFluent.dll" target="lib\portable-net45+sl5+netcore45+MonoAndroid1+MonoTouch1\NFluent.dll" />
<file src="Artifacts\Binaries\PCL\NFluent.xml" target="lib\portable-net45+sl5+netcore45+MonoAndroid1+MonoTouch1\NFluent.xml" />
</files>
</package>
Expand Down
2 changes: 1 addition & 1 deletion ReleaseNoteContentToBeInsertedWithinNuspecFile.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
New feature(s):
* Adds IsSetWithin check for EventWaitHandle types (ex. Manual or AutoResetEvent)
* Adds IsOneOfThese() check for string.
* NFluent is now also available as a Portable Class Library (Profile: portable-net4+sl5+wp8+win8+MonoMac+MonoTouch+MonoAndroid)
* NFluent is now also available as a Portable Class Library (Profile: portable-net45+sl5+netcore45+MonoAndroid1+MonoTouch1)
* Adds IsNaN() check for double and float.
* Adds IsFinite() check for double and float.
--------------
Expand Down

0 comments on commit 5aadd8e

Please sign in to comment.