Skip to content

Commit

Permalink
Bumped up version of minio.core and minio.net452 (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
poornas authored and harshavardhana committed Aug 7, 2017
1 parent 85d1c61 commit 9ef1798
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions Minio.Core/Minio.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<AssemblyName>Minio</AssemblyName>
<GeneratePackageOnBuild>False</GeneratePackageOnBuild>
<RootNamespace>Minio</RootNamespace>
<Version>1.0.1</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down
5 changes: 3 additions & 2 deletions Minio.Net452/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +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.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.0.1.0")]
[assembly: AssemblyFileVersion("1.0.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.0.0</version>
<version>1.0.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.0.0</version>
<version>1.0.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 9ef1798

Please sign in to comment.