diff --git a/Build/.nuke/build.schema.json b/Build/.nuke/build.schema.json
index 59eec2f..84f4825 100644
--- a/Build/.nuke/build.schema.json
+++ b/Build/.nuke/build.schema.json
@@ -72,6 +72,9 @@
"type": "string"
}
},
+ "ReleaseFolder": {
+ "type": "string"
+ },
"ReleaseNameVersion": {
"type": "boolean"
},
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3a0113d..325f514 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Remove `ReflectionOnlyLoadFrom` to work with `net6.0`.
- Update `TaskSTA` to only `windows` when `NET`
- Update `Extensions` classes to internal
-- Update `csproj` test adapters
+- Update `csproj` test adapters version
### Added
- Add `ReferenceLoaderUtils` to read `Assembly` references with `NET` and `NETFRAMEWORK`.
### Tests
diff --git a/SampleTest.Tests/SampleTest.Tests.csproj b/SampleTest.Tests/SampleTest.Tests.csproj
index bbd8c5f..65318fe 100644
--- a/SampleTest.Tests/SampleTest.Tests.csproj
+++ b/SampleTest.Tests/SampleTest.Tests.csproj
@@ -32,8 +32,8 @@
-
-
+
+
diff --git a/ricaun.NUnit.Tests/ricaun.NUnit.Tests.csproj b/ricaun.NUnit.Tests/ricaun.NUnit.Tests.csproj
index 1a64d6b..6180358 100644
--- a/ricaun.NUnit.Tests/ricaun.NUnit.Tests.csproj
+++ b/ricaun.NUnit.Tests/ricaun.NUnit.Tests.csproj
@@ -36,8 +36,8 @@
-->
-
-
+
+
diff --git a/ricaun.NUnit/ricaun.NUnit.csproj b/ricaun.NUnit/ricaun.NUnit.csproj
index 5358660..42e02eb 100644
--- a/ricaun.NUnit/ricaun.NUnit.csproj
+++ b/ricaun.NUnit/ricaun.NUnit.csproj
@@ -63,6 +63,7 @@
https://github.com/$(GitHubRepositoryOwner)/$(PackageId)
github
icon.png
+ README.md