Skip to content

Commit a8e398c

Browse files
committed
prepare release 2.0.0-alpha.3
1 parent f4946b7 commit a8e398c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Analytics-CSharp/Analytics-CSharp.csproj

Lines changed: 2 additions & 2 deletions
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.0.0-alpha.2</Version>
13+
<Version>2.0.0-alpha.3</Version>
1414
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1515
<RepositoryUrl>https://github.com/segmentio/Analytics-CSharp</RepositoryUrl>
1616
<RepositoryType>git</RepositoryType>
@@ -39,7 +39,7 @@
3939
</ItemGroup>
4040
<ItemGroup>
4141
<PackageReference Include="Coroutine.NET" Version="1.1.0" />
42-
<PackageReference Include="Serialization.NET" Version="1.1.1" />
42+
<PackageReference Include="Serialization.NET" Version="1.2.0" />
4343
<PackageReference Include="Sovran.NET" Version="1.1.0" />
4444
</ItemGroup>
4545
<ItemGroup>

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.0.0-alpha.2";
5+
internal const string SegmentVersion = "2.0.0-alpha.3";
66
}
77
}

0 commit comments

Comments
 (0)