Skip to content

Commit 2aa85f3

Browse files
jterry75galvesribeiro
authored andcommitted
Updating to version 3.125.2 (#305)
1 parent cd433ae commit 2aa85f3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 3.125.1.{build}
1+
version: 3.125.2.{build}
22
pull_requests:
33
do_not_increment_build_number: true
44
init:

src/Docker.DotNet.BasicAuth/Docker.DotNet.BasicAuth.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<RepositoryType>git</RepositoryType>
1313
<RepositoryUrl>https://github.com/Microsoft/Docker.DotNet/tree/master/Docker.DotNet.BasicAuth</RepositoryUrl>
1414
<NetStandardImplicitPackageVersion Condition=" '$(TargetFramework)' == 'netstandard1.6' ">1.6.1</NetStandardImplicitPackageVersion>
15-
<VersionPrefix>3.125.1</VersionPrefix>
15+
<VersionPrefix>3.125.2</VersionPrefix>
1616
</PropertyGroup>
1717
<PropertyGroup Condition="'$(VersionSuffix)' != ''">
1818
<Version>$(VersionPrefix).$(VersionSuffix)</Version>

src/Docker.DotNet.X509/Docker.DotNet.X509.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<RepositoryType>git</RepositoryType>
1313
<RepositoryUrl>https://github.com/Microsoft/Docker.DotNet/tree/master/Docker.DotNet</RepositoryUrl>
1414
<NetStandardImplicitPackageVersion Condition=" '$(TargetFramework)' == 'netstandard1.6' ">1.6.1</NetStandardImplicitPackageVersion>
15-
<VersionPrefix>3.125.1</VersionPrefix>
15+
<VersionPrefix>3.125.2</VersionPrefix>
1616
</PropertyGroup>
1717
<PropertyGroup Condition="'$(VersionSuffix)' != ''">
1818
<Version>$(VersionPrefix).$(VersionSuffix)</Version>

src/Docker.DotNet/Docker.DotNet.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<RepositoryType>git</RepositoryType>
1313
<RepositoryUrl>https://github.com/Microsoft/Docker.DotNet</RepositoryUrl>
1414
<NetStandardImplicitPackageVersion Condition=" '$(TargetFramework)' == 'netstandard1.6' ">1.6.1</NetStandardImplicitPackageVersion>
15-
<VersionPrefix>3.125.1</VersionPrefix>
15+
<VersionPrefix>3.125.2</VersionPrefix>
1616
</PropertyGroup>
1717
<PropertyGroup Condition="'$(VersionSuffix)' != ''">
1818
<Version>$(VersionPrefix).$(VersionSuffix)</Version>

0 commit comments

Comments
 (0)