Skip to content

Commit 7c4d640

Browse files
committed
Update package versions and release notes
- Incremented assembly versions for Hosting (1.1.2.0) and AntPlus (5.0.1.0). - Updated package release notes to reflect bug fixes related to ANT radio hardware. - Added new version entries in AntPlus and Hosting Extensions version history files. - Updated ContentLayout to include new version 5.0.1.0 and change visibility for version 3.1.0.0. - Modified Documentation.shfbproj to reference new versions. - Created new XML files for version 5.0.1.0 and 1.1.2.0 with detailed release notes.
1 parent ba25827 commit 7c4d640

File tree

8 files changed

+221
-6
lines changed

8 files changed

+221
-6
lines changed

AntPlus.Extensions.Hosting/Hosting.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
<EmbedUntrackedSources>true</EmbedUntrackedSources>
1717
<PackageIcon>PackageLogo.png</PackageIcon>
1818
<PackageReadmeFile>readme.md</PackageReadmeFile>
19-
<PackageReleaseNotes>Fixed potential race condition sending multiple messages to multiple ANT devices managed by the AntCollection class.</PackageReleaseNotes>
19+
<PackageReleaseNotes>Bugfix: Issue #39. Clears msssage in ANT radio hardware when SendExtAcknowledgedDataAsync timesout.</PackageReleaseNotes>
2020
<PackageLicenseExpression>MIT</PackageLicenseExpression>
2121
<IncludeSymbols>True</IncludeSymbols>
2222
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
23-
<AssemblyVersion>1.1.1.0</AssemblyVersion>
23+
<AssemblyVersion>1.1.2.0</AssemblyVersion>
2424
<Version>$(VersionPrefix)$(AssemblyVersion)</Version>
2525
<PackageProjectUrl>https://stephenhidem.github.io/AntPlus</PackageProjectUrl>
2626
<RepositoryUrl>https://github.com/StephenHidem/AntPlus</RepositoryUrl>

AntPlus/AntPlus.csproj

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<AssemblyVersion>5.0.0.0</AssemblyVersion>
4+
<AssemblyVersion>5.0.1.0</AssemblyVersion>
55
<TargetFramework>netstandard2.0</TargetFramework>
66
<GenerateDocumentationFile>True</GenerateDocumentationFile>
77
<RootNamespace>SmallEarthTech.$(MSBuildProjectName.Replace(" ", "_"))</RootNamespace>
@@ -24,8 +24,7 @@
2424
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
2525
<PackageIcon>PackageLogo.png</PackageIcon>
2626
<PackageReadmeFile>readme.md</PackageReadmeFile>
27-
<PackageReleaseNotes>Breaking changes:
28-
The AntDeviceCollection constructor no longer initiates ANT device scanning. Call the new method StartScanning after instantiating the AntDeviceCollection.</PackageReleaseNotes>
27+
<PackageReleaseNotes>Bugfix: Issue #39. Clears msssage in ANT radio hardware when SendExtAcknowledgedDataAsync timesout.</PackageReleaseNotes>
2928
</PropertyGroup>
3029

3130
<PropertyGroup>

Documentation/Content/VersionHistory/AntPlus/AntPllusVersionHistory.aml

+5
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,11 @@
6666
<link xlink:href="73712ef4-127a-4e35-b2ef-dd212b42b2cc" />
6767
</para>
6868
</listItem>
69+
<listItem>
70+
<para>
71+
<link xlink:href="42c82c98-5ad0-453d-a7ae-50ca9a9f19b6" />
72+
</para>
73+
</listItem>
6974
</list>
7075
</content>
7176
<!-- If a section contains a sections element, its content creates
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,101 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<topic id="42c82c98-5ad0-453d-a7ae-50ca9a9f19b6" 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>Release Date: February 19, 2025</para>
21+
</introduction>
22+
23+
<!-- Add one or more top-level section elements. These are collapsible.
24+
If using <autoOutline />, add an address attribute to identify it
25+
and specify a title so that it can be jumped to with a hyperlink. -->
26+
<section address="Section1">
27+
<content>
28+
<!-- Uncomment this to create a sub-section outline
29+
<autoOutline /> -->
30+
<list class="bullet">
31+
<listItem>
32+
<para>Bugfix -
33+
<externalLink>
34+
<linkText>Issue #39.</linkText>
35+
<linkUri>https://github.com/StephenHidem/AntPlus/issues/39</linkUri>
36+
</externalLink>
37+
Clears msssage in ANT radio hardware when SendExtAcknowledgedDataAsync timesout.</para>
38+
</listItem>
39+
<listItem>
40+
<para>Updated NuGet packages.</para>
41+
</listItem>
42+
</list>
43+
</content>
44+
<!-- If a section contains a sections element, its content creates
45+
sub-sections. These are not collapsible.
46+
<sections>
47+
<section address="SubSection1">
48+
<title>Sub-section 1</title>
49+
<content>
50+
<para>Sub-section content.</para>
51+
</content>
52+
</section>
53+
<section address="SubSection2">
54+
<title>Sub-section 2</title>
55+
<content>
56+
<para>Sub-section content.</para>
57+
</content>
58+
</section>
59+
</sections> -->
60+
</section>
61+
62+
<relatedTopics>
63+
<link xlink:href="c4caecfe-e2ea-4c87-b602-75d6b57aa70b" />
64+
<!-- One or more of the following:
65+
- A local link
66+
- An external link
67+
- A code entity reference
68+
69+
<link xlink:href="Other Topic's ID"/>
70+
<link xlink:href="Other Topic's ID">Link inner text</link>
71+
72+
<externalLink>
73+
<linkText>Link text</linkText>
74+
<linkAlternateText>Optional alternate link text</linkAlternateText>
75+
<linkUri>URI</linkUri>
76+
</externalLink>
77+
78+
<codeEntityReference>API member ID</codeEntityReference>
79+
80+
Examples:
81+
82+
<link xlink:href="00e97994-e9e6-46e0-b420-5be86b2f8270" />
83+
<link xlink:href="00e97994-e9e6-46e0-b420-5be86b2f8278">Some other topic</link>
84+
85+
<externalLink>
86+
<linkText>SHFB on GitHub</linkText>
87+
<linkAlternateText>Go to GitHub</linkAlternateText>
88+
<linkUri>https://GitHub.com/EWSoftware/SHFB</linkUri>
89+
</externalLink>
90+
91+
<codeEntityReference>T:TestDoc.TestClass</codeEntityReference>
92+
<codeEntityReference>P:TestDoc.TestClass.SomeProperty</codeEntityReference>
93+
<codeEntityReference>M:TestDoc.TestClass.#ctor</codeEntityReference>
94+
<codeEntityReference>M:TestDoc.TestClass.#ctor(System.String,System.Int32)</codeEntityReference>
95+
<codeEntityReference>M:TestDoc.TestClass.ToString</codeEntityReference>
96+
<codeEntityReference>M:TestDoc.TestClass.FirstMethod</codeEntityReference>
97+
<codeEntityReference>M:TestDoc.TestClass.SecondMethod(System.Int32,System.String)</codeEntityReference>
98+
-->
99+
</relatedTopics>
100+
</developerConceptualDocument>
101+
</topic>

Documentation/Content/VersionHistory/HostingExtensions/HostingExtensionsVersionHistory.aml

+5
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@
4141
<link xlink:href="69e0beb6-59b3-441e-95d7-3c51cc27aba3" />
4242
</para>
4343
</listItem>
44+
<listItem>
45+
<para>
46+
<link xlink:href="7c3d10ad-f151-48e5-bfa9-2e2a7600179e" />
47+
</para>
48+
</listItem>
4449
</list>
4550
<!-- Uncomment this to create a sub-section outline
4651
<autoOutline /> -->
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,101 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<topic id="7c3d10ad-f151-48e5-bfa9-2e2a7600179e" 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>Release Date: February 19, 2025</para>
21+
</introduction>
22+
23+
<!-- Add one or more top-level section elements. These are collapsible.
24+
If using <autoOutline />, add an address attribute to identify it
25+
and specify a title so that it can be jumped to with a hyperlink. -->
26+
<section address="Section1">
27+
<content>
28+
<!-- Uncomment this to create a sub-section outline
29+
<autoOutline /> -->
30+
<list class="bullet">
31+
<listItem>
32+
<para>Bugfix -
33+
<externalLink>
34+
<linkText>Issue #39.</linkText>
35+
<linkUri>https://github.com/StephenHidem/AntPlus/issues/39</linkUri>
36+
</externalLink>
37+
Clears msssage in ANT radio hardware when SendExtAcknowledgedDataAsync timesout.</para>
38+
</listItem>
39+
<listItem>
40+
<para>Updated NuGet packages.</para>
41+
</listItem>
42+
</list>
43+
</content>
44+
<!-- If a section contains a sections element, its content creates
45+
sub-sections. These are not collapsible.
46+
<sections>
47+
<section address="SubSection1">
48+
<title>Sub-section 1</title>
49+
<content>
50+
<para>Sub-section content.</para>
51+
</content>
52+
</section>
53+
<section address="SubSection2">
54+
<title>Sub-section 2</title>
55+
<content>
56+
<para>Sub-section content.</para>
57+
</content>
58+
</section>
59+
</sections> -->
60+
</section>
61+
62+
<relatedTopics>
63+
<link xlink:href="be2ad779-f723-47b4-a6ab-00691c896a8e" />
64+
<!-- One or more of the following:
65+
- A local link
66+
- An external link
67+
- A code entity reference
68+
69+
<link xlink:href="Other Topic's ID"/>
70+
<link xlink:href="Other Topic's ID">Link inner text</link>
71+
72+
<externalLink>
73+
<linkText>Link text</linkText>
74+
<linkAlternateText>Optional alternate link text</linkAlternateText>
75+
<linkUri>URI</linkUri>
76+
</externalLink>
77+
78+
<codeEntityReference>API member ID</codeEntityReference>
79+
80+
Examples:
81+
82+
<link xlink:href="00e97994-e9e6-46e0-b420-5be86b2f8270" />
83+
<link xlink:href="00e97994-e9e6-46e0-b420-5be86b2f8278">Some other topic</link>
84+
85+
<externalLink>
86+
<linkText>SHFB on GitHub</linkText>
87+
<linkAlternateText>Go to GitHub</linkAlternateText>
88+
<linkUri>https://GitHub.com/EWSoftware/SHFB</linkUri>
89+
</externalLink>
90+
91+
<codeEntityReference>T:TestDoc.TestClass</codeEntityReference>
92+
<codeEntityReference>P:TestDoc.TestClass.SomeProperty</codeEntityReference>
93+
<codeEntityReference>M:TestDoc.TestClass.#ctor</codeEntityReference>
94+
<codeEntityReference>M:TestDoc.TestClass.#ctor(System.String,System.Int32)</codeEntityReference>
95+
<codeEntityReference>M:TestDoc.TestClass.ToString</codeEntityReference>
96+
<codeEntityReference>M:TestDoc.TestClass.FirstMethod</codeEntityReference>
97+
<codeEntityReference>M:TestDoc.TestClass.SecondMethod(System.Int32,System.String)</codeEntityReference>
98+
-->
99+
</relatedTopics>
100+
</developerConceptualDocument>
101+
</topic>

Documentation/ContentLayout.content

+3-1
Original file line numberDiff line numberDiff line change
@@ -50,17 +50,19 @@
5050
<Topic id="44f85400-6285-4dbe-8f65-d28b68108fc1" visible="True" title="Version 4.0.0.0" />
5151
<Topic id="10a23545-666c-497d-a851-14eb7ac619e8" visible="True" title="Version 4.0.1.0" />
5252
<Topic id="73712ef4-127a-4e35-b2ef-dd212b42b2cc" visible="True" title="Version 5.0.0.0" />
53+
<Topic id="42c82c98-5ad0-453d-a7ae-50ca9a9f19b6" visible="True" title="Version 5.0.1.0" />
5354
</Topic>
5455
<Topic id="62db1666-31ce-45bd-9331-b6c3762dcffe" visible="True" isExpanded="true" title="AntUsbStick Version History">
5556
<Topic id="91a9ea80-f3a3-427f-ae9d-a021d19f6f46" visible="True" title="Version 2.0.2.0" />
5657
<Topic id="c4f39db8-d602-4e2d-a75e-fc72afbc47c5" visible="True" title="Version 2.1.0.0" />
5758
<Topic id="ea422e45-03fe-4b1d-bc19-280e03ea4729" visible="True" title="Version 3.0.0.0" />
58-
<Topic id="01235973-8fca-4be5-9fb3-13e8fe5b03b3" visible="False" isSelected="true" title="Version 3.1.0.0" />
59+
<Topic id="01235973-8fca-4be5-9fb3-13e8fe5b03b3" visible="True" title="Version 3.1.0.0" />
5960
</Topic>
6061
<Topic id="be2ad779-f723-47b4-a6ab-00691c896a8e" visible="True" isExpanded="true" title="Hosting Extensions Version History">
6162
<Topic id="0677519c-d5ba-4c5d-b400-f10dc75a33a7" visible="True" title="Version 1.0.0.0" />
6263
<Topic id="5c5fc223-4f8c-4a17-bb09-8f0d1d3f2cac" visible="True" title="Version 1.1.0.0" />
6364
<Topic id="69e0beb6-59b3-441e-95d7-3c51cc27aba3" visible="True" title="Version 1.1.1.0" />
65+
<Topic id="7c3d10ad-f151-48e5-bfa9-2e2a7600179e" visible="True" isSelected="true" title="Version 1.1.2.0" />
6466
</Topic>
6567
</Topic>
6668
</Topics>

Documentation/Documentation.shfbproj

+2
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@
129129
<None Include="Content\VersionHistory\AntPlus\v4.0.0.0.aml" />
130130
<None Include="Content\VersionHistory\AntPlus\v4.0.1.0.aml" />
131131
<None Include="Content\VersionHistory\AntPlus\v5.0.0.0.aml" />
132+
<None Include="Content\VersionHistory\AntPlus\v5.0.1.0.aml" />
132133
<None Include="Content\VersionHistory\AntRadioInterface\v2.0.2.0.aml" />
133134
<None Include="Content\VersionHistory\AntRadioInterface\v2.0.1.0.aml" />
134135
<None Include="Content\VersionHistory\AntRadioInterface\v2.0.0.0.aml" />
@@ -156,6 +157,7 @@
156157
<None Include="Content\VersionHistory\HostingExtensions\v1.0.0.0.aml" />
157158
<None Include="Content\VersionHistory\HostingExtensions\v1.1.0.0.aml" />
158159
<None Include="Content\VersionHistory\HostingExtensions\v1.1.1.0.aml" />
160+
<None Include="Content\VersionHistory\HostingExtensions\v1.1.2.0.aml" />
159161
<None Include="Content\VersionHistory\VersionHistory.aml" />
160162
<None Include="Content\Welcome.aml" />
161163
</ItemGroup>

0 commit comments

Comments
 (0)