Skip to content

Commit

Permalink
Issue4794 (nunit#4796)
Browse files Browse the repository at this point in the history
* Updated nuspec

* update system.memory to 4.5.5
  • Loading branch information
OsirisTerje authored Aug 23, 2024
1 parent 3f1eb04 commit 6446ba0
Showing 1 changed file with 57 additions and 55 deletions.
112 changes: 57 additions & 55 deletions nuget/framework/nunit.nuspec
Original file line number Diff line number Diff line change
@@ -1,61 +1,63 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata minClientVersion="2.12">
<id>NUnit</id>
<title>NUnit</title>
<version>$version$</version>
<authors>Charlie Poole, Rob Prouse</authors>
<owners>Charlie Poole, Rob Prouse</owners>
<license type="expression">MIT</license>
<projectUrl>https://nunit.org</projectUrl>
<repository type="git" url="https://github.com/nunit/nunit"/>
<icon>icon.png</icon>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<readme>README.md</readme>
<summary>NUnit is a unit-testing framework for all .NET languages with a strong TDD focus.</summary>
<description>
NUnit is a unit-testing framework for all .NET languages.
It can run on macOS, Linux and Windows operating systems.
NUnit can be used for a wide range of testing, from unit testing with TDD to full-fledged system and integration testing.
It is a non-opinionated, broad and deep framework with multiple different ways to assert that your code behaves as expected. Many aspects of NUnit can be extended to suit your specific purposes.
<metadata minClientVersion="2.12">
<id>NUnit</id>
<title>NUnit</title>
<version>$version$</version>
<authors>Charlie Poole, Rob Prouse</authors>
<owners>Charlie Poole, Rob Prouse</owners>
<license type="expression">MIT</license>
<projectUrl>https://nunit.org</projectUrl>
<repository type="git" url="https://github.com/nunit/nunit"/>
<icon>icon.png</icon>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<readme>README.md</readme>
<summary>NUnit is a unit-testing framework for all .NET languages with a strong TDD focus.</summary>
<description>
NUnit is a unit-testing framework for all .NET languages.
It can run on macOS, Linux and Windows operating systems.
NUnit can be used for a wide range of testing, from unit testing with TDD to full-fledged system and integration testing.
It is a non-opinionated, broad and deep framework with multiple different ways to assert that your code behaves as expected. Many aspects of NUnit can be extended to suit your specific purposes.

The latest version, version 4, is an upgrade from the groundbreaking NUnit 3 framework. It is a modernized version, aimed at taking advantage of the latest .NET features and C# language constructs.
The latest version, version 4, is an upgrade from the groundbreaking NUnit 3 framework. It is a modernized version, aimed at taking advantage of the latest .NET features and C# language constructs.

If you are upgrading from NUnit 3, be aware of the breaking changes (https://docs.nunit.org/articles/nunit/release-notes/breaking-changes.html#nunit-40). Please see the NUnit 4 Migration Guide (https://docs.nunit.org/articles/nunit/release-notes/Nunit4.0-MigrationGuide.html) and take care to prepare your NUnit 3 code before you do the upgrade.
If you are upgrading from NUnit 3, be aware of the breaking changes (https://docs.nunit.org/articles/nunit/release-notes/breaking-changes.html#nunit-40). Please see the NUnit 4 Migration Guide (https://docs.nunit.org/articles/nunit/release-notes/Nunit4.0-MigrationGuide.html) and take care to prepare your NUnit 3 code before you do the upgrade.

Supported platforms:
- .NET Framework 4.6.2+
- .NET 6.0+</description>
<releaseNotes>See release notes at https://docs.nunit.org/articles/nunit/release-notes/framework.html#nunit-400---november-26-2023</releaseNotes>
<language>en-US</language>
<tags>nunit test testing tdd framework fluent assert theory plugin addin</tags>
<copyright>Copyright (c) Charlie Poole, Rob Prouse and Contributors. MIT License.</copyright>
<dependencies>
<group targetFramework="net462">
<dependency id="System.Threading.Tasks.Extensions" version="4.5.4" exclude="Build,Analyzers" />
<dependency id="System.ValueTuple" version="4.5.0" exclude="Build,Analyzers" />
</group>
<group targetFramework="net6.0" />
</dependencies>
</metadata>
<files>
<file src="LICENSE.txt" />
<file src="NOTICES.md" />
<file src="README.md" />
<file src="THIRD_PARTY_NOTICES.md" />
<file src="..\..\nuget\icon.png" />
<file src="bin/net462/nunit.framework.dll" target="lib\net462" />
<file src="bin/net462/nunit.framework.xml" target="lib\net462" />
<file src="bin/net462/nunit.framework.pdb" target="lib\net462" />
<file src="bin/net462/nunit.framework.legacy.dll" target="lib\net462" />
<file src="bin/net462/nunit.framework.legacy.xml" target="lib\net462" />
<file src="bin/net462/nunit.framework.legacy.pdb" target="lib\net462" />
<file src="bin/net6.0/nunit.framework.dll" target="lib\net6.0" />
<file src="bin/net6.0/nunit.framework.xml" target="lib\net6.0" />
<file src="bin/net6.0/nunit.framework.pdb" target="lib\net6.0" />
<file src="bin/net6.0/nunit.framework.legacy.dll" target="lib\net6.0" />
<file src="bin/net6.0/nunit.framework.legacy.xml" target="lib\net6.0" />
<file src="bin/net6.0/nunit.framework.legacy.pdb" target="lib\net6.0" />
<file src="..\..\nuget\framework\NUnit.props" target="build" />
</files>
Supported platforms:
- .NET Framework 4.6.2+
- .NET 6.0+
</description>
<releaseNotes>See release notes at https://docs.nunit.org/articles/nunit/release-notes/framework.html#nunit-400---november-26-2023</releaseNotes>
<language>en-US</language>
<tags>nunit test testing tdd framework fluent assert theory plugin addin</tags>
<copyright>Copyright (c) Charlie Poole, Rob Prouse and Contributors. MIT License.</copyright>
<dependencies>
<group targetFramework="net462">
<dependency id="System.Threading.Tasks.Extensions" version="4.5.4" exclude="Build,Analyzers" />
<dependency id="System.ValueTuple" version="4.5.0" exclude="Build,Analyzers" />
<dependency id="System.Memory" version="4.5.5" exclude="Build,Analyzers" />
</group>
<group targetFramework="net6.0" />
</dependencies>
</metadata>
<files>
<file src="LICENSE.txt" />
<file src="NOTICES.md" />
<file src="README.md" />
<file src="THIRD_PARTY_NOTICES.md" />
<file src="..\..\nuget\icon.png" />
<file src="bin/net462/nunit.framework.dll" target="lib\net462" />
<file src="bin/net462/nunit.framework.xml" target="lib\net462" />
<file src="bin/net462/nunit.framework.pdb" target="lib\net462" />
<file src="bin/net462/nunit.framework.legacy.dll" target="lib\net462" />
<file src="bin/net462/nunit.framework.legacy.xml" target="lib\net462" />
<file src="bin/net462/nunit.framework.legacy.pdb" target="lib\net462" />
<file src="bin/net6.0/nunit.framework.dll" target="lib\net6.0" />
<file src="bin/net6.0/nunit.framework.xml" target="lib\net6.0" />
<file src="bin/net6.0/nunit.framework.pdb" target="lib\net6.0" />
<file src="bin/net6.0/nunit.framework.legacy.dll" target="lib\net6.0" />
<file src="bin/net6.0/nunit.framework.legacy.xml" target="lib\net6.0" />
<file src="bin/net6.0/nunit.framework.legacy.pdb" target="lib\net6.0" />
<file src="..\..\nuget\framework\NUnit.props" target="build" />
</files>
</package>

0 comments on commit 6446ba0

Please sign in to comment.