Skip to content

Commit

Permalink
Bump dotnet to 0.2.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
harshavardhana committed Aug 22, 2015
1 parent bf60e85 commit 1513239
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Minio/Minio.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Configuration Condition=" '$(Configuration)' == '' ">Release</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{DCC0B399-5931-4EA8-9E19-1CF49E799F81}</ProjectGuid>
<OutputType>Library</OutputType>
Expand Down
2 changes: 1 addition & 1 deletion Minio/Minio.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>Minio</id>
<version>0.1.0</version>
<version>0.2.0</version>
<title>Minio</title>
<authors>Minio, Inc.</authors>
<owners>Minio, Inc.</owners>
Expand Down
2 changes: 1 addition & 1 deletion Minio/MinioClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ private string SystemUserAgent
{
get
{
string userAgent = "minio-dotnet/0.1.0";
string userAgent = "minio-dotnet/0.2.0";
userAgent += " (" + System.Environment.OSVersion.ToString() + "; ";
string arch = "";
if (System.Environment.Is64BitOperatingSystem)
Expand Down

0 comments on commit 1513239

Please sign in to comment.