diff --git a/assets/nuget-readme.md b/assets/nuget-readme.md
index 62c85f3..4800f5a 100644
--- a/assets/nuget-readme.md
+++ b/assets/nuget-readme.md
@@ -2,15 +2,15 @@
Since its initial release in 2001, it has been used by thousands of customers across many industries to power some of the mission critical systems you use every day. Often imitated, but never duplicated, it is now available for everyone to use free of charge.
-### About Oracle Coherence Client for .NET
+### About Oracle Coherence Extend Client for .NET
-**Oracle Coherence Client for .NET** allows .NET applications to access Coherence clustered services, including data, data events, and data processing from outside the Coherence cluster. Typical uses of Coherence for .NET include desktop and web applications that require access to Coherence-managed data.
+**Oracle Coherence Extend Client for .NET** allows .NET applications to access Coherence clustered services, including data, data events, and data processing from outside the Coherence cluster. Typical uses of Coherence for .NET include desktop and web applications that require access to Coherence-managed data.
-Coherence Client for .NET is a lightweight .NET library that connects to a Coherence\*Extend clustered service instance running within the Coherence cluster using a high performance TCP/IP-based communication layer. This library sends all client requests to the Coherence\*Extend clustered service which, in turn, responds to client requests by delegating to an actual Coherence clustered service (for example, a *Partitioned* or *Replicated* cache service).
+Coherence Extend Client for .NET is a lightweight .NET library that connects to a Coherence\*Extend clustered service instance running within the Coherence cluster using a high performance TCP/IP-based communication layer. This library sends all client requests to the Coherence\*Extend clustered service which, in turn, responds to client requests by delegating to an actual Coherence clustered service (for example, a *Partitioned* or *Replicated* cache service).
An `INamedCache` instance is retrieved via the `CacheFactory.GetCache()` API call. Once it is obtained, a client accesses the `INamedCache` in the same way as it would if it were part of the Coherence cluster. The fact that cache operations are being sent and executed on a remote cluster node (over TCP/IP) is completely transparent to the client application.
-For more information, see [Oracle Coherence Client for .NET Documentation]((https://coherence.community/14.1.2.0/api/dotnet/index.html)
+For more information, see [Oracle Coherence Client for .NET Documentation](https://docs.oracle.com/en/middleware/fusion-middleware/coherence/14.1.2/net-reference)
### Additional Information
@@ -18,4 +18,4 @@ For more information, see [Oracle Coherence Client for .NET Documentation]((http
* [Oracle Coherence CE Blog](https://medium.com/oracle-coherence)
* [Oracle Coherence YouTube Channel](https://www.youtube.com/user/OracleCoherence)
* [Oracle Coherence CE Source Code](https://github.com/oracle/coherence)
-* [Oracle Coherence Client for .NET Source Code](https://github.com/oracle/coherence-dotnet-extend-client/tree/main)
+* [Oracle Coherence Extend Client for .NET Source Code](https://github.com/oracle/coherence-dotnet-extend-client/tree/main)
diff --git a/assets/nuget-session-store-readme.md b/assets/nuget-session-store-readme.md
new file mode 100644
index 0000000..929c592
--- /dev/null
+++ b/assets/nuget-session-store-readme.md
@@ -0,0 +1,17 @@
+**Oracle Coherence CE** (Community Edition) is a free and open source edition of [Oracle Coherence](https://www.oracle.com/middleware/technologies/coherence.html), first and market-leading in-memory data grid.
+
+Since its initial release in 2001, it has been used by thousands of customers across many industries to power some of the mission critical systems you use every day. Often imitated, but never duplicated, it is now available for everyone to use free of charge.
+
+### About Oracle Coherence Extend Client for .NET
+
+**Oracle Coherence Extend Client for .NET SessionStore** allows ASP.NET session state to be managed in a Coherence cluster. To use this feature, user must have a Coherence Commercial Edition of the server.
+
+For more information, see API Documentation for **Tangosol.Web** and **Tangosol.Web.Model** namespaces in [Oracle Coherence Extend Client for .NET Documentation](https://docs.oracle.com/en/middleware/fusion-middleware/coherence/14.1.2/net-reference)
+
+### Additional Information
+
+* [Oracle Coherence CE Web Site](https://coherence.community/)
+* [Oracle Coherence CE Blog](https://medium.com/oracle-coherence)
+* [Oracle Coherence YouTube Channel](https://www.youtube.com/user/OracleCoherence)
+* [Oracle Coherence CE Source Code](https://github.com/oracle/coherence)
+* [Oracle Coherence Extend Client for .NET Source Code](https://github.com/oracle/coherence-dotnet-extend-client/tree/main)
diff --git a/src/Coherence.SessionStore/Coherence.SessionStore.csproj b/src/Coherence.SessionStore/Coherence.SessionStore.csproj
index 25edb99..56d5985 100644
--- a/src/Coherence.SessionStore/Coherence.SessionStore.csproj
+++ b/src/Coherence.SessionStore/Coherence.SessionStore.csproj
@@ -35,6 +35,16 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/src/Coherence/Coherence.csproj b/src/Coherence/Coherence.csproj
index f0da63e..f547d25 100644
--- a/src/Coherence/Coherence.csproj
+++ b/src/Coherence/Coherence.csproj
@@ -101,6 +101,13 @@
+
+
+
+
+
+
+