Skip to content
This repository was archived by the owner on Apr 24, 2024. It is now read-only.

Commit b35d609

Browse files
committed
Release 3.5.0
1 parent 0caf630 commit b35d609

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Analytics/Analytics.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ namespace Segment
33
public class Analytics
44
{
55
// REMINDER: don't forget to set Properties.AssemblyInfo.AssemblyVersion as well
6-
public static string VERSION = "3.4.2-beta";
6+
public static string VERSION = "3.5.0";
77

88
/// <summary>
99
/// Lock for thread-safety

Analytics/Analytics.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<RootNamespace>Segment</RootNamespace>
66
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
77
<PackageId>Analytics</PackageId>
8-
<Version>3.4.2-beta</Version>
8+
<Version>3.5.0</Version>
99
<Authors>Segment Team</Authors>
1010
<Company />
1111
<Product>Analytics.NET</Product>

0 commit comments

Comments
 (0)