You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Release/nuget/cpprestsdk.autopkg
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
nuget {
2
2
nuspec {
3
3
id = cpprestsdk;
4
-
version : 2.0.0;
4
+
version : 2.0.1;
5
5
title: C++ REST SDK;
6
6
authors: {casablancacore};
7
7
owners: {Microsoft, Visual C++};
@@ -11,7 +11,7 @@ nuget {
11
11
requireLicenseAcceptance: true;
12
12
summary: "The C++ REST SDK is a cross-platform, modern, and asynchronous library that enables developers to access and author connected applications";
13
13
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.";
14
-
releaseNotes: "Release of C++ Rest SDK 2.0.0 libraries.";
14
+
releaseNotes: "Release of C++ Rest SDK 2.0.1 libraries.";
0 commit comments