From 8c69eacfaa0466d1eb13813981c5e653501c6c65 Mon Sep 17 00:00:00 2001 From: Jonathan Newman Date: Fri, 20 Sep 2024 14:24:55 -0400 Subject: [PATCH 1/3] Update TS4231V1PositionDataFrame.cs - Fix typos in TS4231V1PositionDataFrame XML --- OpenEphys.Onix1/TS4231V1PositionDataFrame.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenEphys.Onix1/TS4231V1PositionDataFrame.cs b/OpenEphys.Onix1/TS4231V1PositionDataFrame.cs index ed74822..3a38748 100644 --- a/OpenEphys.Onix1/TS4231V1PositionDataFrame.cs +++ b/OpenEphys.Onix1/TS4231V1PositionDataFrame.cs @@ -39,8 +39,8 @@ public TS4231V1PositionDataFrame(ulong clock, ulong hubClock, int sensorIndex, V public int SensorIndex { get; } /// - /// Gets rhe 3D position of the photodiode connected to the TS4231[] sensor with units determined by - /// and . + /// Gets the 3D position of the photodiode connected to the TS4231 receiver with index + // in units determined by and . /// public Vector3 Position { get; } } From d0bd7d48c971599869ea4af68fe77fb89d2e2c39 Mon Sep 17 00:00:00 2001 From: bparks13 Date: Mon, 23 Sep 2024 09:20:07 -0400 Subject: [PATCH 2/3] Fix misaligned XML comment --- OpenEphys.Onix1/TS4231V1PositionDataFrame.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenEphys.Onix1/TS4231V1PositionDataFrame.cs b/OpenEphys.Onix1/TS4231V1PositionDataFrame.cs index 3a38748..db629c3 100644 --- a/OpenEphys.Onix1/TS4231V1PositionDataFrame.cs +++ b/OpenEphys.Onix1/TS4231V1PositionDataFrame.cs @@ -39,8 +39,8 @@ public TS4231V1PositionDataFrame(ulong clock, ulong hubClock, int sensorIndex, V public int SensorIndex { get; } /// - /// Gets the 3D position of the photodiode connected to the TS4231 receiver with index - // in units determined by and . + /// Gets the 3D position of the photodiode connected to the TS4231 receiver with index + /// in units determined by and . /// public Vector3 Position { get; } } From 795f4ca26dfae51c23e8323edc5a7a73780b905d Mon Sep 17 00:00:00 2001 From: bparks13 Date: Mon, 23 Sep 2024 09:20:19 -0400 Subject: [PATCH 3/3] Bump version number --- Directory.Build.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Directory.Build.props b/Directory.Build.props index ad3cd86..d12448f 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -13,7 +13,7 @@ LICENSE true icon.png - 0.3.0 + 0.4.0 10.0 strict