chore: Updating changelog, incrementing minor version

This commit is contained in:
Chris Cameron
2020-05-19 10:45:05 -04:00
parent cad3cf60cf
commit 9912097a33
3 changed files with 7 additions and 3 deletions

View File

@@ -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

View File

@@ -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")]