Skip to content

Commit 4e25c7c

Browse files
committed
Use three-segments version in telemetry
1 parent a2e116a commit 4e25c7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Analyzer/SponsorLinker.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class SponsorLinker : SponsorLink
1111
public SponsorLinker() : base(SponsorLinkSettings.Create(
1212
"devlooped", "GitInfo",
1313
packageId: "GitInfo",
14-
version: new Version(ThisAssembly.Info.Version).ToString(2)
14+
version: new Version(ThisAssembly.Info.Version).ToString(3)
1515
#if DEBUG
1616
, quietDays: 0
1717
#endif

0 commit comments

Comments
 (0)