From a84c08415c43dad08c73e23f75e8d2cdd99174a9 Mon Sep 17 00:00:00 2001 From: Alexey 'Cluster' Avdyukhin Date: Thu, 3 Nov 2022 20:16:55 +0400 Subject: Type fix --- Crc32Calculator.cs | 2 +- NesContainers.csproj | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/Crc32Calculator.cs b/Crc32Calculator.cs index b7f29ac..417cb37 100644 --- a/Crc32Calculator.cs +++ b/Crc32Calculator.cs @@ -49,7 +49,7 @@ /// /// Calculate CRC32 checksum /// - /// Input date + /// Input data /// CRC32 checksum public static uint CalculateCRC32(byte[] data) => CalculateCRC32(data, 0, data.Length); diff --git a/NesContainers.csproj b/NesContainers.csproj index d532ac6..9dead37 100644 --- a/NesContainers.csproj +++ b/NesContainers.csproj @@ -13,6 +13,16 @@ embedded + True + NesContainers.xml + README.md + + + True + \ + + + -- cgit v1.2.3