Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1856cd6

Browse files
committedApr 23, 2025·
release 2.5.2
1 parent c90fa91 commit 1856cd6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎Analytics-CSharp/Analytics-CSharp.csproj‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<Authors>Segment, Inc</Authors>
1212
<Description>The hassle-free way to add analytics to your C# app.</Description>
13-
<Version>2.5.1</Version>
13+
<Version>2.5.2</Version>
1414
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1515
<RepositoryUrl>https://github.com/segmentio/Analytics-CSharp</RepositoryUrl>
1616
<RepositoryType>git</RepositoryType>

‎Analytics-CSharp/Segment/Analytics/Version.cs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ namespace Segment.Analytics
22
{
33
internal static class Version
44
{
5-
internal const string SegmentVersion = "2.5.1";
5+
internal const string SegmentVersion = "2.5.2";
66
}
77
}

0 commit comments

Comments
 (0)
Please sign in to comment.