diff --git a/src/core-func-abs-async/Func.Abstractions.Async/Func.Abstractions.Async.csproj b/src/core-func-abs-async/Func.Abstractions.Async/Func.Abstractions.Async.csproj
index 20f5e63..ebf7016 100644
--- a/src/core-func-abs-async/Func.Abstractions.Async/Func.Abstractions.Async.csproj
+++ b/src/core-func-abs-async/Func.Abstractions.Async/Func.Abstractions.Async.csproj
@@ -17,7 +17,7 @@
PrimeFuncPack Core.Func.Abstractions.Async is a core library for .NET consisting of IAsyncFunc asynchronous Task based functional interfaces (SAM interface) targeted for use in functional programming.
System
PrimeFuncPack.Core.Func.Abstractions.Async
- 2.0.0-rc.1.0.0
+ 2.0.0
diff --git a/src/core-func-abs-asyncvalue/Func.Abstractions.AsyncValue/Func.Abstractions.AsyncValue.csproj b/src/core-func-abs-asyncvalue/Func.Abstractions.AsyncValue/Func.Abstractions.AsyncValue.csproj
index 60492b4..388e79d 100644
--- a/src/core-func-abs-asyncvalue/Func.Abstractions.AsyncValue/Func.Abstractions.AsyncValue.csproj
+++ b/src/core-func-abs-asyncvalue/Func.Abstractions.AsyncValue/Func.Abstractions.AsyncValue.csproj
@@ -17,7 +17,7 @@
PrimeFuncPack Core.Func.Abstractions.AsyncValue is a core library for .NET consisting of IAsyncValueFunc asynchronous ValueTask based functional interfaces (SAM interface) targeted for use in functional programming.
System
PrimeFuncPack.Core.Func.Abstractions.AsyncValue
- 2.0.0-rc.1.0.0
+ 2.0.0
diff --git a/src/core-func-abs-sync/Func.Abstractions.Sync/Func.Abstractions.Sync.csproj b/src/core-func-abs-sync/Func.Abstractions.Sync/Func.Abstractions.Sync.csproj
index e88e9b8..67b5b89 100644
--- a/src/core-func-abs-sync/Func.Abstractions.Sync/Func.Abstractions.Sync.csproj
+++ b/src/core-func-abs-sync/Func.Abstractions.Sync/Func.Abstractions.Sync.csproj
@@ -17,7 +17,7 @@
PrimeFuncPack Core.Func.Abstractions.Sync is a core library for .NET consisting of IFunc synchronous functional interfaces (SAM interface) targeted for use in functional programming.
System
PrimeFuncPack.Core.Func.Abstractions.Sync
- 2.0.0-rc.1.0.0
+ 2.0.0
diff --git a/src/core-func-abs/Func.Abstractions/Func.Abstractions.csproj b/src/core-func-abs/Func.Abstractions/Func.Abstractions.csproj
index cdbdb56..44bc6a1 100644
--- a/src/core-func-abs/Func.Abstractions/Func.Abstractions.csproj
+++ b/src/core-func-abs/Func.Abstractions/Func.Abstractions.csproj
@@ -17,7 +17,7 @@
PrimeFuncPack Core.Func.Abstractions is a core library for .NET consisting of functional interfaces (SAM interfaces) targeted for use in functional programming - IAsyncFunc/IAsyncValueFunc and IFunc, both asynchronous (Task and ValueTask based) and synchronous.
System
PrimeFuncPack.Core.Func.Abstractions
- 2.0.0-rc.1.0.0
+ 2.0.0
@@ -32,9 +32,9 @@
-
-
-
+
+
+
diff --git a/src/core-func-ext-async/Func.Extensions.Async/Func.Extensions.Async.csproj b/src/core-func-ext-async/Func.Extensions.Async/Func.Extensions.Async.csproj
index 40c8241..8536af5 100644
--- a/src/core-func-ext-async/Func.Extensions.Async/Func.Extensions.Async.csproj
+++ b/src/core-func-ext-async/Func.Extensions.Async/Func.Extensions.Async.csproj
@@ -17,7 +17,7 @@
PrimeFuncPack Core.Func.Extensions.Async is a core library for .NET consisting of extensions for IAsyncFunc asynchronous Task based functional interface (SAM interface) targeted for use in functional programming.
System
PrimeFuncPack.Core.Func.Extensions.Async
- 2.0.0-rc.1.0.0
+ 2.0.0
@@ -32,7 +32,7 @@
-
+
diff --git a/src/core-func-ext-asyncvalue/Func.Extensions.AsyncValue/Func.Extensions.AsyncValue.csproj b/src/core-func-ext-asyncvalue/Func.Extensions.AsyncValue/Func.Extensions.AsyncValue.csproj
index 58731f5..fb58aca 100644
--- a/src/core-func-ext-asyncvalue/Func.Extensions.AsyncValue/Func.Extensions.AsyncValue.csproj
+++ b/src/core-func-ext-asyncvalue/Func.Extensions.AsyncValue/Func.Extensions.AsyncValue.csproj
@@ -17,7 +17,7 @@
PrimeFuncPack Core.Func.Extensions.AsyncValue is a core library for .NET consisting of extensions for IAsyncValueFunc asynchronous ValueTask based functional interface (SAM interface) targeted for use in functional programming.
System
PrimeFuncPack.Core.Func.Extensions.AsyncValue
- 2.0.0-rc.1.0.0
+ 2.0.0
@@ -32,7 +32,7 @@
-
+
diff --git a/src/core-func-ext-sync/Func.Extensions.Sync/Func.Extensions.Sync.csproj b/src/core-func-ext-sync/Func.Extensions.Sync/Func.Extensions.Sync.csproj
index 5cb672d..b3c73f0 100644
--- a/src/core-func-ext-sync/Func.Extensions.Sync/Func.Extensions.Sync.csproj
+++ b/src/core-func-ext-sync/Func.Extensions.Sync/Func.Extensions.Sync.csproj
@@ -17,7 +17,7 @@
PrimeFuncPack Core.Func.Extensions.Sync is a core library for .NET consisting of extensions for IFunc synchronous functional interface (SAM interface) targeted for use in functional programming.
System
PrimeFuncPack.Core.Func.Extensions.Sync
- 2.0.0-rc.1.0.0
+ 2.0.0
@@ -32,7 +32,7 @@
-
+
diff --git a/src/core-func-ext/Func.Extensions/Func.Extensions.csproj b/src/core-func-ext/Func.Extensions/Func.Extensions.csproj
index 252cb0c..a174e0b 100644
--- a/src/core-func-ext/Func.Extensions/Func.Extensions.csproj
+++ b/src/core-func-ext/Func.Extensions/Func.Extensions.csproj
@@ -17,7 +17,7 @@
PrimeFuncPack Core.Func.Extensions is a core library for .NET consisting of extensions for functional interfaces (SAM interfaces) targeted for use in functional programming - IAsyncFunc/IAsyncValueFunc and IFunc, both asynchronous (Task and ValueTask based) and synchronous.
System
PrimeFuncPack.Core.Func.Extensions
- 2.0.0-rc.1.0.0
+ 2.0.0
@@ -32,12 +32,12 @@
-
-
-
-
-
-
+
+
+
+
+
+