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

Releasing 3.4.2-beta #146

Merged
merged 2 commits into from
Jul 17, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.1-alpha";
public static string VERSION = "3.4.2-beta";

/// <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.1-alpha</Version>
<Version>3.4.2-beta</Version>
<Authors>Segment Team</Authors>
<Company />
<Product>Analytics.NET</Product>
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
3.4.2-beta / 2020-07-16
=======================
* [Fix](https://github.com/segmentio/Analytics.NET/pull/143) Patched security vulnerabilities in dependencies

3.4.1-alpha / 2020-05-21
========================
Expand Down