Remove validation check: SeriesName is null . At least 1 exception found in the wild

This commit is contained in:
Robert McRackan 2024-02-29 14:44:41 -05:00
parent 3f4604e877
commit d3f0fd711e
2 changed files with 5 additions and 3 deletions

View file

@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Version>11.3.4.1</Version>
<Version>11.3.5.1</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Octokit" Version="9.1.0" />