File tree 4 files changed +25
-7
lines changed
AntPlus.Extensions.Hosting
Documentation/Content/VersionHistory
4 files changed +25
-7
lines changed Original file line number Diff line number Diff line change 16
16
<EmbedUntrackedSources >true</EmbedUntrackedSources >
17
17
<PackageIcon >PackageLogo.png</PackageIcon >
18
18
<PackageReadmeFile >readme.md</PackageReadmeFile >
19
- <PackageReleaseNotes >Updated logging ANT+ logging extensions.</PackageReleaseNotes >
19
+ <PackageReleaseNotes >
20
+ 1. Updated ANT+ logging with ANT+ logging extensions. 2. The scanning channel is re-opened if a close RF event is received.
21
+ </PackageReleaseNotes >
20
22
<PackageLicenseExpression >MIT</PackageLicenseExpression >
21
23
<IncludeSymbols >True</IncludeSymbols >
22
24
<SymbolPackageFormat >snupkg</SymbolPackageFormat >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <AssemblyVersion >5.0.1 .0</AssemblyVersion >
4
+ <AssemblyVersion >5.1.0 .0</AssemblyVersion >
5
5
<TargetFramework >netstandard2.0</TargetFramework >
6
6
<GenerateDocumentationFile >True</GenerateDocumentationFile >
7
7
<RootNamespace >SmallEarthTech.$(MSBuildProjectName.Replace(" ", "_"))</RootNamespace >
24
24
<GeneratePackageOnBuild >True</GeneratePackageOnBuild >
25
25
<PackageIcon >PackageLogo.png</PackageIcon >
26
26
<PackageReadmeFile >readme.md</PackageReadmeFile >
27
- <PackageReleaseNotes >Bugfix: Issue #39. Clears msssage in ANT radio hardware when SendExtAcknowledgedDataAsync timesout.</PackageReleaseNotes >
27
+ <PackageReleaseNotes >
28
+ 1. Updated ANT+ logging with ANT+ logging extensions. 2. The scanning channel is re-opened if a close RF event is received.
29
+ </PackageReleaseNotes >
28
30
</PropertyGroup >
29
31
30
32
<PropertyGroup >
Original file line number Diff line number Diff line change 33
33
<linkText >Issue #45.</linkText >
34
34
<linkUri >https://github.com/StephenHidem/AntPlus/issues/45</linkUri >
35
35
</externalLink >
36
- Logger extensions for ANT+. These extensions enhance the logging experience with a consistent format and parameter conversions.
36
+ Added logger extensions for ANT+. These extensions enhance the logging experience with a consistent format and parameter conversions.
37
37
</para >
38
- </content >
38
+ <para >
39
+ <externalLink >
40
+ <linkText >Issue #47.</linkText >
41
+ <linkUri >https://github.com/StephenHidem/AntPlus/issues/47</linkUri >
42
+ </externalLink >
43
+ The scanning channel is re-opened if a close channel RF event is received.
44
+ </para >
45
+ </content >
39
46
<!-- If a section contains a sections element, its content creates
40
47
sub-sections. These are not collapsible.
41
48
<sections>
Original file line number Diff line number Diff line change 33
33
<linkText >Issue #45.</linkText >
34
34
<linkUri >https://github.com/StephenHidem/AntPlus/issues/45</linkUri >
35
35
</externalLink >
36
- Using logger extensions from ANT+ library to enhance logging experience.
36
+ Uses logger extensions from ANT+ library to enhance logging experience.
37
37
</para >
38
- </content >
38
+ <para >
39
+ <externalLink >
40
+ <linkText >Issue #47.</linkText >
41
+ <linkUri >https://github.com/StephenHidem/AntPlus/issues/47</linkUri >
42
+ </externalLink >
43
+ The scanning channel is re-opened if a close channel RF event is received.
44
+ </para >
45
+ </content >
39
46
<!-- If a section contains a sections element, its content creates
40
47
sub-sections. These are not collapsible.
41
48
<sections>
You can’t perform that action at this time.
0 commit comments