Skip to content

Commit 42edc06

Browse files
committed
Update the package_info file to reflect the new release version and github
links
1 parent 3d0f7f6 commit 42edc06

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Release/src/build/package_info.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<package>
22
<metadata>
33
<base_id>cpprestsdk</base_id>
4-
<version>2.6.0.1</version>
4+
<version>2.7.0</version>
55
<authors>casablancacore</authors>
66
<owners>Microsoft, Visual C++</owners>
77
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
8-
<projectUrl>https://casablanca.codeplex.com/</projectUrl>
8+
<projectUrl>https://github.com/Microsoft/cpprestsdk/</projectUrl>
99
<iconUrl>https://download-codeplex.sec.s-msft.com/Download?ProjectName=casablanca&amp;DownloadId=630102&amp;Build=20425</iconUrl>
1010
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1111
<summary>The C++ REST SDK is a cross-platform, modern, and asynchronous library that enables developers to access and author connected applications.</summary>
1212
<description>The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services.</description>
13-
<releaseNotes>https://casablanca.codeplex.com/releases/view/612765</releaseNotes>
13+
<releaseNotes>https://github.com/Microsoft/cpprestsdk/releases/tag/v2.7.0</releaseNotes>
1414
<copyright>Copyright 2015</copyright>
1515
<tags>cpprestsdk Casablanca REST JSON HTTP URI WebSockets</tags>
1616
</metadata>

0 commit comments

Comments
 (0)