From a09b9a664976dd83548f861ec0b04849d3a3a677 Mon Sep 17 00:00:00 2001 From: Aleks Seovic Date: Wed, 18 Nov 2020 02:02:16 -0500 Subject: [PATCH] Cleanup for release (RC2) --- assets/nuget-readme.md | 1 + src/Coherence.Core/Coherence.Core.csproj | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/nuget-readme.md b/assets/nuget-readme.md index 10bf46b..1d466c3 100644 --- a/assets/nuget-readme.md +++ b/assets/nuget-readme.md @@ -11,6 +11,7 @@ Coherence Client for .NET is a lightweight .NET library that connects to a Coher 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.1.0/api/dotnet-core/index.html). + ### Additional Information * [Oracle Coherence CE Web Site](https://coherence.community/) diff --git a/src/Coherence.Core/Coherence.Core.csproj b/src/Coherence.Core/Coherence.Core.csproj index 23bebbe..6f3b108 100644 --- a/src/Coherence.Core/Coherence.Core.csproj +++ b/src/Coherence.Core/Coherence.Core.csproj @@ -43,8 +43,7 @@ https://raw.githubusercontent.com/oracle/coherence-dotnet-extend-client/main/assets/coherence-logo.png coherence-logo.png - This is a .NET Core 3.1 and .NET Standard 2.0-compatible implementation of Oracle Coherence .NET Extend Client. - For .NET Framework 4.x compatible implementation, see https://www.nuget.org/packages/Coherence/. + This is a .NET Core 3.1 and .NET Standard 2.0-compatible implementation of Oracle Coherence .NET Extend Client. For .NET Framework 4.x compatible implementation, see https://www.nuget.org/packages/Coherence/. For release notes, please visit https://github.com/oracle/coherence-dotnet-extend-client/releases/tag/$(Version)-core/.