Skip to content

Commit 665b9d7

Browse files
author
dse
committed
NUnit dependency upgraded to 3.7. Changelog improved.
1 parent 2dc1b47 commit 665b9d7

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ This document follows the conventions laid out in [Keep a CHANGELOG][].
88
## [unreleased][]
99

1010
### Added
11+
- Added new build system (pythonnet.15.sln) based on dotnetcore-sdk/xplat(crossplatform msbuild).
12+
Currently there two side-by-side build systems that produces the same output (net40) from the same sources.
13+
After a some transition time, current (mono/ msbuild 14.0) build system will be removed.
14+
- NUnit upgraded to 3.7 (eliminates travis-ci random bug)
1115
- Added `clr.GetClrType` (#432, #433)
1216
- Allowed passing `None` for nullable args (#460)
1317
- Added keyword arguments based on C# syntax for calling CPython methods (#461)

src/embed_tests/Python.EmbeddingTest.15.csproj

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

8686

8787
<ItemGroup>
88-
<PackageReference Include="NUnit" Version="3.6.0" />
89-
<PackageReference Include="NUnit.ConsoleRunner" Version="3.6.0" />
88+
<PackageReference Include="NUnit" Version="3.7.1" />
89+
<PackageReference Include="NUnit.ConsoleRunner" Version="3.7.0" />
9090
</ItemGroup>
9191

9292
<ItemGroup>

src/embed_tests/Python.EmbeddingTest.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@
7070
</PropertyGroup>
7171
<ItemGroup>
7272
<Reference Include="Microsoft.CSharp" />
73-
<Reference Include="nunit.framework, Version=3.6.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
74-
<HintPath>..\..\packages\NUnit.3.6.0\lib\net40\nunit.framework.dll</HintPath>
73+
<Reference Include="nunit.framework, Version=3.7.1.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
74+
<HintPath>..\..\packages\NUnit.3.7.1\lib\net40\nunit.framework.dll</HintPath>
7575
</Reference>
7676
<Reference Include="System" />
7777
</ItemGroup>

src/embed_tests/packages.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="NUnit" version="3.6.0" targetFramework="net40" />
4-
<package id="NUnit.ConsoleRunner" version="3.6.0" targetFramework="net40" />
3+
<package id="NUnit" version="3.7.1" targetFramework="net40" />
4+
<package id="NUnit.ConsoleRunner" version="3.7.0" targetFramework="net40" />
55
</packages>

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy