Skip to content

Commit beb5e3a

Browse files
authored
Merge pull request #17 from devjoes/release-1.2
release 1.2
2 parents 4994996 + 9e5798c commit beb5e3a

7 files changed

Lines changed: 9 additions & 6 deletions

File tree

DockerizedTesting.Kafka/DockerizedTesting.Kafka.csproj

100644100755
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010
<PackageProjectUrl>https://github.com/devjoes/DockerizedTesting</PackageProjectUrl>
1111
<RepositoryUrl>https://github.com/devjoes/DockerizedTesting</RepositoryUrl>
1212
<PackageTags>docker kafka zookeeper unittesting testing</PackageTags>
13-
<Version>1.1.0</Version>
13+
<Version>1.2.0</Version>
14+
<AssemblyVersion>1.2.0.0</AssemblyVersion>
15+
<FileVersion>1.2.0.0</FileVersion>
1416
</PropertyGroup>
1517

1618
<ItemGroup>

DockerizedTesting.Mongo/DockerizedTesting.Mongo.csproj

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<PackageTags>docker mongodb mongo unittesting testing</PackageTags>
1414
<PackageLicenseExpression></PackageLicenseExpression>
1515
<PackageLicenseFile>license.txt</PackageLicenseFile>
16-
<Version>1.1.0</Version>
16+
<Version>1.2.0</Version>
1717
</PropertyGroup>
1818

1919
<ItemGroup>

DockerizedTesting.MsSql/DockerizedTesting.MsSql.csproj

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<PackageTags>docker sql mssql tsql unittesting testing</PackageTags>
1414
<PackageLicenseExpression></PackageLicenseExpression>
1515
<PackageLicenseFile>license.txt</PackageLicenseFile>
16-
<Version>1.1.0</Version>
16+
<Version>1.2.0</Version>
1717
</PropertyGroup>
1818

1919
<ItemGroup>

DockerizedTesting.RabbitMQ/DockerizedTesting.RabbitMQ.csproj

100644100755
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<PackageProjectUrl>https://github.com/devjoes/DockerizedTesting</PackageProjectUrl>
1010
<RepositoryUrl>https://github.com/devjoes/DockerizedTesting</RepositoryUrl>
1111
<PackageTags>docker rabbitmq rabbit unittesting testing</PackageTags>
12+
<Version>1.2.0</Version>
1213
</PropertyGroup>
1314

1415
<ItemGroup>

DockerizedTesting.Redis/DockerizedTesting.Redis.csproj

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<PackageTags>docker redis unittesting testing</PackageTags>
1414
<PackageLicenseExpression></PackageLicenseExpression>
1515
<PackageLicenseFile>license.txt</PackageLicenseFile>
16-
<Version>1.1.0</Version>
16+
<Version>1.2.0</Version>
1717
</PropertyGroup>
1818

1919
<ItemGroup>

DockerizedTesting.S3/DockerizedTesting.S3.csproj

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<PropertyGroup>
1818
<TargetFramework>netstandard2.0</TargetFramework>
19-
<Version>1.1.0</Version>
19+
<Version>1.2.0</Version>
2020
<PackageReleaseNotes>Fixed issue where it would wait forever for s3 to come up
2121
Made mounting a volume optional (you can sometimes get this issue otherwise https://github.com/jubos/fake-s3/issues/66 )</PackageReleaseNotes>
2222
</PropertyGroup>

DockerizedTesting/DockerizedTesting.csproj

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<PackageProjectUrl>https://github.com/devjoes/DockerizedTesting</PackageProjectUrl>
99
<RepositoryUrl>https://github.com/devjoes/DockerizedTesting</RepositoryUrl>
1010
<PackageLicenseFile>license.txt</PackageLicenseFile>
11-
<Version>1.1.0</Version>
11+
<Version>1.2.0</Version>
1212
</PropertyGroup>
1313

1414
<ItemGroup>

0 commit comments

Comments
 (0)