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

Commit 1e0d510

Browse files
authored
Merge pull request #152 from segmentio/releases/3.5
Releases/3.5.0
2 parents af38ec1 + b35d609 commit 1e0d510

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-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>

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
3.5.0 / 2020-12-09
2+
==================
3+
* [Improvement](https://github.com/segmentio/Analytics.NET/pull/151): Fixed behavior of confusing configuration parameter `Send`. It now defaults to `true` and means data will be sent to Segment.
4+
15
3.4.2-beta / 2020-07-16
26
=======================
37
* [Fix](https://github.com/segmentio/Analytics.NET/pull/143) Patched security vulnerabilities in dependencies

0 commit comments

Comments
 (0)