File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<CppRestBaseFileName >cpprest</CppRestBaseFileName >
5
5
<CppRestSDKVersionMajor >2</CppRestSDKVersionMajor >
6
- <CppRestSDKVersionMinor >7 </CppRestSDKVersionMinor >
6
+ <CppRestSDKVersionMinor >8 </CppRestSDKVersionMinor >
7
7
<CppRestSDKVersionRevision >0</CppRestSDKVersionRevision >
8
8
<CppRestSDKVersionFileSuffix >$(CppRestSDKVersionMajor)_$(CppRestSDKVersionMinor)</CppRestSDKVersionFileSuffix >
9
9
<CppRestSDKVersionString >$(CppRestSDKVersionMajor).$(CppRestSDKVersionMinor)</CppRestSDKVersionString >
Original file line number Diff line number Diff line change 16
16
* ==--==
17
17
*/
18
18
#define CPPREST_VERSION_REVISION 0
19
- #define CPPREST_VERSION_MINOR 7
19
+ #define CPPREST_VERSION_MINOR 8
20
20
#define CPPREST_VERSION_MAJOR 2
21
21
22
22
#define CPPREST_VERSION (CPPREST_VERSION_MAJOR*100000+CPPREST_VERSION_MINOR*100+CPPREST_VERSION_REVISION)
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ target_link_libraries(${Casablanca_LIBRARY}
99
99
100
100
# Portions specific to cpprest binary versioning.
101
101
set (CPPREST_VERSION_MAJOR 2 )
102
- set (CPPREST_VERSION_MINOR 7 )
102
+ set (CPPREST_VERSION_MINOR 8 )
103
103
set (CPPREST_VERSION_REVISION 0 )
104
104
105
105
if (WIN32 )
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ function Copy-Natvis($DestFolder)
5
5
if ((Test-Path $DestFolder ) -eq $True )
6
6
{
7
7
# Update casablanca version for each release here.
8
- $DestFile = Join-Path - path $DestFolder - childpath " cpprest2_7 .natvis" ;
8
+ $DestFile = Join-Path - path $DestFolder - childpath " cpprest2_8 .natvis" ;
9
9
10
10
# Check to see if cpp rest natvis file for this version already exists
11
11
# if not, then copy into user profile for Visual Studio to pick up
You can’t perform that action at this time.
0 commit comments