11 lines
376 B
C
11 lines
376 B
C
// Copyright (c) .NET Foundation. All rights reserved.
|
|
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
|
|
|
|
#pragma once
|
|
|
|
#include "cpprest/details/basic_types.h"
|
|
|
|
#define SIGNALR_VERSION _XPLATSTR("0.1.0-alpha0")
|
|
#define PROTOCOL _XPLATSTR("1.4")
|
|
#define USER_AGENT _XPLATSTR("SignalR.Client.Cpp/") SIGNALR_VERSION
|