Skip to content

Commit 1638d6c

Browse files
committed
Update to support QuantumGate 0.3.5
1 parent 8a9268e commit 1638d6c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ChatApp/MainPage.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ namespace winrt::ChatApp::implementation
8989
}
9090

9191
QuantumGate::ConnectParameters cp;
92-
cp.PeerIPEndpoint = QuantumGate::IPEndpoint(QuantumGate::IPEndpoint::Protocol::TCP, ip, port);
92+
cp.PeerEndpoint = QuantumGate::IPEndpoint(QuantumGate::IPEndpoint::Protocol::TCP, ip, port);
9393

9494
// This overload of the ConnectTo function will connect
9595
// asynchronously; we pass along a callback function which will get

ChatApp/Package.appxmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Identity
44
Name="fd9cb3e4-7a22-41cb-9b96-43d6d383d550"
55
Publisher="CN=Karel Donk"
6-
Version="1.1.1.0" />
6+
Version="1.1.2.0" />
77
<mp:PhoneIdentity PhoneProductId="fd9cb3e4-7a22-41cb-9b96-43d6d383d550" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>
88
<Properties>
99
<DisplayName>ChatApp</DisplayName>

0 commit comments

Comments
 (0)