Skip to content

Commit

Permalink
Updating to version 3.125.2 (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
jterry75 authored and galvesribeiro committed Apr 17, 2018
1 parent cd433ae commit 2aa85f3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 3.125.1.{build}
version: 3.125.2.{build}
pull_requests:
do_not_increment_build_number: true
init:
Expand Down
2 changes: 1 addition & 1 deletion src/Docker.DotNet.BasicAuth/Docker.DotNet.BasicAuth.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/Microsoft/Docker.DotNet/tree/master/Docker.DotNet.BasicAuth</RepositoryUrl>
<NetStandardImplicitPackageVersion Condition=" '$(TargetFramework)' == 'netstandard1.6' ">1.6.1</NetStandardImplicitPackageVersion>
<VersionPrefix>3.125.1</VersionPrefix>
<VersionPrefix>3.125.2</VersionPrefix>
</PropertyGroup>
<PropertyGroup Condition="'$(VersionSuffix)' != ''">
<Version>$(VersionPrefix).$(VersionSuffix)</Version>
Expand Down
2 changes: 1 addition & 1 deletion src/Docker.DotNet.X509/Docker.DotNet.X509.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/Microsoft/Docker.DotNet/tree/master/Docker.DotNet</RepositoryUrl>
<NetStandardImplicitPackageVersion Condition=" '$(TargetFramework)' == 'netstandard1.6' ">1.6.1</NetStandardImplicitPackageVersion>
<VersionPrefix>3.125.1</VersionPrefix>
<VersionPrefix>3.125.2</VersionPrefix>
</PropertyGroup>
<PropertyGroup Condition="'$(VersionSuffix)' != ''">
<Version>$(VersionPrefix).$(VersionSuffix)</Version>
Expand Down
2 changes: 1 addition & 1 deletion src/Docker.DotNet/Docker.DotNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/Microsoft/Docker.DotNet</RepositoryUrl>
<NetStandardImplicitPackageVersion Condition=" '$(TargetFramework)' == 'netstandard1.6' ">1.6.1</NetStandardImplicitPackageVersion>
<VersionPrefix>3.125.1</VersionPrefix>
<VersionPrefix>3.125.2</VersionPrefix>
</PropertyGroup>
<PropertyGroup Condition="'$(VersionSuffix)' != ''">
<Version>$(VersionPrefix).$(VersionSuffix)</Version>
Expand Down

0 comments on commit 2aa85f3

Please sign in to comment.