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

Commit

Permalink
Prepare for release 2.0.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
f2prateek committed Jan 3, 2017
1 parent 76bdd0d commit d26005f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Analytics.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Analytics</id>
<version>2.0.2</version>
<version>2.0.3</version>
<title>Analytics</title>
<authors>Segment Team</authors>
<owners>Segment Team &lt;friends@segment.com&gt;</owners>
Expand All @@ -24,4 +24,4 @@
<files>
<file src="Analytics/bin/Debug/Analytics.NET.dll" target="lib" />
</files>
</package>
</package>
2 changes: 1 addition & 1 deletion Analytics/Analytics.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace Segment
public class Analytics
{
// REMINDER: don't forget to set Properties.AssemblyInfo.AssemblyVersion as well
public static string VERSION = "2.0.2";
public static string VERSION = "2.0.3";

/// <summary>
/// Lock for thread-safety
Expand Down
4 changes: 2 additions & 2 deletions Analytics/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.0.2")]
[assembly: AssemblyVersion("2.0.3")]

[assembly: InternalsVisibleTo("Analytics.Test")]
[assembly: InternalsVisibleTo("Analytics.Test")]

0 comments on commit d26005f

Please sign in to comment.