File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 10
10
11
11
<Authors >Segment, Inc</Authors >
12
12
<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 >
14
14
<PackageLicenseExpression >MIT</PackageLicenseExpression >
15
15
<RepositoryUrl >https://github.com/segmentio/Analytics-CSharp</RepositoryUrl >
16
16
<RepositoryType >git</RepositoryType >
39
39
</ItemGroup >
40
40
<ItemGroup >
41
41
<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 " />
43
43
<PackageReference Include =" Sovran.NET" Version =" 1.1.0" />
44
44
</ItemGroup >
45
45
<ItemGroup >
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ namespace Segment.Analytics
2
2
{
3
3
internal static class Version
4
4
{
5
- internal const string SegmentVersion = "2.0.0-alpha.2 " ;
5
+ internal const string SegmentVersion = "2.0.0-alpha.3 " ;
6
6
}
7
7
}
You can’t perform that action at this time.
0 commit comments