Skip to content

Commit

Permalink
Update copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
rprouse committed Jan 5, 2021
1 parent a26b9e5 commit 4f3817f
Show file tree
Hide file tree
Showing 8 changed files with 116 additions and 7 deletions.
109 changes: 109 additions & 0 deletions CHANGES.md
@@ -1,3 +1,112 @@
### NUnit 3.13 - January 4, 2021

#### Issues Resolved

* 34 Async testing with F#
* 52 Self-contained item in array causes stack overflow
* 1394 Has.Property cannot see explicit interface implementation properties
* 1491 Add a CLA to the project
* 1546 NUnitEqualityComparer.GetEquatableGenericArguments should explicitly order arguments
* 1809 Assert.AreEqual fails for Complex on Linux
* 1897 EqualTo().Using() prevents caller from comparing strings to anything else
* 2211 Request: Add support of indexers to the PropertyConstraint
* 2477 Parameterized fixture with Explicit attribute can not be run when selected by name
* 2574 Instance-per-test-case feature
* 2680 Deprecate the DebugWriter class
* 3611 Properties are shown when --explore:nunit3 is run on entire project, but omitted when using the --where clause
* 3054 Don't enforce `[Timeout]` when debugger is attached
* 3075 Complete RunAsyncAction tests in FrameworkControllerTests
* 3228 Modulo bias is present in Randomizer.NextDecimal(decimal)
* 3240 Automate uploading of test results to Azure Pipelines
* 3243 Azure DevOps does not build release branch
* 3249 Pin GitLink version to speed up Cake script
* 3251 RawInt32() can't use Next since the maximum is always exclusive and it would never return int.MaxValue
* 3252 Timeout of 100 ms in TestTimeoutDoesNotStopCompletion occasionally fails the macOS build
* 3253 Chance of failure in random bias tests is not sufficiently low for CI
* 3256 Building under VS2019
* 3257 Running under mono
* 3259 The type of an Array isn't inferred from properly
* 3264 Test that IRepeatTest only gets attributes via the IMethodInfo interface
* 3275 Enable setting IgnoreUntilDate in TestCaseData.Ignore
* 3279 Improve failure message from UniqueItemsConstraint
* 3282 TimeoutAttribute makes all Assertions count as failure
* 3283 ExecutionContext is flowed between unrelated tests
* 3286 Testing for equality using a predicate throws exception for collections
* 3290 'Good first issue' or 'help wanted' issue count badge
* 3296 ExceptionHelper.GetExceptionMessage(Exception ex) should tolerate exceptions from exceptions
* 3302 Incorrect formatting of failure message if test fails with Assert.Multiple
* 3303 Check type of actual argument using consistent helper method
* 3304 CheckString should not be a generic method
* 3305 Remove unused methods
* 3307 Sporadic GetResultIsNotCalledUntilContinued failure
* 3308 Fix disposal in EnumerablesComparer
* 3309 Simplify code in EventListenerTextWriter
* 3311 Minimal unit of DateTime in the report when Test was started/ended
* 3312 Simplify ProviderCache and make it instantiable since it is intentionally not thread safe
* 3315 Assert.DoesNotThrow() stopped working as it was previously
* 3318 Fix AwaitAdapter terminology
* 3321 Keep dependencies up to date
* 3322 Speed up build script by removing unnecessary builds
* 3324 Broken link in CHANGES.md
* 3328 Problems when using a mixture of Not and Or filters in NUnit framework 3.12.0
* 3331 Contains.Key no longer working for IDictionary
* 3338 Azure Pipelines is failing on Linux for both netstandard 1.4 and 2.0
* 3356 SetUpFixture not run
* 3368 Tests with warnings are not added to console TestResult.xml's total count
* 3383 Drop netstandard1.4 and stop testing on end-of-life versions of .NET Core
* 3389 Show names of parameters
* 3390 SetUpFixture not being triggered when running tests using --testlist
* 3392 Use of Thread.CurrentPrincipal in Blazor/WASM
* 3393 Nuget Package Not Signed
* 3395 Randomizer.NextString() can probably be sped up
* 3408 Save test results as build artifacts
* 3411 Update nuspec file to mention support for NET Standard 2.0+
* 3414 Azure pipelines are failing on Linux
* 3415 Azure CI: Still publish test results on failure
* 3423 TestResult.cs casts ITestResult to TestResult
* 3447 Is.EqualTo(...).Using(StructuralComparisons.StructuralEqualityComparer or StructuralComparer) not working
* 3452 Assertions that use an existing Regex
* 3453 Visibility of SetUp/TearDown Methods
* 3454 Pre-Filtering in NUnitLite has problems
* 3464 Improve debugging experience
* 3470 Assertion for key-value-pair
* 3475 Our XML comments are using `<code>` (block element) instead of `<c>` (inline element)
* 3485 Should we make MultipleAssertException.TestResult maybe-null or obsolete two constructors?
* 3496 Adding data dictionary should not add a trailing newline
* 3497 Fix mixed line endings in Git
* 3503 Remove implicit cast from ITestResult to TestResult
* 3505 Better failure messages for Subset and Superset constraints
* 3506 ValueTuple tests now running if not targeting NET35
* 3536 Reduce newly added API surface
* 3542 Update NuGet Package Icons
* 3547 DelayedConstraint constrains does not preserve original result additional information
* 3551 Add PrivateAssets="all" to analyzer dependency
* 3552 MessagePumpStrategy does not work for WPF on netcoreapp3.0 and upwards
* 3559 Disables the DOC100 suggestion and reverts the added paragraph elements
* 3563 `[Suggestion]` Improve TextMessageWriter output for numeric values
* 3565 .NET 5 issue with PlatformAttribute
* 3583 Avoid using a culture-sensitive EndsWith in common code
* 3592 Add classname and methodname to the start-test event
* 3594 Reduce memory overhead of TestNameGenerator
* 3596 AreAlmostEqualUlps throws OverflowException for -0
* 3598 Fix typo
* 3608 `[Platform]` attribute fails with DllNotFoundException in WASM
* 3616 Extend Is.Empty to work for Guid.Empty
* 3618 NUnit has a P/Invoke whose native function doesn't exist on all platforms
* 3622 EmptyDirectoryConstraint doesn't need to enumerate entire directory contents
* 3632 Assert.Inconclusive() reports failed when timeout used
* 3636 NUnitLite filtering fails if space in test name before (
* 3641 Type implementing `IComparable<float>` (or any `IComparable`) fails comparison.
* 3647 Fix exception under blazor 5
* 3650 Build issue with the latest .NET SDK 5.0.100-rc.2
* 3657 Add Framework Version to the XML
* 3662 TestContext.CurrentContext.CurrentRepeatCount only contains retry count not the repeat count
* 3667 Create FrameworkPackageSetting to set CurrentCulture and CurrentUICulture
* 3676 Parallelizeable tests sometimes shares memory
* 3679 Issue 3390: Do not prefilter relevant SetUpFixtures
* 3694 Async tests causes double failure messages
* 3699 Compilation of netcoreapp3.1 targets fails on CI (both AppVeyor and Azure Pipelines)

### NUnit 3.12 - May 14, 2019

This release of NUnit finally drops support for .NET 2.0. If your application still
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
@@ -1,4 +1,4 @@
Copyright (c) 2019 Charlie Poole, Rob Prouse
Copyright (c) 2021 Charlie Poole, Rob Prouse

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion nuget/framework/nunit.nuspec
Expand Up @@ -23,7 +23,7 @@ Supported platforms:
<releaseNotes>This package includes the NUnit 3 framework assembly, which is referenced by your tests. You will need to install version 3 of the nunit3-console program or a third-party runner that supports NUnit 3 in order to execute tests. Runners intended for use with NUnit 2.x will not run NUnit 3 tests correctly.</releaseNotes>
<language>en-US</language>
<tags>nunit test testing tdd framework fluent assert theory plugin addin</tags>
<copyright>Copyright (c) 2019 Charlie Poole, Rob Prouse</copyright>
<copyright>Copyright (c) 2021 Charlie Poole, Rob Prouse</copyright>
<dependencies>
<group targetFramework="net35" />
<group targetFramework="net40" />
Expand Down
2 changes: 1 addition & 1 deletion nuget/nunitlite/Program.cs
@@ -1,5 +1,5 @@
// ***********************************************************************
// Copyright (c) 2015 Charlie Poole, Rob Prouse
// Copyright (c) 2021 Charlie Poole, Rob Prouse
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
Expand Down
2 changes: 1 addition & 1 deletion nuget/nunitlite/Program.vb
@@ -1,5 +1,5 @@
' ***********************************************************************
' Copyright (c) 2015 Charlie Poole, Rob Prouse
' Copyright (c) 2021 Charlie Poole, Rob Prouse
'
' Permission is hereby granted, free of charge, to any person obtaining
' a copy of this software and associated documentation files (the
Expand Down
2 changes: 1 addition & 1 deletion nuget/nunitlite/nunitlite.nuspec
Expand Up @@ -27,7 +27,7 @@ How to use this package:
3. Add your tests to the test project and simply start the project to execute them.</description>
<language>en-US</language>
<tags>test unit testing tdd framework fluent assert device phone embedded</tags>
<copyright>Copyright (c) 2019 Charlie Poole, Rob Prouse</copyright>
<copyright>Copyright (c) 2021 Charlie Poole, Rob Prouse</copyright>
<dependencies>
<group targetFramework="net35">
<dependency id="NUnit" version="[$version$]" />
Expand Down
2 changes: 1 addition & 1 deletion src/CommonAssemblyInfo.cs
Expand Up @@ -28,7 +28,7 @@
//
[assembly: AssemblyCompany("NUnit Software")]
[assembly: AssemblyProduct("NUnit 3")]
[assembly: AssemblyCopyright("Copyright (c) 2019 Charlie Poole, Rob Prouse")]
[assembly: AssemblyCopyright("Copyright (c) 2021 Charlie Poole, Rob Prouse")]
[assembly: AssemblyTrademark("NUnit is a trademark of NUnit Software")]

#if DEBUG
Expand Down
2 changes: 1 addition & 1 deletion src/NUnitFramework/nunitlite/TextUI.cs
Expand Up @@ -73,7 +73,7 @@ public void DisplayHeader()
Assembly executingAssembly = GetType().GetTypeInfo().Assembly;
AssemblyName assemblyName = AssemblyHelper.GetAssemblyName(executingAssembly);
Version version = assemblyName.Version;
string copyright = "Copyright (C) 2019 Charlie Poole, Rob Prouse";
string copyright = "Copyright (C) 2021 Charlie Poole, Rob Prouse";
string build = "";

var copyrightAttr = executingAssembly.GetCustomAttribute<AssemblyCopyrightAttribute>();
Expand Down

0 comments on commit 4f3817f

Please sign in to comment.