Skip to content

Commit 4e9044d

Browse files
committed
chore(release): v0.3.0
1 parent 0f63aac commit 4e9044d

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ your `bitbucket-pipelines.yml` file:
1111

1212
```yaml
1313
script:
14-
- pipe: docker://lazyboy1/dotnet-coverage-report-bitbucket-pipe:0.2.0
14+
- pipe: docker://lazyboy1/dotnet-coverage-report-bitbucket-pipe:0.3.0
1515
variables:
1616
BITBUCKET_OAUTH_KEY: "<string>"
1717
BITBUCKET_OAUTH_SECRET: "<string>"
@@ -86,7 +86,7 @@ Basic example using secure variables for OAuth:
8686

8787
```yaml
8888
script:
89-
- pipe: docker://lazyboy1/dotnet-coverage-report-bitbucket-pipe:0.2.0
89+
- pipe: docker://lazyboy1/dotnet-coverage-report-bitbucket-pipe:0.3.0
9090
variables:
9191
BITBUCKET_OAUTH_KEY: $OAUTH_KEY
9292
BITBUCKET_OAUTH_SECRET: $OAUTH_SECRET
@@ -98,7 +98,7 @@ Example with published report URL:
9898
9999
```yaml
100100
script:
101-
- pipe: docker://lazyboy1/dotnet-coverage-report-bitbucket-pipe:0.2.0
101+
- pipe: docker://lazyboy1/dotnet-coverage-report-bitbucket-pipe:0.3.0
102102
variables:
103103
BITBUCKET_OAUTH_KEY: $OAUTH_KEY
104104
BITBUCKET_OAUTH_SECRET: $OAUTH_SECRET
@@ -111,7 +111,7 @@ Example with extra arguments:
111111
112112
```yaml
113113
script:
114-
- pipe: docker://lazyboy1/dotnet-coverage-report-bitbucket-pipe:0.2.0
114+
- pipe: docker://lazyboy1/dotnet-coverage-report-bitbucket-pipe:0.3.0
115115
variables:
116116
BITBUCKET_OAUTH_KEY: $OAUTH_KEY
117117
BITBUCKET_OAUTH_SECRET: $OAUTH_SECRET

pipe.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: .NET Coverage Report
2-
image: lazyboy1/dotnet-coverage-report-bitbucket-pipe:0.2.0
2+
image: lazyboy1/dotnet-coverage-report-bitbucket-pipe:0.3.0
33
description: Generate coverage report and a build status based on coverage requirements
44
category: Testing
55
repository: https://github.com/lazyboy1/dotnet-coverage-report-bitbucket-pipe

src/DotNet.CodeCoverage.BitbucketPipe/DotNet.CodeCoverage.BitbucketPipe.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<TargetFramework>netcoreapp3.1</TargetFramework>
55
<OutputType>Exe</OutputType>
66
<Nullable>enable</Nullable>
7-
8-
<Version>0.2.0</Version>
7+
8+
<Version>0.3.0</Version>
99
</PropertyGroup>
1010

1111
<ItemGroup>
@@ -17,5 +17,5 @@
1717
<PackageReference Include="Serilog.Extensions.Logging" Version="3.0.1" />
1818
<PackageReference Include="Serilog.Sinks.Console" Version="3.1.1" />
1919
</ItemGroup>
20-
20+
2121
</Project>

0 commit comments

Comments
 (0)