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

Commit

Permalink
Merge pull request #152 from segmentio/releases/3.5
Browse files Browse the repository at this point in the history
Releases/3.5.0
  • Loading branch information
lubird authored Dec 9, 2020
2 parents af38ec1 + b35d609 commit 1e0d510
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Analytics/Analytics.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ namespace Segment
public class Analytics
{
// REMINDER: don't forget to set Properties.AssemblyInfo.AssemblyVersion as well
public static string VERSION = "3.4.2-beta";
public static string VERSION = "3.5.0";

/// <summary>
/// Lock for thread-safety
Expand Down
2 changes: 1 addition & 1 deletion Analytics/Analytics.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<RootNamespace>Segment</RootNamespace>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<PackageId>Analytics</PackageId>
<Version>3.4.2-beta</Version>
<Version>3.5.0</Version>
<Authors>Segment Team</Authors>
<Company />
<Product>Analytics.NET</Product>
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
3.5.0 / 2020-12-09
==================
* [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.

3.4.2-beta / 2020-07-16
=======================
* [Fix](https://github.com/segmentio/Analytics.NET/pull/143) Patched security vulnerabilities in dependencies
Expand Down

0 comments on commit 1e0d510

Please sign in to comment.