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 33 <PropertyGroup >
44 <CppRestBaseFileName >cpprest</CppRestBaseFileName >
55 <CppRestSDKVersionMajor >2</CppRestSDKVersionMajor >
6- <CppRestSDKVersionMinor >4 </CppRestSDKVersionMinor >
6+ <CppRestSDKVersionMinor >5 </CppRestSDKVersionMinor >
77 <CppRestSDKVersionRevision >0</CppRestSDKVersionRevision >
88 <CppRestSDKVersionFileSuffix >$(CppRestSDKVersionMajor)_$(CppRestSDKVersionMinor)</CppRestSDKVersionFileSuffix >
99 <CppRestSDKVersionString >$(CppRestSDKVersionMajor).$(CppRestSDKVersionMinor)</CppRestSDKVersionString >
Original file line number Diff line number Diff line change 1616* ==--==
1717*/
1818#define CPPREST_VERSION_REVISION 0
19- #define CPPREST_VERSION_MINOR 4
19+ #define CPPREST_VERSION_MINOR 5
2020#define CPPREST_VERSION_MAJOR 2
2121
2222#define CPPREST_VERSION (CPPREST_VERSION_MAJOR*100000+CPPREST_VERSION_MINOR*100+CPPREST_VERSION_REVISION)
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ function Copy-Natvis($DestFolder)
55 if ((Test-Path $DestFolder ) -eq $True )
66 {
77 # Update casablanca version for each release here.
8- $DestFile = Join-Path - path $DestFolder - childpath " cpprest2_4 .natvis" ;
8+ $DestFile = Join-Path - path $DestFolder - childpath " cpprest2_5 .natvis" ;
99
1010 # Check to see if cpp rest natvis file for this version already exists
1111 # if not, then copy into user profile for Visual Studio to pick up
Original file line number Diff line number Diff line change 11<package >
22 <metadata >
33 <base_id >cpprestsdk</base_id >
4- <version >2.4 .0</version >
4+ <version >2.5 .0</version >
55 <title >C++ REST SDK</title >
66 <authors >casablancacore</authors >
77 <owners >Microsoft, Visual C++</owners >
You can’t perform that action at this time.
0 commit comments