Skip to content

Commit

Permalink
Merge pull request #28 from niklaslundberg/develop
Browse files Browse the repository at this point in the history
3.5.0
  • Loading branch information
niklaslundberg authored Nov 11, 2022
2 parents 94e8909 + 0a32864 commit 593a19a
Show file tree
Hide file tree
Showing 13 changed files with 63 additions and 129 deletions.
18 changes: 7 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,19 @@ jobs:
runs-on: windows-2022

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- uses: actions/setup-dotnet@v1
with:
dotnet-version: '3.1.x'
- uses: actions/setup-dotnet@v1
with:
dotnet-version: '5.0.x'
- uses: actions/setup-dotnet@v1
- uses: actions/setup-dotnet@v3
with:
dotnet-version: '6.0.x'
include-prerelease: false
- uses: actions/setup-dotnet@v3
with:
dotnet-version: '7.0.x'
- name: install-tools
run: |
dotnet tool install --global Arbor.Tooler.GlobalTool
dotnet tool install --global Arbor.Build.Bootstrapper
dotnet tool install --global Arbor.Tooler.GlobalTool --version "*-*"
dotnet tool install --global Arbor.Build.Bootstrapper --version "*-*"
- name: build
shell: cmd
env:
Expand Down
2 changes: 1 addition & 1 deletion License.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
The MIT License (MIT)
Copyright (c) 2013-2021 Niklas Lundberg
Copyright (c) 2013-2022 Niklas Lundberg

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "6.0.100",
"version": "7.0.100",
"rollForward": "latestFeature",
"allowPrerelease": false
}
Expand Down
6 changes: 6 additions & 0 deletions nuget.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="MyGet" value="https://www.myget.org/F/arbor/api/v3/index.json" />
</packageSources>
</configuration>
2 changes: 1 addition & 1 deletion src/Arbor.Aesculus.Core/Arbor.Aesculus.Core.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard2.0;net5.0;net6.0</TargetFrameworks>
<TargetFrameworks>netstandard2.0;net6.0;net7.0</TargetFrameworks>
</PropertyGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/Arbor.Aesculus.Core/Arbor.Aesculus.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<iconUrl>https://nuget.org/Content/Images/packageDefaultIcon-50x50.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<licenseUrl>http://opensource.org/licenses/MIT</licenseUrl>
<copyright>Copyright Niklas Lundberg 2013-2021</copyright>
<copyright>Copyright Niklas Lundberg 2013-2022</copyright>
<dependencies>

</dependencies>
Expand All @@ -28,7 +28,7 @@
</metadata>
<files>
<file src="bin\$configuration$\netstandard2.0\Arbor.Aesculus.Core.dll" target="lib\netstandard2.0" />
<file src="bin\$configuration$\net5.0\Arbor.Aesculus.Core.dll" target="lib\net5.0" />
<file src="bin\$configuration$\net6.0\Arbor.Aesculus.Core.dll" target="lib\net6.0" />
<file src="bin\$configuration$\net7.0\Arbor.Aesculus.Core.dll" target="lib\net7.0" />
</files>
</package>
4 changes: 2 additions & 2 deletions src/Arbor.Aesculus.Core/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"contentHash": "kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A=="
}
},
".NETCoreApp,Version=v5.0": {},
"net6.0": {}
"net6.0": {},
"net7.0": {}
}
}
2 changes: 1 addition & 1 deletion src/Arbor.Aesculus.NCrunch/Arbor.Aesculus.NCrunch.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard2.0;net5.0;net6.0</TargetFrameworks>
<TargetFrameworks>netstandard2.0;net6.0;net7.0</TargetFrameworks>
</PropertyGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/Arbor.Aesculus.NCrunch/Arbor.Aesculus.NCrunch.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<iconUrl>https://nuget.org/Content/Images/packageDefaultIcon-50x50.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<licenseUrl>http://opensource.org/licenses/MIT</licenseUrl>
<copyright>Copyright Niklas Lundberg 2013-2021</copyright>
<copyright>Copyright Niklas Lundberg 2013-2022</copyright>
<dependencies>
<group targetFramework="netstandard2.0">
<dependency id="Arbor.Aesculus" version="$version$" />
Expand All @@ -39,7 +39,7 @@
</metadata>
<files>
<file src="bin\$configuration$\netstandard2.0\Arbor.Aesculus.NCrunch.dll" target="lib\netstandard2.0" />
<file src="bin\$configuration$\net5.0\Arbor.Aesculus.NCrunch.dll" target="lib\net5.0" />
<file src="bin\$configuration$\net6.0\Arbor.Aesculus.NCrunch.dll" target="lib\net6.0" />
<file src="bin\$configuration$\net7.0\Arbor.Aesculus.NCrunch.dll" target="lib\net7.0" />
</files>
</package>
4 changes: 2 additions & 2 deletions src/Arbor.Aesculus.NCrunch/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
"type": "Project"
}
},
".NETCoreApp,Version=v5.0": {
"net6.0": {
"NCrunch.Framework": {
"type": "Direct",
"requested": "[4.7.0.4, )",
Expand Down Expand Up @@ -1088,7 +1088,7 @@
"type": "Project"
}
},
"net6.0": {
"net7.0": {
"NCrunch.Framework": {
"type": "Direct",
"requested": "[4.7.0.4, )",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net7.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
Expand All @@ -14,10 +14,10 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Machine.Specifications" Version="1.0.0" />
<PackageReference Include="Machine.Specifications" Version="1.1.0" />
<PackageReference Include="Machine.Specifications.Runner.VisualStudio" Version="2.10.2" />
<PackageReference Include="Machine.Specifications.Should" Version="1.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.0" />
<PackageReference Include="NCrunch.Framework" Version="4.7.0.4" />
</ItemGroup>

Expand Down
136 changes: 34 additions & 102 deletions tests/Arbor.Aesculus.Tests.Integration/packages.lock.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
{
"version": 1,
"dependencies": {
"net6.0": {
"net7.0": {
"Machine.Specifications": {
"type": "Direct",
"requested": "[1.0.0, )",
"resolved": "1.0.0",
"contentHash": "atKK6oPsk1hybCwXRo1OqeUsBHInLVNUQDSiU7McBf5oMgDRyyDo8FIPwIrNgX7NhL2ci7NF1eFmii9qV7clnQ==",
"requested": "[1.1.0, )",
"resolved": "1.1.0",
"contentHash": "fwfNGAwbbDEsPlRIjBKajvO4h6Mmly0MAgXwJ56yB4kk/RZTL9Nxzdu7u2aLYgBEbJwjG9OeDNaKUCbyyhCa+w==",
"dependencies": {
"NETStandard.Library": "1.6.0",
"System.Diagnostics.TextWriterTraceListener": "4.0.0",
"System.Diagnostics.TraceSource": "4.0.0",
"System.Reflection": "4.1.0",
"System.Reflection.Extensions": "4.0.1",
"System.Reflection.TypeExtensions": "4.1.0",
"System.Threading.ThreadPool": "4.3.0",
"System.Xml.XPath": "4.0.1",
"System.Xml.XPath.XDocument": "4.0.1"
}
Expand All @@ -39,12 +40,12 @@
},
"Microsoft.NET.Test.Sdk": {
"type": "Direct",
"requested": "[17.0.0, )",
"resolved": "17.0.0",
"contentHash": "fJcnMY3jX1MzJvhGvUWauRhU5eQsOaHdwlrcnI3NabBhbi8WLAkMFI8d0YnewA/+b9q/U7vbhp8Xmh1vJ05FYQ==",
"requested": "[17.4.0, )",
"resolved": "17.4.0",
"contentHash": "VtNZQ83ntG2aEUjy1gq6B4HNdn96se6FmdY/03At8WiqDReGrApm6OB2fNiSHz9D6IIEtWtNZ2FSH0RJDVXl/w==",
"dependencies": {
"Microsoft.CodeCoverage": "17.0.0",
"Microsoft.TestPlatform.TestHost": "17.0.0"
"Microsoft.CodeCoverage": "17.4.0",
"Microsoft.TestPlatform.TestHost": "17.4.0"
}
},
"NCrunch.Framework": {
Expand All @@ -59,31 +60,8 @@
},
"Microsoft.CodeCoverage": {
"type": "Transitive",
"resolved": "17.0.0",
"contentHash": "+B+09FPYBtf+cXfZOPIgpnP5mzLq5QdlBo+JEFy9CdqBaWHWE/YMY0Mos9uDsZhcgFegJm9GigAgMyqBZyfq+Q=="
},
"Microsoft.CSharp": {
"type": "Transitive",
"resolved": "4.0.1",
"contentHash": "17h8b5mXa87XYKrrVqdgZ38JefSUqLChUQpXgSnpzsM0nDOhE40FTeNWOJ/YmySGV6tG6T8+hjz6vxbknHJr6A==",
"dependencies": {
"System.Collections": "4.0.11",
"System.Diagnostics.Debug": "4.0.11",
"System.Dynamic.Runtime": "4.0.11",
"System.Globalization": "4.0.11",
"System.Linq": "4.1.0",
"System.Linq.Expressions": "4.1.0",
"System.ObjectModel": "4.0.12",
"System.Reflection": "4.1.0",
"System.Reflection.Extensions": "4.0.1",
"System.Reflection.Primitives": "4.0.1",
"System.Reflection.TypeExtensions": "4.1.0",
"System.Resources.ResourceManager": "4.0.1",
"System.Runtime": "4.1.0",
"System.Runtime.Extensions": "4.1.0",
"System.Runtime.InteropServices": "4.1.0",
"System.Threading": "4.0.11"
}
"resolved": "17.4.0",
"contentHash": "2oZbSVTC2nAvQ2DnbXLlXS+c25ZyZdWeNd+znWwAxwGaPh9dwQ5NBsYyqQB7sKmJKIUdkKGmN3rzFzjVC81Dtg=="
},
"Microsoft.NETCore.Platforms": {
"type": "Transitive",
Expand All @@ -97,20 +75,20 @@
},
"Microsoft.TestPlatform.ObjectModel": {
"type": "Transitive",
"resolved": "17.0.0",
"contentHash": "WMugCdPkA8U/BsSRc+3RN+DXcaYSDvp/s0MofVld08iF1O5fek4iKecygk6NruNf1rgJsv4LK71mrwbyeqhzHA==",
"resolved": "17.4.0",
"contentHash": "oWe7A0wrZhxagTOcaxJ9r0NXTbgkiBQQuCpCXxnP06NsGV/qOoaY2oaangAJbOUrwEx0eka1do400NwNCjfytw==",
"dependencies": {
"NuGet.Frameworks": "5.0.0",
"NuGet.Frameworks": "5.11.0",
"System.Reflection.Metadata": "1.6.0"
}
},
"Microsoft.TestPlatform.TestHost": {
"type": "Transitive",
"resolved": "17.0.0",
"contentHash": "xkKFzm0hylHF0SlDj78ACYMJC/i8fQ3i16sDDNYoKnjTsstGSQfuSBJ+QT4nqRXk/fOiYTh+iY0KIX5N7HTLuQ==",
"resolved": "17.4.0",
"contentHash": "sUx48fu9wgQF1JxzXeSVtzb7KoKpJrdtIzsFamxET3ZYOKXj+Ej13HWZ0U2nuMVZtZVHBmE+KS3Vv5cIdTlycQ==",
"dependencies": {
"Microsoft.TestPlatform.ObjectModel": "17.0.0",
"Newtonsoft.Json": "9.0.1"
"Microsoft.TestPlatform.ObjectModel": "17.4.0",
"Newtonsoft.Json": "13.0.1"
}
},
"Microsoft.Win32.Primitives": {
Expand Down Expand Up @@ -191,37 +169,13 @@
},
"Newtonsoft.Json": {
"type": "Transitive",
"resolved": "9.0.1",
"contentHash": "U82mHQSKaIk+lpSVCbWYKNavmNH1i5xrExDEquU1i6I5pV6UMOqRnJRSlKO3cMPfcpp0RgDY+8jUXHdQ4IfXvw==",
"dependencies": {
"Microsoft.CSharp": "4.0.1",
"System.Collections": "4.0.11",
"System.Diagnostics.Debug": "4.0.11",
"System.Dynamic.Runtime": "4.0.11",
"System.Globalization": "4.0.11",
"System.IO": "4.1.0",
"System.Linq": "4.1.0",
"System.Linq.Expressions": "4.1.0",
"System.ObjectModel": "4.0.12",
"System.Reflection": "4.1.0",
"System.Reflection.Extensions": "4.0.1",
"System.Resources.ResourceManager": "4.0.1",
"System.Runtime": "4.1.0",
"System.Runtime.Extensions": "4.1.0",
"System.Runtime.Serialization.Primitives": "4.1.1",
"System.Text.Encoding": "4.0.11",
"System.Text.Encoding.Extensions": "4.0.11",
"System.Text.RegularExpressions": "4.1.0",
"System.Threading": "4.0.11",
"System.Threading.Tasks": "4.0.11",
"System.Xml.ReaderWriter": "4.0.11",
"System.Xml.XDocument": "4.0.11"
}
"resolved": "13.0.1",
"contentHash": "ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A=="
},
"NuGet.Frameworks": {
"type": "Transitive",
"resolved": "5.0.0",
"contentHash": "c5JVjuVAm4f7E9Vj+v09Z9s2ZsqFDjBpcsyS3M9xRo0bEdm/LVZSzLxxNvfvAwRiiE8nwe1h2G4OwiwlzFKXlA=="
"resolved": "5.11.0",
"contentHash": "eaiXkUjC4NPcquGWzAGMXjuxvLwc6XGKMptSyOGQeT0X70BUZObuybJFZLA0OfTdueLd3US23NBPTBb6iF3V1Q=="
},
"runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": {
"type": "Transitive",
Expand Down Expand Up @@ -473,28 +427,6 @@
"System.Runtime": "4.3.0"
}
},
"System.Dynamic.Runtime": {
"type": "Transitive",
"resolved": "4.0.11",
"contentHash": "db34f6LHYM0U0JpE+sOmjar27BnqTVkbLJhgfwMpTdgTigG/Hna3m2MYVwnFzGGKnEJk2UXFuoVTr8WUbU91/A==",
"dependencies": {
"System.Collections": "4.0.11",
"System.Diagnostics.Debug": "4.0.11",
"System.Globalization": "4.0.11",
"System.Linq": "4.1.0",
"System.Linq.Expressions": "4.1.0",
"System.ObjectModel": "4.0.12",
"System.Reflection": "4.1.0",
"System.Reflection.Emit": "4.0.1",
"System.Reflection.Emit.ILGeneration": "4.0.1",
"System.Reflection.Primitives": "4.0.1",
"System.Reflection.TypeExtensions": "4.1.0",
"System.Resources.ResourceManager": "4.0.1",
"System.Runtime": "4.1.0",
"System.Runtime.Extensions": "4.1.0",
"System.Threading": "4.0.11"
}
},
"System.Globalization": {
"type": "Transitive",
"resolved": "4.3.0",
Expand Down Expand Up @@ -866,15 +798,6 @@
"System.Runtime.Extensions": "4.3.0"
}
},
"System.Runtime.Serialization.Primitives": {
"type": "Transitive",
"resolved": "4.1.1",
"contentHash": "HZ6Du5QrTG8MNJbf4e4qMO3JRAkIboGT5Fk804uZtg3Gq516S7hAqTm2UZKUHa7/6HUGdVy3AqMQKbns06G/cg==",
"dependencies": {
"System.Resources.ResourceManager": "4.0.1",
"System.Runtime": "4.1.0"
}
},
"System.Security.Cryptography.Algorithms": {
"type": "Transitive",
"resolved": "4.3.0",
Expand Down Expand Up @@ -1077,6 +1000,15 @@
"System.Threading.Tasks": "4.3.0"
}
},
"System.Threading.ThreadPool": {
"type": "Transitive",
"resolved": "4.3.0",
"contentHash": "k/+g4b7vjdd4aix83sTgC9VG6oXYKAktSfNIJUNGxPEj7ryEOfzHHhfnmsZvjxawwcD9HyWXKCXmPjX8U4zeSw==",
"dependencies": {
"System.Runtime": "4.3.0",
"System.Runtime.Handles": "4.3.0"
}
},
"System.Threading.Timer": {
"type": "Transitive",
"resolved": "4.3.0",
Expand Down Expand Up @@ -1166,8 +1098,8 @@
"arbor.aesculus.ncrunch": {
"type": "Project",
"dependencies": {
"Arbor.Aesculus.Core": "1.0.0",
"NCrunch.Framework": "4.7.0.4"
"Arbor.Aesculus.Core": "[1.0.0, )",
"NCrunch.Framework": "[4.7.0.4, )"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
{
"key": "minor",
"value": 4
"value": 5
},
{
"key": "patch",
Expand Down

0 comments on commit 593a19a

Please sign in to comment.