bug fix from my last bug fix :(

This commit is contained in:
Robert McRackan 2021-08-24 09:28:13 -04:00
parent ef53a6a8cb
commit f16ad30891
2 changed files with 2 additions and 2 deletions

View File

@ -120,7 +120,7 @@ namespace DtoImporterService
book.UpdateBookDetails(item.IsAbridged, item.DatePublished);
if (!string.IsNullOrWhiteSpace(item.PdfUrl.ToString()))
if (item.PdfUrl is not null)
book.AddSupplementDownloadUrl(item.PdfUrl.ToString());
return book;

View File

@ -13,7 +13,7 @@
<!-- <PublishSingleFile>true</PublishSingleFile> -->
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<Version>5.5.4.1</Version>
<Version>5.5.5.1</Version>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">