mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-15 04:35:00 +00:00
chore: Updating changelog, incrementing minor version
This commit is contained in:
@@ -17,6 +17,9 @@ namespace ICD.Common.Utils.Collections
|
||||
private readonly LinkedList<TContents> m_Collection;
|
||||
private int m_MaxSize;
|
||||
|
||||
/// <summary>
|
||||
/// Raised when an item is trimmed from the end of the queue.
|
||||
/// </summary>
|
||||
public event EventHandler<GenericEventArgs<TContents>> OnItemTrimmed;
|
||||
|
||||
#region Properties
|
||||
|
||||
@@ -4,4 +4,4 @@ using System.Reflection;
|
||||
[assembly: AssemblyCompany("ICD Systems")]
|
||||
[assembly: AssemblyProduct("ICD.Common.Utils")]
|
||||
[assembly: AssemblyCopyright("Copyright © ICD Systems 2020")]
|
||||
[assembly: AssemblyVersion("11.0.0.0")]
|
||||
[assembly: AssemblyVersion("11.1.0.0")]
|
||||
|
||||
Reference in New Issue
Block a user