From a477a3845940337c2bf48a3a9c8c6873e213bfb0 Mon Sep 17 00:00:00 2001 From: KOGA Mitsuhiro Date: Wed, 21 Feb 2024 04:32:09 +0900 Subject: [PATCH] Add ObservableCollections and ObservableCollections.R3 (#336) * Add ObservableCollections and ObservableCollections.R3 * bump CLSS.Constants.CollectionPool from 1.0.0 to 1.1.0 * bump CLSS.ExtensionMethods.IComparable.ClampToRange from 1.0.0 to 1.3.0 * bump CLSS.Types.AgnosticObjectPool from 1.0.0 to 1.1.0 --- registry.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/registry.json b/registry.json index 0f098797..81b9fc5b 100644 --- a/registry.json +++ b/registry.json @@ -1029,6 +1029,14 @@ "version": "[2.0.0,3.3.0]", "analyzer": true }, + "ObservableCollections": { + "listed": true, + "version": "1.0.0" + }, + "ObservableCollections.R3": { + "listed": true, + "version": "2.0.0" + }, "OneOf": { "listed": true, "version": "3.0.205"