Skip to content

Commit

Permalink
Cleanup for release (RC2)
Browse files Browse the repository at this point in the history
  • Loading branch information
aseovic committed Nov 18, 2020
1 parent 8f386d0 commit a09b9a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions assets/nuget-readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
Expand Down
3 changes: 1 addition & 2 deletions src/Coherence.Core/Coherence.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@
<PackageIconUrl>https://raw.githubusercontent.com/oracle/coherence-dotnet-extend-client/main/assets/coherence-logo.png</PackageIconUrl>
<PackageIcon>coherence-logo.png</PackageIcon>
<PackageDescription>
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/.
</PackageDescription>
<PackageReleaseNotes>
For release notes, please visit https://github.com/oracle/coherence-dotnet-extend-client/releases/tag/$(Version)-core/.
Expand Down

0 comments on commit a09b9a6

Please sign in to comment.