Skip to content

Commit

Permalink
Update version to next release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
minio-trusted committed Mar 20, 2018
1 parent ef88bcc commit 5536304
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Minio.Core/Minio.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<AssemblyName>Minio</AssemblyName>
<GeneratePackageOnBuild>False</GeneratePackageOnBuild>
<RootNamespace>Minio</RootNamespace>
<Version>1.1.0</Version>
<Version>1.1.1</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release.Core|AnyCPU'">
Expand Down
4 changes: 2 additions & 2 deletions Minio.Net452/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,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("1.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]
[assembly: AssemblyVersion("1.1.1.0")]
[assembly: AssemblyFileVersion("1.1.1.0")]

2 changes: 1 addition & 1 deletion Minio.core.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>Minio.NetCore</id>
<version>1.1.0</version>
<version>1.1.1</version>
<authors>Minio, Inc.</authors>
<owners>Minio, Inc</owners>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl>
Expand Down
2 changes: 1 addition & 1 deletion Minio.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>Minio</id>
<version>1.1.0</version>
<version>1.1.1</version>
<authors>Minio, Inc.</authors>
<owners>Minio, Inc</owners>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl>
Expand Down

0 comments on commit 5536304

Please sign in to comment.