From 7ce98a9722b8c0127cd0556ce9a993c600847ed3 Mon Sep 17 00:00:00 2001 From: Aleksandr Ivanov Date: Wed, 26 Aug 2015 19:50:40 +0300 Subject: [PATCH] Build new version 2.1.0. --- Build/build.ps1 | 2 +- Build/mixpanel-csharp.nuspec | 6 +++--- src/Mixpanel/Mixpanel.Tests/Properties/AssemblyInfo.cs | 4 ++-- src/Mixpanel/Mixpanel/Properties/AssemblyInfo.cs | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Build/build.ps1 b/Build/build.ps1 index 9595fb4..ce6b2bb 100644 --- a/Build/build.ps1 +++ b/Build/build.ps1 @@ -3,7 +3,7 @@ properties { #MAJOR version when you make incompatible API changes, #MINOR version when you add functionality in a backwards-compatible manner, and #PATCH version when you make backwards-compatible bug fixes. - $version = "2.0.0" + $version = "2.1.0" $packageId = "mixpanel-csharp" $signAssemblies = $false $signKeyPath = "" diff --git a/Build/mixpanel-csharp.nuspec b/Build/mixpanel-csharp.nuspec index 6d9facb..8186fec 100644 --- a/Build/mixpanel-csharp.nuspec +++ b/Build/mixpanel-csharp.nuspec @@ -2,13 +2,13 @@ mixpanel-csharp - 1.0.0 + Mixpanel C# Aleksandr Ivanov http://opensource.org/licenses/MIT https://github.com/eealeivan/mixpanel-csharp false - Mixpanel .NET integration library that supports the complete Mixpanel API. The main idea of the library is to hide API details allowing you to concentrate on data that you want to analyze. It's also well documented, configurable and testable. Check the example usage on the project site. - Mixpanel, analytics, data, tracking + An open source Mixpanel .NET integration library that supports the complete Mixpanel API. The main idea of the library is to hide API details allowing you to concentrate on data that you want to analyze. Supported platforms: .NET 3.5, .NET 4, .NET 4.5 and .NET Portable (.NET 4.5, Windows 8, Windows Phone 8.1, Windows Phone Silverlight 8). It's also well documented, configurable and testable. Check the example usage on the project site. + Mixpanel, analytics, data, tracking, .NET, portable, windows8, windowsphone8 \ No newline at end of file diff --git a/src/Mixpanel/Mixpanel.Tests/Properties/AssemblyInfo.cs b/src/Mixpanel/Mixpanel.Tests/Properties/AssemblyInfo.cs index deff300..9f477e5 100644 --- a/src/Mixpanel/Mixpanel.Tests/Properties/AssemblyInfo.cs +++ b/src/Mixpanel/Mixpanel.Tests/Properties/AssemblyInfo.cs @@ -26,5 +26,5 @@ // MAJOR version when you make incompatible API changes, // MINOR version when you add functionality in a backwards-compatible manner, and // PATCH version when you make backwards-compatible bug fixes. -[assembly: AssemblyVersion("2.0.0.0")] -[assembly: AssemblyFileVersion("2.0.0.0")] +[assembly: AssemblyVersion("2.1.0.0")] +[assembly: AssemblyFileVersion("2.1.0.0")] diff --git a/src/Mixpanel/Mixpanel/Properties/AssemblyInfo.cs b/src/Mixpanel/Mixpanel/Properties/AssemblyInfo.cs index b3e5b5d..77927c6 100644 --- a/src/Mixpanel/Mixpanel/Properties/AssemblyInfo.cs +++ b/src/Mixpanel/Mixpanel/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // MAJOR version when you make incompatible API changes, // MINOR version when you add functionality in a backwards-compatible manner, and // PATCH version when you make backwards-compatible bug fixes. -[assembly: AssemblyVersion("2.0.0.0")] -[assembly: AssemblyFileVersion("2.0.0.0")] +[assembly: AssemblyVersion("2.1.0.0")] +[assembly: AssemblyFileVersion("2.1.0.0")]