AdventOfCodeSupport by Zaneris

<PackageReference Include="AdventOfCodeSupport" Version="1.3.2" />

 AdventOfCodeSupport 1.3.2

Supporting package for Advent of Code, auto-registers daily solutions, enables easy benchmarking with BenchmarkDotNet.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>AdventOfCodeSupport</id>
    <version>1.3.2</version>
    <title>AdventOfCodeSupport</title>
    <authors>Zaneris</authors>
    <license type="expression">MIT</license>
    <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
    <readme>README.md</readme>
    <projectUrl>https://github.com/Zaneris/AdventOfCodeSupport</projectUrl>
    <description>Supporting package for Advent of Code, auto-registers daily solutions, enables easy benchmarking with BenchmarkDotNet.</description>
    <releaseNotes>- New extensions to assist with unit testing.
- Benchmark all solutions.
- Download input files.
- Added NuGet tags.</releaseNotes>
    <tags>aoc adventofcode advent code benchmark benchmarkdotnet</tags>
    <repository url="https://github.com/Zaneris/AdventOfCodeSupport" />
    <dependencies>
      <group targetFramework="net6.0">
        <dependency id="BenchmarkDotNet" version="0.13.2" exclude="Build,Analyzers" />
        <dependency id="Microsoft.Extensions.Configuration.UserSecrets" version="7.0.0" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>