diff options
| author | Phoebe <20694052+PhoebeHui@users.noreply.github.com> | 2020-05-24 03:39:26 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-23 12:39:26 -0700 |
| commit | 2ac2b5f3da6b46ff2ae900550bd7c44f39c57dcd (patch) | |
| tree | be824e653d0da1581506b1918f26a0f1bfaa0cc6 /ports | |
| parent | c4937039b0704c711dff11ffa729f1c105b20e42 (diff) | |
| download | vcpkg-2ac2b5f3da6b46ff2ae900550bd7c44f39c57dcd.tar.gz vcpkg-2ac2b5f3da6b46ff2ae900550bd7c44f39c57dcd.zip | |
[Baseline] Fix boost-*:arm-uwp failure and resolve conflicts in CI (#11496)
* [baseline] Fix boost-*:arm-uwp failure and resolve conflicts in CI
* Remove itk:x64-osx=fail in CI
* Resolve conflicts
* Rebase the changes
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/microsoft-signalr/CONTROL | 2 | ||||
| -rw-r--r-- | ports/signalrclient/CONTROL | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ports/microsoft-signalr/CONTROL b/ports/microsoft-signalr/CONTROL index 73f10bb2b..0cec60bf9 100644 --- a/ports/microsoft-signalr/CONTROL +++ b/ports/microsoft-signalr/CONTROL @@ -1,5 +1,5 @@ Source: microsoft-signalr
-Version: 0.1.0-alpha1
+Version: 0.1.0-alpha1-1
Description: C++ Client for ASP.NET Core SignalR.
Default-Features: default-features
Homepage: https://github.com/aspnet/SignalR-Client-Cpp
diff --git a/ports/signalrclient/CONTROL b/ports/signalrclient/CONTROL index d8939e177..7b9d0bc12 100644 --- a/ports/signalrclient/CONTROL +++ b/ports/signalrclient/CONTROL @@ -1,5 +1,5 @@ Source: signalrclient -Version: 1.0.0-beta1-8 +Version: 1.0.0-beta1-9 Build-Depends: cpprestsdk[default-features,websockets], openssl Homepage: https://github.com/aspnet/SignalR-Client-Cpp Description: C++ client for SignalR. |
