Skip to content

Commit

Permalink
Bumped up version of Minio nuget packages (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
poornas authored and deekoder committed Aug 30, 2017
1 parent d7aebb1 commit 79be827
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.0.1</Version>
<Version>1.0.2</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|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.0.1.0")]
[assembly: AssemblyFileVersion("1.0.1.0")]
[assembly: AssemblyVersion("1.0.2.0")]
[assembly: AssemblyFileVersion("1.0.2.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.1</version>
<version>1.0.2</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.1</version>
<version>1.0.2</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 79be827

Please sign in to comment.