
# Fixed - Fixed: Fixed an issue in In Progress where it would not pull the series with correct pagination due to the unique situation with the query. All series that are in progress should now return. ============================ * Fixed In Progress not showing for all series due to pagination bug * Version bump
22 lines
843 B
XML
22 lines
843 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net5.0</TargetFramework>
|
|
<Company>kavitareader.com</Company>
|
|
<Product>Kavita</Product>
|
|
<AssemblyVersion>0.4.3.7</AssemblyVersion>
|
|
<NeutralLanguage>en</NeutralLanguage>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="5.0.0" />
|
|
<PackageReference Include="Microsoft.Extensions.Hosting" Version="5.0.0" />
|
|
<PackageReference Include="Sentry" Version="3.8.2" />
|
|
<PackageReference Include="SonarAnalyzer.CSharp" Version="8.26.0.34506">
|
|
<PrivateAssets>all</PrivateAssets>
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
</PackageReference>
|
|
</ItemGroup>
|
|
|
|
|
|
</Project>
|