Skip to content

Commit c44a81c

Browse files
committed
chore: #31 Launching release 0.2.0
Signed-off-by: Laurent Broudoux <[email protected]>
1 parent 4b06a0b commit c44a81c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<PackageId>$(AssemblyName)</PackageId>
55
<VersionPrefix>0.2.0</VersionPrefix>
6-
<VersionSuffix>alpha</VersionSuffix>
6+
<!--<VersionSuffix>alpha</VersionSuffix>-->
77

88
<Description>Microcks.Testcontainers for .NET</Description>
99
<Authors>Sébastien DEGODEZ</Authors>

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111

1212
## Build Status
1313

14-
Latest released version is `0.1.0`.
14+
Latest released version is `0.2.0`.
1515

16-
Current development version is `0.2.0`.
16+
Current development version is `0.3.0`.
1717

1818
#### Sonarcloud Quality metrics
1919

@@ -49,7 +49,7 @@ To get involved with our community, please make sure you are familiar with the p
4949
### Include it into your project dependencies
5050

5151
```
52-
dotnet add package Microcks.Testcontainers --version 0.1.0
52+
dotnet add package Microcks.Testcontainers --version 0.2.0
5353
```
5454

5555
### Startup the container
@@ -59,7 +59,7 @@ You just have to specify the container image you'd like to use. This library req
5959

6060
```csharp
6161
MicrocksContainer container = new MicrocksBuilder()
62-
.WithImage("quay.io/microcks/microcks-uber:1.10.0")
62+
.WithImage("quay.io/microcks/microcks-uber:1.11.0")
6363
.Build();
6464
await container.StartAsync();
6565
```

0 commit comments

Comments
 (0)