Skip to content

Commit d5bc57f

Browse files
Update version to 1.2.0.
1 parent 11b4657 commit d5bc57f

2 files changed

Lines changed: 8 additions & 9 deletions

File tree

DockerComposeFixture/DockerComposeFixture.csproj

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.1</TargetFramework>
5-
<Version>1.1.0</Version>
5+
<Version>1.2.0</Version>
66
<IsTestProject>false</IsTestProject>
77
<Authors>Joe Shearn</Authors>
88
<Product>Docker Compose Fixture</Product>
@@ -13,10 +13,9 @@
1313
<PackageLicenseUrl>https://github.com/devjoes/DockerComposeFixture/blob/master/LICENSE</PackageLicenseUrl>
1414
<RepositoryUrl>https://github.com/devjoes/DockerComposeFixture</RepositoryUrl>
1515
<PackageTags>docker docker-compose xunit</PackageTags>
16-
<PackageReleaseNotes>Added xUnit logging
17-
Handled scenario where docker-compose stops
18-
Made it not rebuild on every test run</PackageReleaseNotes>
19-
<AssemblyVersion>1.0.11.0</AssemblyVersion>
16+
<PackageReleaseNotes>Capture standard error as well as standard out
17+
Update to use 'docker compose' instead of 'docker-compose' command to run docker compose files</PackageReleaseNotes>
18+
<AssemblyVersion>1.2.0.0</AssemblyVersion>
2019
</PropertyGroup>
2120

2221
<ItemGroup>

DockerComposeFixture/DockerComposeFixture.nuspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@
33
<metadata minClientVersion="2.12">
44
<id>dockercomposefixture</id>
55
<title>docker-compose Fixture</title>
6-
<version>1.1.0</version>
6+
<version>1.2.0</version>
77
<authors>Joe Shearn</authors>
88
<owners>Joe Shearn</owners>
99
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1010
<description>A XUnit fixture that allows you to spin up docker compose files and then run tests against them.</description>
1111
<summary>A XUnit fixture that allows you to spin up docker compose files and then run tests against them.</summary>
12-
<copyright>Copyright 2018</copyright>
12+
<copyright>Copyright 2024</copyright>
1313
<tags>XUnit Docker Compose</tags>
1414
<projectUrl>https://github.com/devjoes/DockerComposeFixture</projectUrl>
1515
<licenseUrl>https://github.com/devjoes/DockerComposeFixture/blob/master/LICENSE</licenseUrl>
1616
<dependencies>
17-
<dependency id="xunit" version="2.3.0" />
17+
<dependency id="xunit" version="2.4.1" />
1818
</dependencies>
1919
</metadata>
2020
<files>
21-
<file src="bin\Release\netstandard2.0\DockerComposeFixture.dll" target="lib\netstandard2.0\" />
21+
<file src="bin\Release\netstandard2.1\DockerComposeFixture.dll" target="lib\netstandard2.1\" />
2222
</files>
2323
</package>

0 commit comments

Comments
 (0)