Skip to content

Commit dbf18a2

Browse files
committed
Adding ThirdPartyNotices file and updating NuGet package to have desktop 140 binaries.
1 parent eb4ffec commit dbf18a2

File tree

3 files changed

+127
-0
lines changed

3 files changed

+127
-0
lines changed

Release/nuget/cpprestsdk.nuspec

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,15 @@
2323
<file src="init.ps1" target="\tools\init.ps1" />
2424
<file src="cpprest.natvis" target="\tools\cpprest.natvis" />
2525

26+
<!-- Including license for WebSocket++ -->
27+
<file src="..\libs\websocketpp\COPYING" target="\license\websocketpp" />
28+
2629
<!-- Debug -->
30+
<!-- Win32 v140 -->
31+
<file src="Binaries\Win32\Debug\cpprest140d_2_3.dll" target="\build\native\bin\Win32\v140\Debug\Desktop\cpprest140d_2_3.dll" />
32+
<file src="Binaries\Win32\Debug\cpprest140d_2_3.pdb" target="\build\native\bin\Win32\v140\Debug\Desktop\cpprest140d_2_3.pdb" />
33+
<file src="Binaries\Win32\Debug\cpprest140d_2_3.lib" target="\build\native\lib\Win32\v140\Debug\Desktop\cpprest140d_2_3.lib" />
34+
2735
<!-- Win32 v120 -->
2836
<file src="Binaries\Win32\Debug\cpprest120d_2_3.dll" target="\build\native\bin\Win32\v120\Debug\Desktop\cpprest120d_2_3.dll" />
2937
<file src="Binaries\Win32\Debug\cpprest120d_2_3.pdb" target="\build\native\bin\Win32\v120\Debug\Desktop\cpprest120d_2_3.pdb" />
@@ -65,6 +73,11 @@
6573
<file src="Binaries\Win32\Debug\cpprest110d_xp_2_3.pdb" target="\build\native\bin\Win32\v110_xp\Debug\Desktop\cpprest110d_xp_2_3.pdb"/>
6674
<file src="Binaries\Win32\Debug\cpprest110d_xp_2_3.lib" target="\build\native\lib\Win32\v110_xp\Debug\Desktop\cpprest110d_xp_2_3.lib"/>
6775

76+
<!-- x64 v140 -->
77+
<file src="Binaries\x64\Debug\cpprest140d_2_3.dll" target="\build\native\bin\x64\v140\Debug\Desktop\cpprest140d_2_3.dll" />
78+
<file src="Binaries\x64\Debug\cpprest140d_2_3.pdb" target="\build\native\bin\x64\v140\Debug\Desktop\cpprest140d_2_3.pdb" />
79+
<file src="Binaries\x64\Debug\cpprest140d_2_3.lib" target="\build\native\lib\x64\v140\Debug\Desktop\cpprest140d_2_3.lib" />
80+
6881
<!-- x64 v120 -->
6982
<file src="Binaries\x64\Debug\cpprest120d_2_3.dll" target="\build\native\bin\x64\v120\Debug\Desktop\cpprest120d_2_3.dll" />
7083
<file src="Binaries\x64\Debug\cpprest120d_2_3.pdb" target="\build\native\bin\x64\v120\Debug\Desktop\cpprest120d_2_3.pdb" />
@@ -118,6 +131,11 @@
118131

119132

120133
<!-- Release -->
134+
<!-- Win32 v140 -->
135+
<file src="Binaries\Win32\Release\cpprest140_2_3.dll" target="\build\native\bin\Win32\v140\Release\Desktop\cpprest140_2_3.dll" />
136+
<file src="Binaries\Win32\Release\cpprest140_2_3.pdb" target="\build\native\bin\Win32\v140\Release\Desktop\cpprest140_2_3.pdb" />
137+
<file src="Binaries\Win32\Release\cpprest140_2_3.lib" target="\build\native\lib\Win32\v140\Release\Desktop\cpprest140_2_3.lib" />
138+
121139
<!-- Win32 v120 -->
122140
<file src="Binaries\Win32\Release\cpprest120_2_3.dll" target="\build\native\bin\Win32\v120\Release\Desktop\cpprest120_2_3.dll" />
123141
<file src="Binaries\Win32\Release\cpprest120_2_3.pdb" target="\build\native\bin\Win32\v120\Release\Desktop\cpprest120_2_3.pdb" />
@@ -159,6 +177,11 @@
159177
<file src="Binaries\Win32\Release\cpprest110_xp_2_3.pdb" target="\build\native\bin\Win32\v110_xp\Release\Desktop\cpprest110_xp_2_3.pdb"/>
160178
<file src="Binaries\Win32\Release\cpprest110_xp_2_3.lib" target="\build\native\lib\Win32\v110_xp\Release\Desktop\cpprest110_xp_2_3.lib"/>
161179

180+
<!-- x64 v140 -->
181+
<file src="Binaries\x64\Release\cpprest140_2_3.dll" target="\build\native\bin\x64\v140\Release\Desktop\cpprest140_2_3.dll" />
182+
<file src="Binaries\x64\Release\cpprest140_2_3.pdb" target="\build\native\bin\x64\v140\Release\Desktop\cpprest140_2_3.pdb" />
183+
<file src="Binaries\x64\Release\cpprest140_2_3.lib" target="\build\native\lib\x64\v140\Release\Desktop\cpprest140_2_3.lib" />
184+
162185
<!-- x64 v120 -->
163186
<file src="Binaries\x64\Release\cpprest120_2_3.dll" target="\build\native\bin\x64\v120\Release\Desktop\cpprest120_2_3.dll" />
164187
<file src="Binaries\x64\Release\cpprest120_2_3.pdb" target="\build\native\bin\x64\v120\Release\Desktop\cpprest120_2_3.pdb" />

0 commit comments

Comments
 (0)