Browse Source

Update version to next release 1.1.2

pull/220/head
Minio Trusted 7 years ago
parent
commit
5720034154
  1. 2
      Minio.Core/Minio.Core.csproj
  2. 4
      Minio.Net452/Properties/AssemblyInfo.cs
  3. 2
      Minio.core.nuspec
  4. 2
      Minio.nuspec

2
Minio.Core/Minio.Core.csproj

@ -5,7 +5,7 @@
<AssemblyName>Minio</AssemblyName>
<GeneratePackageOnBuild>False</GeneratePackageOnBuild>
<RootNamespace>Minio</RootNamespace>
<Version>1.1.1</Version>
<Version>1.1.2</Version>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release.Core|AnyCPU'">

4
Minio.Net452/Properties/AssemblyInfo.cs

@ -30,6 +30,6 @@ using System.Runtime.InteropServices;
// 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.1.0")]
[assembly: AssemblyFileVersion("1.1.1.0")]
[assembly: AssemblyVersion("1.1.2.0")]
[assembly: AssemblyFileVersion("1.1.2.0")]

2
Minio.core.nuspec

@ -2,7 +2,7 @@
<package >
<metadata>
<id>Minio.NetCore</id>
<version>1.1.1</version>
<version>1.1.2</version>
<authors>Minio, Inc.</authors>
<owners>Minio, Inc</owners>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl>

2
Minio.nuspec

@ -2,7 +2,7 @@
<package >
<metadata>
<id>Minio</id>
<version>1.1.1</version>
<version>1.1.2</version>
<authors>Minio, Inc.</authors>
<owners>Minio, Inc</owners>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl>

Loading…
Cancel
Save