Skip to content

Commit

Permalink
Make parameter nullable
Browse files Browse the repository at this point in the history
  • Loading branch information
nurhafiz committed May 1, 2024
1 parent d3f920a commit 1ef2e01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Toimik.CommonCrawl/Toimik.CommonCrawl.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<AssemblyName>Toimik.CommonCrawl</AssemblyName>
<PackageVersion>0.5.3</PackageVersion>
<PackageVersion>0.5.4</PackageVersion>
<Authors>Nurhafiz</Authors>
<Version>0.5.3</Version>
<Version>0.5.4</Version>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<Company>Toimik</Company>
<Description>
Expand Down
2 changes: 1 addition & 1 deletion src/Toimik.CommonCrawl/Wat/WatMetadataRecord.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class WatMetadataRecord(
string version,
Uri recordId,
DateTime date,
DigestFactory digestFactory,
DigestFactory? digestFactory,
Uri baseUrl) : MetadataRecord(
version,
recordId,
Expand Down

0 comments on commit 1ef2e01

Please sign in to comment.