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 #146 from segmentio/releases/3.4.2-beta
Browse files Browse the repository at this point in the history
Releasing 3.4.2-beta
  • Loading branch information
lubird committed Jul 17, 2020
2 parents 452b5dd + 222d270 commit d7ce385
Show file tree
Hide file tree
Showing 3 changed files with 5 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.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

0 comments on commit d7ce385

Please sign in to comment.