Skip to content

Commit

Permalink
Cleanup for release
Browse files Browse the repository at this point in the history
  • Loading branch information
aseovic committed Nov 18, 2020
1 parent 7efd4bc commit 8f386d0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
3 changes: 2 additions & 1 deletion assets/nuget-readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ 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/)
* [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 for .NET Source Code](https://github.com/oracle/coherence-dotnet-extend-client)
* [Oracle Coherence Client for .NET Source Code](https://github.com/oracle/coherence-dotnet-extend-client/tree/v14.1.1.0-net-core)
11 changes: 5 additions & 6 deletions src/Coherence.Core/Coherence.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,35 +28,34 @@

<Company>Oracle</Company>
<Copyright>Copyright (c) 2000, 2020, Oracle and/or its affiliates. All rights reserved.</Copyright>
<Product>Oracle Coherence .NET Client</Product>
<Product>Oracle Coherence Client for .NET</Product>

<Description Condition="'$(Official)' == ''" >$(Version) ($(USER))</Description>
<Description Condition="'$(Official)' != ''" >$(Version)</Description>
<AssemblyTitle>Oracle Coherence for .NET $(Version)</AssemblyTitle>
<AssemblyTitle>Oracle Coherence Client for .NET $(Version)</AssemblyTitle>
</PropertyGroup>

<!-- NuGet metadata -->
<PropertyGroup>
<PackageId>Coherence.Core</PackageId>
<Title>Oracle Coherence for .NET $(Version)</Title>
<Title>Oracle Coherence Client for .NET $(Version)</Title>
<PackageProjectUrl>https://coherence.community/</PackageProjectUrl>
<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/.
</PackageDescription>
<PackageReadmeFile>readme.md</PackageReadmeFile>
<PackageReleaseNotes>
For release notes, please visit https://github.com/oracle/coherence-dotnet-extend-client/releases/tag/$(Version)-core/.
</PackageReleaseNotes>
<PackageTags>IMDG;Scalable;Distributed;DB;Cache;Microservices</PackageTags>
<Authors>Aleks Seovic,Patrick Fry,Luk Ho,Vaso Putica,Ana Cikic,Ivan Cikic,Goran Milosavljevic,Jason Howes</Authors>
<Authors>Oracle</Authors>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/oracle/coherence-dotnet-extend-client</RepositoryUrl>
<PackageLicenseExpression>UPL-1.0</PackageLicenseExpression>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<NuspecProperties>documentation=readme.md</NuspecProperties>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 8f386d0

Please sign in to comment.