Skip to content

Commit b3263eb

Browse files
committed
Updated for .net 8, #1144
1 parent 0a03cfd commit b3263eb

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2011-2020 Charlie Poole, 2014-2022 Terje Sandstrom
3+
Copyright (c) 2011-2020 Charlie Poole, 2014-2023 Terje Sandstrom
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

build.cake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ var configuration = Argument("configuration", "Release");
1212
// SET PACKAGE VERSION
1313
//////////////////////////////////////////////////////////////////////
1414

15-
var version = "4.3.1";
15+
var version = "4.3.2";
1616
var modifier = "";
1717

1818

nuget/NUnit3TestAdapter.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
For VS 2017 and forward, you should add this package to every test project in your solution. (Earlier versions only require a single adapter package per solution.)
1919
</description>
2020
<releaseNotes>See https://docs.nunit.org/articles/vs-test-adapter/Adapter-Release-Notes.html </releaseNotes>
21-
<copyright>Copyright (c) 2011-2021 Charlie Poole, 2014-2022 Terje Sandstrom</copyright>
21+
<copyright>Copyright (c) 2011-2021 Charlie Poole, 2014-2023 Terje Sandstrom</copyright>
2222
<language>en-US</language>
2323
<tags>test visualstudio testadapter nunit nunit3 dotnet</tags>
2424

src/NUnitTestAdapter/NUnit.TestAdapter.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424

2525
<ItemGroup>
2626
<PackageReference Include="SourceLink.Create.CommandLine" Version="2.8.3" PrivateAssets="All" />
27-
<PackageReference Include="nunit.engine" Version="3.15.2" />
28-
<PackageReference Include="TestCentric.Metadata" Version="1.7.1" Aliases="TestCentric" />
27+
<PackageReference Include="nunit.engine" Version="3.15.5" />
28+
<PackageReference Include="TestCentric.Metadata" Version="2.0.0" Aliases="TestCentric" />
2929
</ItemGroup>
3030

3131
<ItemGroup Condition="'$(TargetFramework)' == 'net35'">

src/NUnitTestAdapter/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
[assembly: ComVisible(false)]
2222

2323
[assembly: Guid("c0aad5e4-b486-49bc-b3e8-31e01be6fefe")]
24-
[assembly: AssemblyVersion("4.3.1.0")]
25-
[assembly: AssemblyFileVersion("4.3.1.0")]
24+
[assembly: AssemblyVersion("4.3.2.0")]
25+
[assembly: AssemblyFileVersion("4.3.2.0")]
2626

2727
[assembly: InternalsVisibleTo("NUnit.VisualStudio.TestAdapter.Tests, PublicKey=002400000480000094000000060200000024000052534131000400000100010029b97dea816272cc4ea44cf3cf666f8150d6dfe1274b6c2e6c4d54259b756888ec08ad6dd3ea0f540b30408b948ae5f39cf0c7b210abdec267b367ce1eccab97d5c6c02ee67090827ffd699544fa2add4849b45a1901eac08495bfee0397fba3946ff3912ce0b9a497818e418a77a0c8db4ca1780e7b6f6dd6911395fcc0faba")]

0 commit comments

Comments
 (0)