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

Commit bd44012

Browse files
committed
Release 3.7.0
1 parent 1096007 commit bd44012

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-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.6.0";
6+
public static string VERSION = "3.7.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.6.0</Version>
8+
<Version>3.7.0</Version>
99
<Authors>Segment Team</Authors>
1010
<Company />
1111
<Product>Analytics.NET</Product>

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
3.7.0 / 2021-03-26
2+
* [Improvement](https://github.com/segmentio/Analytics.NET/pull/162): Exception handling improvements
3+
14
3.6.0 / 2021-03-10
25
==================
36
* [Improvement](https://github.com/segmentio/Analytics.NET/pull/159): Updating NuGet metadata

0 commit comments

Comments
 (0)