Skip to content

Commit

Permalink
Build new version 2.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
eealeivan committed Aug 26, 2015
1 parent ea1408f commit 7ce98a9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Build/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ""
Expand Down
6 changes: 3 additions & 3 deletions Build/mixpanel-csharp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>mixpanel-csharp</id>
<version>1.0.0</version>
<version></version>
<title>Mixpanel C#</title>
<authors>Aleksandr Ivanov</authors>
<licenseUrl>http://opensource.org/licenses/MIT</licenseUrl>
<projectUrl>https://github.com/eealeivan/mixpanel-csharp</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>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.</description>
<tags>Mixpanel, analytics, data, tracking</tags>
<description>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.</description>
<tags>Mixpanel, analytics, data, tracking, .NET, portable, windows8, windowsphone8</tags>
</metadata>
</package>
4 changes: 2 additions & 2 deletions src/Mixpanel/Mixpanel.Tests/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
4 changes: 2 additions & 2 deletions src/Mixpanel/Mixpanel/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]

0 comments on commit 7ce98a9

Please sign in to comment.