-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDemo.xml
More file actions
18 lines (18 loc) · 863 Bytes
/
Demo.xml
File metadata and controls
18 lines (18 loc) · 863 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="utf-8"?>
<Demo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ContentFramework.Core.Models">
<Id>RealtimeCommunicationsWithSignalR-Demo</Id>
<Author>
<Name>Jon Galloway</Name>
<Blog>http://weblogs.asp.net/jgalloway</Blog>
<Email>jon.galloway@microsoft.com</Email>
</Author>
<Description>This demo shows how to build realtime communications with SignalR.</Description>
<Document ConversionType="Html">Demo.md</Document>
<Title>Realtime Communications With SignalR</Title>
<Version>1.0.0</Version>
<Source>.\source</Source>
<DependencyChecker></DependencyChecker>
<CustomProperties>
<Property Name="GitHubRepository" Value="https://github.com/Microsoft-Web/DEMO-RealtimeCommunicationsWithSignalR" />
</CustomProperties>
</Demo>