Remove unncessary summary

This commit is contained in:
Matt Nadareski
2023-10-26 12:33:28 -04:00
parent 0e364be998
commit 227785b079
2 changed files with 1 additions and 3 deletions

View File

@@ -6,6 +6,7 @@
- Make Hasher more consistent
- Move all hashing to Hasher
- Separate out static hashing
- Remove unncessary summary
### 2.7.3 (2023-10-26)

View File

@@ -9,9 +9,6 @@ using MPF.Core.Data;
namespace MPF.Core.Hashing
{
/// <summary>
/// Async hashing class wraper
/// </summary>
public sealed class Hasher : IDisposable
{
#region Properties