7 lines
298 B
C#
7 lines
298 B
C#
|
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. See License.md in the project root for license information.
|
|||
|
|
|||
|
using System.Reflection;
|
|||
|
|
|||
|
[assembly: AssemblyTitle("Microsoft.AspNet.SignalR.Owin")]
|
|||
|
[assembly: AssemblyDescription("Assembly containing default SignalR host.")]
|