Skip to content

Commit 6ac22a5

Browse files
committed
More locations for 2.3.0 version bump.
1 parent 010fc57 commit 6ac22a5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Release/nuget/cpprestsdk.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package>
33
<metadata>
44
<id>cpprestsdk</id>
5-
<version>2.2.0</version>
5+
<version>2.3.0</version>
66
<title>C++ REST SDK</title>
77
<authors>casablancacore</authors>
88
<owners>Microsoft, Visual C++</owners>
@@ -12,7 +12,7 @@
1212
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1313
<summary>"The C++ REST SDK is a cross-platform, modern, and asynchronous library that enables developers to access and author connected applications"</summary>
1414
<description>"This library is a Microsoft effort to support cloud-based client-server communication in native code using a modern asynchronous C++ API design. The C++ REST SDK (codename "Casablanca") is a project to start exploring how to best support C++ developers who want to take advantage of the radical shift in software architecture that cloud computing represents."</description>
15-
<releaseNotes>"Release of C++ Rest SDK 2.2.0 libraries."</releaseNotes>
15+
<releaseNotes>"Release of C++ Rest SDK 2.3.0 libraries."</releaseNotes>
1616
<copyright>Copyright 2014</copyright>
1717
<tags>REST, native, C++, JSON, Casablanca, Http, Uri, WebSockets</tags>
1818
</metadata>

Release/nuget/init.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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_2.natvis";
8+
$DestFile = Join-Path -path $DestFolder -childpath "cpprest2_3.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

0 commit comments

Comments
 (0)