Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 667bdb8

Browse files
committed
Updated to prod version 4.6.0
1 parent 2f51a3f commit 667bdb8

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ or the latest developer build version
1616

1717
##### Builds on master
1818
![NUnit3TestAdapter.CI](https://img.shields.io/github/actions/workflow/status/nunit/nunit3-vs-adapter/NUnit3TestAdapter.CI.yml?branch=master)
19-
[![Tests](https://img.shields.io/azure-devops/tests/nunit/nunit/4)](https://nunit.visualstudio.com/NUnit/_build?definitionId=4&_a=completed)
20-
[![Coverage](https://img.shields.io/azure-devops/coverage/nunit/nunit/4.svg)](https://nunit.visualstudio.com/NUnit/_build?definitionId=4&_a=completed)
21-
22-
2319

2420
##### Support
2521

build.cake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ var configuration = Argument("configuration", "Release");
1515

1616
var version = "4.6.0";
1717

18-
var modifier = "-beta.8";
18+
var modifier = "";
1919

2020
var dbgSuffix = configuration.ToLower() == "debug" ? "-dbg" : "";
2121
var packageVersion = version + modifier + dbgSuffix;

0 commit comments

Comments
 (0)