Skip to content

Commit c41ffdc

Browse files
committed
chore: use spekt as the owner for nuget package.
1 parent 4e90344 commit c41ffdc

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changelog
22

3-
## Unreleased (v3.0.x)
3+
## Unreleased (v3.1.x)
4+
5+
## v3.0.x - 2021/01/31
46

57
- Refactor to support [core testlogger][]
68
- Compatibility: minimum framework is netstandard1.5 and TestPlatform 15.5.0

src/package/XunitXml.TestLogger.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<id>XunitXml.TestLogger</id>
55
<version>$version$</version>
66
<title>XunitXml.TestLogger</title>
7-
<authors>codito,siphonophora,faizan2304,smadala</authors>
8-
<owners>codito,siphonophora,faizan2304,smadala</owners>
7+
<authors>spekt</authors>
8+
<owners>spekt</owners>
99
<projectUrl>https://github.com/spekt/xunit.testlogger</projectUrl>
1010
<description>Xml logger for xunit when test is running with "dotnet test" or "dotnet vstest".</description>
1111
<license type="expression">MIT</license>

0 commit comments

Comments
 (0)