Skip to content

Commit a09b9a6

Browse files
committed
Cleanup for release (RC2)
1 parent 8f386d0 commit a09b9a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

assets/nuget-readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Coherence Client for .NET is a lightweight .NET library that connects to a Coher
1111
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.
1212

1313
For more information, see [Oracle Coherence Client for .NET Documentation](https://coherence.community/14.1.1.0/api/dotnet-core/index.html).
14+
1415
### Additional Information
1516

1617
* [Oracle Coherence CE Web Site](https://coherence.community/)

src/Coherence.Core/Coherence.Core.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@
4343
<PackageIconUrl>https://raw.githubusercontent.com/oracle/coherence-dotnet-extend-client/main/assets/coherence-logo.png</PackageIconUrl>
4444
<PackageIcon>coherence-logo.png</PackageIcon>
4545
<PackageDescription>
46-
This is a .NET Core 3.1 and .NET Standard 2.0-compatible implementation of Oracle Coherence .NET Extend Client.
47-
For .NET Framework 4.x compatible implementation, see https://www.nuget.org/packages/Coherence/.
46+
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/.
4847
</PackageDescription>
4948
<PackageReleaseNotes>
5049
For release notes, please visit https://github.com/oracle/coherence-dotnet-extend-client/releases/tag/$(Version)-core/.

0 commit comments

Comments
 (0)