Skip to content

Commit c05bd17

Browse files
committed
Updated Hosting.csproj with new PackageReleaseNotes.
Removed AntGrpcClient.cs and AntRadioScript.cs. Deleted v1.0.1.0.aml documentation file. Updated ContentLayout.content with new Godot topic and version history. Updated Documentation.shfbproj with new Godot folder and file, removed Unity references, and updated version history. Added GodotGameDev.aml for Godot game development documentation. Added v1.1.0.0.aml for new version documentation.
1 parent f812113 commit c05bd17

File tree

7 files changed

+92
-77
lines changed

7 files changed

+92
-77
lines changed

AntPlus.Extensions.Hosting/Hosting.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
1515
<PackageIcon>PackageLogo.png</PackageIcon>
1616
<PackageReadmeFile>readme.md</PackageReadmeFile>
17-
<PackageReleaseNotes>Hosting extensions for the ANT+ Class Library supporting .NET MAUI and Window applications using depencency injection (made easy!).</PackageReleaseNotes>
17+
<PackageReleaseNotes>Added extension method to add services to IServiceCollection.</PackageReleaseNotes>
1818
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1919
<IncludeSymbols>True</IncludeSymbols>
2020
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<topic id="342d7748-ce61-4376-8c3e-baf56ee0e1f1" revisionNumber="1">
3+
<developerConceptualDocument
4+
xmlns="http://ddue.schemas.microsoft.com/authoring/2003/5"
5+
xmlns:xlink="http://www.w3.org/1999/xlink">
6+
7+
<!--
8+
<summary>
9+
<para>Optional summary abstract</para>
10+
</summary>
11+
-->
12+
13+
<introduction>
14+
<!-- Uncomment this to generate an outline of the section and sub-section
15+
titles. Specify a numeric value as the inner text to limit it to
16+
a specific number of sub-topics when creating the outline. Specify
17+
zero (0) to limit it to top-level sections only. -->
18+
<!-- <autoOutline /> -->
19+
20+
<para>
21+
I've created a Unity example project to demonstrate integrating elements of the ANT+ class library and extensions.
22+
The repository is located at
23+
<externalLink>
24+
<linkText>Godot ANT gRPC.</linkText>
25+
<linkUri>https://github.com/StephenHidem/GODOT-ANT-GRPC</linkUri>
26+
</externalLink>
27+
See the README for details.
28+
</para>
29+
</introduction>
30+
31+
<!-- Add one or more top-level section elements. These are collapsible.
32+
If using <autoOutline />, add an address attribute to identify it
33+
and specify a title so that it can be jumped to with a hyperlink. -->
34+
35+
<relatedTopics>
36+
<!-- One or more of the following:
37+
- A local link
38+
- An external link
39+
- A code entity reference
40+
41+
<link xlink:href="Other Topic's ID"/>
42+
<link xlink:href="Other Topic's ID">Link inner text</link>
43+
44+
<externalLink>
45+
<linkText>Link text</linkText>
46+
<linkAlternateText>Optional alternate link text</linkAlternateText>
47+
<linkUri>URI</linkUri>
48+
</externalLink>
49+
50+
<codeEntityReference>API member ID</codeEntityReference>
51+
52+
Examples:
53+
54+
<link xlink:href="00e97994-e9e6-46e0-b420-5be86b2f8270" />
55+
<link xlink:href="00e97994-e9e6-46e0-b420-5be86b2f8278">Some other topic</link>
56+
57+
<externalLink>
58+
<linkText>SHFB on GitHub</linkText>
59+
<linkAlternateText>Go to GitHub</linkAlternateText>
60+
<linkUri>https://GitHub.com/EWSoftware/SHFB</linkUri>
61+
</externalLink>
62+
63+
<codeEntityReference>T:TestDoc.TestClass</codeEntityReference>
64+
<codeEntityReference>P:TestDoc.TestClass.SomeProperty</codeEntityReference>
65+
<codeEntityReference>M:TestDoc.TestClass.#ctor</codeEntityReference>
66+
<codeEntityReference>M:TestDoc.TestClass.#ctor(System.String,System.Int32)</codeEntityReference>
67+
<codeEntityReference>M:TestDoc.TestClass.ToString</codeEntityReference>
68+
<codeEntityReference>M:TestDoc.TestClass.FirstMethod</codeEntityReference>
69+
<codeEntityReference>M:TestDoc.TestClass.SecondMethod(System.Int32,System.String)</codeEntityReference>
70+
-->
71+
</relatedTopics>
72+
</developerConceptualDocument>
73+
</topic>

Documentation/Content/Unity/AntGrpcClient.cs

-48
This file was deleted.

Documentation/Content/Unity/AntRadioScript.cs

-21
This file was deleted.

Documentation/Content/VersionHistory/HostingExtensions/v1.0.1.0.aml Documentation/Content/VersionHistory/HostingExtensions/v1.1.0.0.aml

+8-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,14 @@
1616
a specific number of sub-topics when creating the outline. Specify
1717
zero (0) to limit it to top-level sections only. -->
1818
<!-- <autoOutline /> -->
19-
20-
<para>Minor changes to AntCollection internals that create new ANT devices.</para>
19+
<list class="bullet">
20+
<listItem>
21+
<para>Added extension method to add services to IServiceCollection.</para>
22+
</listItem>
23+
<listItem>
24+
<para>Minor changes to AntCollection internals that create new ANT devices.</para>
25+
</listItem>
26+
</list>
2127
</introduction>
2228

2329
<!-- Add one or more top-level section elements. These are collapsible.

Documentation/ContentLayout.content

+7-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<Topic id="0e424769-d4c6-4a98-9384-a810421ad5e1" visible="True" title="How-To: Create and Add a Custom AntDevice to Host" />
1313
</Topic>
1414
<Topic id="27d74052-f564-4aaa-97a0-5f166ffd5ce3" visible="True" isExpanded="true" title="Examples Overview">
15-
<Topic id="3ab7deee-1a9a-4d77-9fc4-14343f3bd1ca" visible="True" isExpanded="true" title="MAUI-gRPC">
15+
<Topic id="3ab7deee-1a9a-4d77-9fc4-14343f3bd1ca" visible="True" title="MAUI-gRPC">
1616
<Topic id="721a6d97-52b3-4a6b-8835-4201a92c432c" visible="True" />
1717
<Topic id="a6c4cf8a-e10e-447e-8eea-a6b032ce2dac" visible="True" />
1818
<Topic id="bb933d2a-72e0-4b0f-ae9c-3425498b9ed4" visible="True" />
@@ -24,6 +24,11 @@
2424
<HelpKeyword index="K" term="Unity" />
2525
</HelpKeywords>
2626
</Topic>
27+
<Topic id="342d7748-ce61-4376-8c3e-baf56ee0e1f1" visible="True" title="Godot Game Development">
28+
<HelpKeywords>
29+
<HelpKeyword index="K" term="Godot" />
30+
</HelpKeywords>
31+
</Topic>
2732
<Topic id="968e34d3-7df5-4f2d-9ea6-9f1d0096d26c" visible="True" apiParentMode="InsertAsChild" title="ANT+ Class Libraries API" />
2833
<Topic id="4a8ae1c2-5d9b-4e27-bd18-34b479401b65" visible="True" isExpanded="true" title="Version History">
2934
<HelpKeywords>
@@ -51,7 +56,7 @@
5156
</Topic>
5257
<Topic id="be2ad779-f723-47b4-a6ab-00691c896a8e" visible="True" isExpanded="true" title="Hosting Extensions Version History">
5358
<Topic id="0677519c-d5ba-4c5d-b400-f10dc75a33a7" visible="True" title="Version 1.0.0.0" />
54-
<Topic id="5c5fc223-4f8c-4a17-bb09-8f0d1d3f2cac" visible="True" isSelected="true" title="Version 1.0.1.0" />
59+
<Topic id="5c5fc223-4f8c-4a17-bb09-8f0d1d3f2cac" visible="True" isSelected="true" title="Version 1.1.0.0" />
5560
</Topic>
5661
</Topic>
5762
</Topics>

Documentation/Documentation.shfbproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@
107107
<Folder Include="Content" />
108108
<Folder Include="Content\Examples\MAUI-gRPC\" />
109109
<Folder Include="Content\HostingExtensions" />
110+
<Folder Include="Content\Godot" />
110111
<Folder Include="Content\Unity" />
111112
<Folder Include="Content\VersionHistory" />
112113
<Folder Include="Content\VersionHistory\AntPlus" />
@@ -121,6 +122,7 @@
121122
<None Include="Content\AntRadioInterfaceOverview.aml" />
122123
<None Include="Content\AntUsbStickOverview.aml" />
123124
<None Include="Content\Examples\ExamplesOverview.aml" />
125+
<None Include="Content\Godot\GodotGameDev.aml" />
124126
<None Include="Content\HostingExtensions\HostingExtensionsOverview.aml" />
125127
<None Include="Content\HostingExtensions\How To Create and Add AntDevice.aml" />
126128
<None Include="Content\VersionHistory\AntPlus\v3.0.1.0.aml" />
@@ -140,8 +142,6 @@
140142
<None Include="Content\Examples\MAUI-gRPC\AntGrpcShared.aml" />
141143
<None Include="Content\Examples\MAUI-gRPC\MauiAntGrpcClient.aml" />
142144
<None Include="Content\Examples\MAUI-gRPC\MauiExampleOverview.aml" />
143-
<None Include="Content\Unity\AntGrpcClient.cs" />
144-
<None Include="Content\Unity\AntRadioScript.cs" />
145145
<None Include="Content\Unity\UnityGameDev.aml" />
146146
<None Include="Content\VersionHistory\AntPlus\AntPllusVersionHistory.aml" />
147147
<None Include="Content\VersionHistory\AntPlus\v2.0.0.0.aml" />
@@ -151,7 +151,7 @@
151151
<None Include="Content\VersionHistory\AntUsbStick\v3.0.0.0.aml" />
152152
<None Include="Content\VersionHistory\HostingExtensions\HostingExtensionsVersionHistory.aml" />
153153
<None Include="Content\VersionHistory\HostingExtensions\v1.0.0.0.aml" />
154-
<None Include="Content\VersionHistory\HostingExtensions\v1.0.1.0.aml" />
154+
<None Include="Content\VersionHistory\HostingExtensions\v1.1.0.0.aml" />
155155
<None Include="Content\VersionHistory\VersionHistory.aml" />
156156
<None Include="Content\Welcome.aml" />
157157
</ItemGroup>

0 commit comments

Comments
 (0)