Skip to content
This repository was archived by the owner on Jan 8, 2023. It is now read-only.

Commit 6e1dd8a

Browse files
committed
Merge pull request #45 from nunit/release-3.0.1
3.0.1 release
2 parents 449bd88 + 8f5b661 commit 6e1dd8a

23 files changed

+114
-66
lines changed

build.cake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ var isPullRequest = AppVeyor.Environment.PullRequest.IsPullRequest;
1717

1818

1919
// Versioning
20-
var packageVersion = "3.0.0";
20+
var packageVersion = "3.0.1";
2121
var packageModifier = "";
22-
var displayVersion = "3.0.0";
22+
var displayVersion = "3.0.1";
2323

2424
var semVersion = packageVersion + packageModifier;
2525

nuget/nunit.runners.xamarin.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Supported Xamarin platforms:
2424

2525
<dependencies>
2626
<group>
27-
<dependency id="nunit" version="[3.0.0]" />
27+
<dependency id="nunit" version="[3.0.1]" />
2828
<dependency id="Xamarin.Forms" version="1.5.0.6447" />
2929
</group>
3030
</dependencies>

nunit.runner.userprefs

Lines changed: 0 additions & 15 deletions
This file was deleted.

src/runner/nunit.runner.Droid/nunit.runner.Droid.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<AndroidResgenFile>Resources\Resource.Designer.cs</AndroidResgenFile>
1414
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
1515
<DevInstrumentationEnabled>True</DevInstrumentationEnabled>
16-
<TargetFrameworkVersion>v5.1</TargetFrameworkVersion>
16+
<TargetFrameworkVersion>v6.0</TargetFrameworkVersion>
1717
<NuGetPackageImportStamp>
1818
</NuGetPackageImportStamp>
1919
<EmbedAssembliesIntoApk>True</EmbedAssembliesIntoApk>
@@ -45,8 +45,8 @@
4545
</Reference>
4646
<Reference Include="Mono.Android" />
4747
<Reference Include="mscorlib" />
48-
<Reference Include="nunit.framework, Version=3.0.5797.27550, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
49-
<HintPath>..\..\..\packages\NUnit.3.0.0\lib\dotnet\nunit.framework.dll</HintPath>
48+
<Reference Include="nunit.framework, Version=3.0.5813.39035, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
49+
<HintPath>..\..\..\packages\NUnit.3.0.1\lib\dotnet\nunit.framework.dll</HintPath>
5050
<Private>True</Private>
5151
</Reference>
5252
<Reference Include="System" />
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="NUnit" version="3.0.0" targetFramework="monoandroid51" />
3+
<package id="NUnit" version="3.0.1" targetFramework="monoandroid60" />
44
<package id="Xamarin.Android.Support.v4" version="23.0.1.3" targetFramework="monoandroid403" />
55
<package id="Xamarin.Forms" version="1.5.0.6447" targetFramework="monoandroid51" />
66
</packages>

src/runner/nunit.runner.iOS/nunit.runner.iOS.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
<Compile Include="Properties\AssemblyInfo.cs" />
4040
</ItemGroup>
4141
<ItemGroup>
42-
<Reference Include="nunit.framework, Version=3.0.5797.27550, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
43-
<HintPath>..\..\..\packages\NUnit.3.0.0\lib\dotnet\nunit.framework.dll</HintPath>
42+
<Reference Include="nunit.framework, Version=3.0.5813.39035, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
43+
<HintPath>..\..\..\packages\NUnit.3.0.1\lib\dotnet\nunit.framework.dll</HintPath>
4444
<Private>True</Private>
4545
</Reference>
4646
<Reference Include="System" />
Lines changed: 1 addition & 1 deletion
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.0.0" targetFramework="xamarinios1" />
3+
<package id="NUnit" version="3.0.1" targetFramework="xamarinios10" />
44
<package id="Xamarin.Forms" version="1.5.0.6447" targetFramework="xamarinios1" />
55
</packages>

src/runner/nunit.runner.uwp/nunit.runner.uwp.nuget.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8" standalone="no"?>
22
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup Condition="'$(NuGetPackageRoot)' == ''">
4-
<NuGetPackageRoot>C:\Users\Rob\.nuget\packages\</NuGetPackageRoot>
4+
<NuGetPackageRoot>$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
55
</PropertyGroup>
66
<ImportGroup>
77
<Import Project="$(NuGetPackageRoot)\Xamarin.Forms\1.5.0.6447\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets" Condition="Exists('$(NuGetPackageRoot)\Xamarin.Forms\1.5.0.6447\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets')" />

src/runner/nunit.runner.uwp/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dependencies": {
33
"Microsoft.NETCore.UniversalWindowsPlatform": "5.0.0",
4-
"NUnit": "3.0.0",
4+
"NUnit": "3.0.1",
55
"Xamarin.Forms": "1.5.0.6447"
66
},
77
"frameworks": {

src/runner/nunit.runner.uwp/project.lock.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@
201201
"lib/dotnet/Microsoft.Win32.Primitives.dll": {}
202202
}
203203
},
204-
"NUnit/3.0.0": {
204+
"NUnit/3.0.1": {
205205
"compile": {
206206
"lib/dotnet/nunit.framework.dll": {}
207207
},
@@ -1803,7 +1803,7 @@
18031803
"lib/dotnet/Microsoft.Win32.Primitives.dll": {}
18041804
}
18051805
},
1806-
"NUnit/3.0.0": {
1806+
"NUnit/3.0.1": {
18071807
"compile": {
18081808
"lib/dotnet/nunit.framework.dll": {}
18091809
},
@@ -3438,7 +3438,7 @@
34383438
"lib/dotnet/Microsoft.Win32.Primitives.dll": {}
34393439
}
34403440
},
3441-
"NUnit/3.0.0": {
3441+
"NUnit/3.0.1": {
34423442
"compile": {
34433443
"lib/dotnet/nunit.framework.dll": {}
34443444
},
@@ -5078,7 +5078,7 @@
50785078
"lib/dotnet/Microsoft.Win32.Primitives.dll": {}
50795079
}
50805080
},
5081-
"NUnit/3.0.0": {
5081+
"NUnit/3.0.1": {
50825082
"compile": {
50835083
"lib/dotnet/nunit.framework.dll": {}
50845084
},
@@ -6713,7 +6713,7 @@
67136713
"lib/dotnet/Microsoft.Win32.Primitives.dll": {}
67146714
}
67156715
},
6716-
"NUnit/3.0.0": {
6716+
"NUnit/3.0.1": {
67176717
"compile": {
67186718
"lib/dotnet/nunit.framework.dll": {}
67196719
},
@@ -8353,7 +8353,7 @@
83538353
"lib/dotnet/Microsoft.Win32.Primitives.dll": {}
83548354
}
83558355
},
8356-
"NUnit/3.0.0": {
8356+
"NUnit/3.0.1": {
83578357
"compile": {
83588358
"lib/dotnet/nunit.framework.dll": {}
83598359
},
@@ -9988,7 +9988,7 @@
99889988
"lib/dotnet/Microsoft.Win32.Primitives.dll": {}
99899989
}
99909990
},
9991-
"NUnit/3.0.0": {
9991+
"NUnit/3.0.1": {
99929992
"compile": {
99939993
"lib/dotnet/nunit.framework.dll": {}
99949994
},
@@ -12036,8 +12036,8 @@
1203612036
"ref/xamarinmac20/_._"
1203712037
]
1203812038
},
12039-
"NUnit/3.0.0": {
12040-
"sha512": "/7lqdUb+/e1NAd3NDhY05ppjQUieAamnUxHzhKgaxWVNyTJqhdR0z73MXNc2VV2dignM4MieF3Tzs1wXsWx8/w==",
12039+
"NUnit/3.0.1": {
12040+
"sha512": "Fhz2Flnzlb+HjVxTK+W3dNAb9FUIbGxUp/G6jTTL487lBxInaDOWigNGzWbj1Ipjb87ix77heBCzrsVhk8+X8w==",
1204112041
"type": "Package",
1204212042
"files": [
1204312043
"[Content_Types].xml",
@@ -12056,7 +12056,7 @@
1205612056
"LICENSE.txt",
1205712057
"NOTICES.txt",
1205812058
"NUnit.nuspec",
12059-
"package/services/metadata/core-properties/45d9d63e089a4fbb8ffafab5905528b3.psmdcp"
12059+
"package/services/metadata/core-properties/59ec910f17c54b6493a6276f36784454.psmdcp"
1206012060
]
1206112061
},
1206212062
"System.AppContext/4.0.0": {
@@ -14755,7 +14755,7 @@
1475514755
]
1475614756
},
1475714757
"Xamarin.Forms/1.5.0.6447": {
14758-
"sha512": "0oBfhFmKt4kxFK+iBdTtZaW6Ys/adM7fH/47EcHLXfsNoe34xtYAqEZ7A4lGMnzg/5hgRVHmiOV2Z0cmZvuTwg==",
14758+
"sha512": "iPmiog6UF5ZZNyE0faRdWhGlVaoqVRi193wyeStwRxX6l3QNomMFBaHN58ly2vOuKD2KYk+McjBOEQi6HfNwEA==",
1475914759
"type": "Package",
1476014760
"files": [
1476114761
"[Content_Types].xml",
@@ -14837,7 +14837,7 @@
1483714837
"projectFileDependencyGroups": {
1483814838
"": [
1483914839
"Microsoft.NETCore.UniversalWindowsPlatform >= 5.0.0",
14840-
"NUnit >= 3.0.0",
14840+
"NUnit >= 3.0.1",
1484114841
"Xamarin.Forms >= 1.5.0.6447"
1484214842
],
1484314843
"UAP,Version=v10.0": []

0 commit comments

Comments
 (0)