Skip to content

Commit d6494ae

Browse files
authored
Merge pull request #1324 from nunit/v520
Updated version to prod, 5.2.0
2 parents d63ae64 + f5047c1 commit d6494ae

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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-2024 Terje Sandstrom
3+
Copyright (c) 2011-2020 Charlie Poole, 2014-2025 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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ See https://github.com/nunit/docs/wiki/Packaging-the-V3-Adapter for more details
5252

5353
## Debugger source-stepping
5454

55-
The NuGet package and the VSIX contain source-linked PDBs for the adapter.
55+
The NuGet package contain source-linked PDBs for the adapter.
5656
If you’re in the middle of a debugging session and realize you’d like to be able to step into NUnit adapter code,
5757
set breakpoints and watch variables, [follow these steps](https://github.com/nunit/docs/wiki/Adapter-Source-Stepping).
5858

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 = "5.2.0";
1717

18-
var modifier = "-alpha.2";
18+
var modifier = "";
1919

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

0 commit comments

Comments
 (0)