Skip to content

Commit b4f8a30

Browse files
authored
Garmin FIT SDK 21.141.0
Garmin FIT SDK 21.141.0
2 parents d69a5df + da06778 commit b4f8a30

File tree

331 files changed

+880
-660
lines changed

Some content is hidden

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

331 files changed

+880
-660
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.139.2Release
10-
// Tag = production/release/21.139.2-0-g9eaea05
9+
// Profile Version = 21.141.0Release
10+
// Tag = production/release/21.141.0-0-g2aa27e1
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.139.2Release
10-
// Tag = production/release/21.139.2-0-g9eaea05
9+
// Profile Version = 21.141.0Release
10+
// Tag = production/release/21.141.0-0-g2aa27e1
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.139.2Release
10-
// Tag = production/release/21.139.2-0-g9eaea05
9+
// Profile Version = 21.141.0Release
10+
// Tag = production/release/21.141.0-0-g2aa27e1
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.139.2Release
10-
// Tag = production/release/21.139.2-0-g9eaea05
9+
// Profile Version = 21.141.0Release
10+
// Tag = production/release/21.141.0-0-g2aa27e1
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.139.2Release
10-
// Tag = production/release/21.139.2-0-g9eaea05
9+
// Profile Version = 21.141.0Release
10+
// Tag = production/release/21.141.0-0-g2aa27e1
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.139.2Release
10-
// Tag = production/release/21.139.2-0-g9eaea05
9+
// Profile Version = 21.141.0Release
10+
// Tag = production/release/21.141.0-0-g2aa27e1
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.139.2Release
10-
// Tag = production/release/21.139.2-0-g9eaea05
9+
// Profile Version = 21.141.0Release
10+
// Tag = production/release/21.141.0-0-g2aa27e1
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 = 139;
86+
public const ushort ProfileMinorVersion = 141;
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.139.2Release
10-
// Tag = production/release/21.139.2-0-g9eaea05
9+
// Profile Version = 21.141.0Release
10+
// Tag = production/release/21.141.0-0-g2aa27e1
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.139.2Release
10-
// Tag = production/release/21.139.2-0-g9eaea05
9+
// Profile Version = 21.141.0Release
10+
// Tag = production/release/21.141.0-0-g2aa27e1
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.139.2Release
10-
// Tag = production/release/21.139.2-0-g9eaea05
9+
// Profile Version = 21.141.0Release
10+
// Tag = production/release/21.141.0-0-g2aa27e1
1111
/////////////////////////////////////////////////////////////////////////////////////////////
1212

1313
#endregion

0 commit comments

Comments
 (0)