Skip to content

Commit 7568283

Browse files
authored
Garmin FIT SDK 21.195.0
Garmin FIT SDK 21.195.0
2 parents 497ddcd + cb14105 commit 7568283

File tree

355 files changed

+724
-826
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

355 files changed

+724
-826
lines changed

Dynastream/Fit/AccumulatedField.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
// Transfer (FIT) Protocol License.
77
/////////////////////////////////////////////////////////////////////////////////////////////
88
// ****WARNING**** This file is auto-generated! Do NOT edit this file.
9-
// Profile Version = 21.194.0Release
10-
// Tag = production/release/21.194.0-0-g65135fc
9+
// Profile Version = 21.195.0Release
10+
// Tag = production/release/21.195.0-0-g569e7e5
1111
/////////////////////////////////////////////////////////////////////////////////////////////
1212

1313
#endregion

Dynastream/Fit/Accumulator.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
// Transfer (FIT) Protocol License.
77
/////////////////////////////////////////////////////////////////////////////////////////////
88
// ****WARNING**** This file is auto-generated! Do NOT edit this file.
9-
// Profile Version = 21.194.0Release
10-
// Tag = production/release/21.194.0-0-g65135fc
9+
// Profile Version = 21.195.0Release
10+
// Tag = production/release/21.195.0-0-g569e7e5
1111
/////////////////////////////////////////////////////////////////////////////////////////////
1212

1313
#endregion

Dynastream/Fit/BufferedMesgBroadcaster.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
// Transfer (FIT) Protocol License.
77
/////////////////////////////////////////////////////////////////////////////////////////////
88
// ****WARNING**** This file is auto-generated! Do NOT edit this file.
9-
// Profile Version = 21.194.0Release
10-
// Tag = production/release/21.194.0-0-g65135fc
9+
// Profile Version = 21.195.0Release
10+
// Tag = production/release/21.195.0-0-g569e7e5
1111
/////////////////////////////////////////////////////////////////////////////////////////////
1212

1313
#endregion

Dynastream/Fit/Crc.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
// Transfer (FIT) Protocol License.
77
/////////////////////////////////////////////////////////////////////////////////////////////
88
// ****WARNING**** This file is auto-generated! Do NOT edit this file.
9-
// Profile Version = 21.194.0Release
10-
// Tag = production/release/21.194.0-0-g65135fc
9+
// Profile Version = 21.195.0Release
10+
// Tag = production/release/21.195.0-0-g569e7e5
1111
/////////////////////////////////////////////////////////////////////////////////////////////
1212

1313
#endregion

Dynastream/Fit/Decode.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
// Transfer (FIT) Protocol License.
77
/////////////////////////////////////////////////////////////////////////////////////////////
88
// ****WARNING**** This file is auto-generated! Do NOT edit this file.
9-
// Profile Version = 21.194.0Release
10-
// Tag = production/release/21.194.0-0-g65135fc
9+
// Profile Version = 21.195.0Release
10+
// Tag = production/release/21.195.0-0-g569e7e5
1111
/////////////////////////////////////////////////////////////////////////////////////////////
1212

1313
#endregion

Dynastream/Fit/DecodeMode.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
// Transfer (FIT) Protocol License.
77
/////////////////////////////////////////////////////////////////////////////////////////////
88
// ****WARNING**** This file is auto-generated! Do NOT edit this file.
9-
// Profile Version = 21.194.0Release
10-
// Tag = production/release/21.194.0-0-g65135fc
9+
// Profile Version = 21.195.0Release
10+
// Tag = production/release/21.195.0-0-g569e7e5
1111
/////////////////////////////////////////////////////////////////////////////////////////////
1212

1313
#endregion

Dynastream/Fit/Defines.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
// Transfer (FIT) Protocol License.
77
/////////////////////////////////////////////////////////////////////////////////////////////
88
// ****WARNING**** This file is auto-generated! Do NOT edit this file.
9-
// Profile Version = 21.194.0Release
10-
// Tag = production/release/21.194.0-0-g65135fc
9+
// Profile Version = 21.195.0Release
10+
// Tag = production/release/21.195.0-0-g569e7e5
1111
/////////////////////////////////////////////////////////////////////////////////////////////
1212

1313
#endregion
@@ -83,7 +83,7 @@ public class Fit
8383
public const ushort ProfileVersion = ((ProfileMajorVersion * ProfileVersionScale) + ProfileMinorVersion);
8484
public const ushort ProfileVersionScale = 1000;
8585
public const ushort ProfileMajorVersion = 21;
86-
public const ushort ProfileMinorVersion = 194;
86+
public const ushort ProfileMinorVersion = 195;
8787

8888
public const byte HeaderTypeMask = 0xF0;
8989
public const byte CompressedHeaderMask = 0x80;

Dynastream/Fit/DeveloperDataKey.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
// Transfer (FIT) Protocol License.
77
/////////////////////////////////////////////////////////////////////////////////////////////
88
// ****WARNING**** This file is auto-generated! Do NOT edit this file.
9-
// Profile Version = 21.194.0Release
10-
// Tag = production/release/21.194.0-0-g65135fc
9+
// Profile Version = 21.195.0Release
10+
// Tag = production/release/21.195.0-0-g569e7e5
1111
/////////////////////////////////////////////////////////////////////////////////////////////
1212

1313
#endregion

Dynastream/Fit/DeveloperDataLookup.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
// Transfer (FIT) Protocol License.
77
/////////////////////////////////////////////////////////////////////////////////////////////
88
// ****WARNING**** This file is auto-generated! Do NOT edit this file.
9-
// Profile Version = 21.194.0Release
10-
// Tag = production/release/21.194.0-0-g65135fc
9+
// Profile Version = 21.195.0Release
10+
// Tag = production/release/21.195.0-0-g569e7e5
1111
/////////////////////////////////////////////////////////////////////////////////////////////
1212

1313

Dynastream/Fit/DeveloperField.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
// Transfer (FIT) Protocol License.
77
/////////////////////////////////////////////////////////////////////////////////////////////
88
// ****WARNING**** This file is auto-generated! Do NOT edit this file.
9-
// Profile Version = 21.194.0Release
10-
// Tag = production/release/21.194.0-0-g65135fc
9+
// Profile Version = 21.195.0Release
10+
// Tag = production/release/21.195.0-0-g569e7e5
1111
/////////////////////////////////////////////////////////////////////////////////////////////
1212

1313
#endregion

0 commit comments

Comments
 (0)