We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 690f8b4 commit 866647eCopy full SHA for 866647e
Analytics-CSharp/Analytics-CSharp.csproj
@@ -10,7 +10,7 @@
10
11
<Authors>Segment, Inc</Authors>
12
<Description>The hassle-free way to add analytics to your C# app.</Description>
13
- <Version>2.3.5</Version>
+ <Version>2.4.0</Version>
14
<PackageLicenseExpression>MIT</PackageLicenseExpression>
15
<RepositoryUrl>https://github.com/segmentio/Analytics-CSharp</RepositoryUrl>
16
<RepositoryType>git</RepositoryType>
Analytics-CSharp/Segment/Analytics/Version.cs
@@ -2,6 +2,6 @@ namespace Segment.Analytics
2
{
3
internal static class Version
4
5
- internal const string SegmentVersion = "2.3.5";
+ internal const string SegmentVersion = "2.4.0";
6
}
7
0 commit comments