File tree 3 files changed +7
-7
lines changed
Ductus.FluentDocker.MsTest
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<TargetFrameworks >netcoreapp1.1;netcoreapp2.0;net452</TargetFrameworks >
5
- <VersionPrefix >2.7.1 </VersionPrefix >
5
+ <VersionPrefix >2.7.2 </VersionPrefix >
6
6
<AssemblyTitle >Ductus.FluentDocker.MsTest</AssemblyTitle >
7
7
<Authors >Mario Toffia</Authors >
8
8
<PackageLicenseExpression >Apache-2.0</PackageLicenseExpression >
@@ -19,7 +19,7 @@ Documentation: https://github.com/mariotoffia/FluentDocker
19
19
<Copyright >© 2016 - 2019 Mario Toffia</Copyright >
20
20
<DefineConstants Condition =" '$(TargetFramework)' == 'netcoreapp1.1' " >$(DefineConstants);COREFX</DefineConstants >
21
21
<GeneratePackageOnBuild >True</GeneratePackageOnBuild >
22
- <Version >2.7.1 </Version >
22
+ <Version >2.7.2 </Version >
23
23
<AssemblyOriginatorKeyFile >..\keypair.snk</AssemblyOriginatorKeyFile >
24
24
<SignAssembly >true</SignAssembly >
25
25
<PublicSign Condition =" '$(OS)' != 'Windows_NT' " >true</PublicSign >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
3
<TargetFrameworks >netstandard1.6;netstandard2.0;net452</TargetFrameworks >
4
- <VersionPrefix >2.7.1 </VersionPrefix >
4
+ <VersionPrefix >2.7.2 </VersionPrefix >
5
5
<AssemblyTitle >Ductus.FluentDocker</AssemblyTitle >
6
6
<Authors >Mario Toffia</Authors >
7
7
<PackageLicenseExpression >Apache-2.0</PackageLicenseExpression >
16
16
<DefineConstants Condition =" '$(TargetFramework)' == 'netstandard1.6' " >$(DefineConstants);COREFX</DefineConstants >
17
17
<DefineConstants Condition =" '$(TargetFramework)' == 'netstandard2.0' " >$(DefineConstants);COREFX</DefineConstants >
18
18
<GeneratePackageOnBuild >True</GeneratePackageOnBuild >
19
- <AssemblyVersion >2.7.1 .0</AssemblyVersion >
20
- <FileVersion >2.7.1 .0</FileVersion >
21
- <Version >2.7.1 </Version >
19
+ <AssemblyVersion >2.7.2 .0</AssemblyVersion >
20
+ <FileVersion >2.7.2 .0</FileVersion >
21
+ <Version >2.7.2 </Version >
22
22
<AssemblyOriginatorKeyFile >..\keypair.snk</AssemblyOriginatorKeyFile >
23
23
<SignAssembly >true</SignAssembly >
24
24
<PublicSign Condition =" '$(OS)' != 'Windows_NT' " >true</PublicSign >
Original file line number Diff line number Diff line change 1
1
# version: 0.0.0.{build}
2
- version : 2.7.1
2
+ version : 2.7.2
3
3
skip_non_tags : true
4
4
image : Visual Studio 2017
5
5
configuration : Release
You can’t perform that action at this time.
0 commit comments