Skip to content

Commit 5aadd8e

Browse files
committed
Sets the proper PCL value within the nuspec and the ReleaseNote files.
1 parent 103aff0 commit 5aadd8e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

NFLuent.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<file src="Artifacts\Binaries\40\NFluent.dll" target="lib\net40\NFluent.dll" />
3434
<file src="Artifacts\Binaries\40\NFluent.xml" target="lib\net40\NFluent.xml" />
3535
<!-- PCL -->
36-
<file src="Artifacts\Binaries\PCL\NFluent.dll" target="lib\portable-net45+sl5+win8+MonoMac+MonoTouch+MonoAndroid\NFluent.dll" />
37-
<file src="Artifacts\Binaries\PCL\NFluent.xml" target="lib\portable-net45+sl5+win8+MonoMac+MonoTouch+MonoAndroid\NFluent.xml" />
36+
<file src="Artifacts\Binaries\PCL\NFluent.dll" target="lib\portable-net45+sl5+netcore45+MonoAndroid1+MonoTouch1\NFluent.dll" />
37+
<file src="Artifacts\Binaries\PCL\NFluent.xml" target="lib\portable-net45+sl5+netcore45+MonoAndroid1+MonoTouch1\NFluent.xml" />
3838
</files>
3939
</package>

ReleaseNoteContentToBeInsertedWithinNuspecFile.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
New feature(s):
22
* Adds IsSetWithin check for EventWaitHandle types (ex. Manual or AutoResetEvent)
33
* Adds IsOneOfThese() check for string.
4-
* NFluent is now also available as a Portable Class Library (Profile: portable-net4+sl5+wp8+win8+MonoMac+MonoTouch+MonoAndroid)
4+
* NFluent is now also available as a Portable Class Library (Profile: portable-net45+sl5+netcore45+MonoAndroid1+MonoTouch1)
55
* Adds IsNaN() check for double and float.
66
* Adds IsFinite() check for double and float.
77
--------------

0 commit comments

Comments
 (0)