Skip to content

Commit b45b72e

Browse files
committed
Merge branch 'development' into websockets_v140
2 parents 144db5c + ee181c8 commit b45b72e

22 files changed

+168
-1229
lines changed

Build/Release.Product.settings

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@
4343
<SubSystem>Windows</SubSystem>
4444
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
4545
<GenerateDebugInformation>true</GenerateDebugInformation>
46-
<ProgramDatabaseFile>$(OutDir)$(TargetName).pdb</ProgramDatabaseFile>
47-
<StripPrivateSymbols>$(OutDir)$(TargetName).pub.pdb</StripPrivateSymbols>
4846
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">/SAFESEH%(AdditionalOptions)</AdditionalOptions>
4947
</Link>
5048
</ItemDefinitionGroup>

Build/version.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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>

Release/include/cpprest/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
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)

Release/nuget/cpprestsdk.android.nuspec

Lines changed: 0 additions & 46 deletions
This file was deleted.

Release/nuget/cpprestsdk.android.targets

Lines changed: 0 additions & 60 deletions
This file was deleted.

0 commit comments

Comments
 (0)