From bad19915faa2b042d09d5dcdcee451e47ea54b8c Mon Sep 17 00:00:00 2001 From: Mark Lopez Date: Thu, 28 Jan 2021 16:02:56 -0600 Subject: [PATCH 1/2] Added net461 target. --- src/Nito.Collections.Deque/Nito.Collections.Deque.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Nito.Collections.Deque/Nito.Collections.Deque.csproj b/src/Nito.Collections.Deque/Nito.Collections.Deque.csproj index 05a4f99..6e86453 100644 --- a/src/Nito.Collections.Deque/Nito.Collections.Deque.csproj +++ b/src/Nito.Collections.Deque/Nito.Collections.Deque.csproj @@ -2,7 +2,7 @@ A double-ended queue. - netstandard1.0;netstandard2.0 + netstandard1.0;netstandard2.0;net461 collection;deque;dequeue From cc10d1146859ec639d258bc1147ebf781a5f7ad8 Mon Sep 17 00:00:00 2001 From: Stephen Cleary Date: Sat, 25 Sep 2021 10:17:14 -0400 Subject: [PATCH 2/2] Bump version. --- src/project.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/project.props b/src/project.props index d39ac69..ceebe91 100644 --- a/src/project.props +++ b/src/project.props @@ -1,6 +1,6 @@ - 1.1.0 + 1.1.1 Stephen Cleary