Skip to content

Commit

Permalink
COH-29453 Update the .NET Client to support .Net 6. Added files neede…
Browse files Browse the repository at this point in the history
…d for .nupkg build

[git-p4: depot-paths = "//dev/main.net/": change = 107015]
  • Loading branch information
lsho committed Feb 22, 2024
1 parent 7de88f7 commit 987c9bf
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions src/Coherence/Coherence.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<?xml version="1.0" encoding="utf-8"?>
<package>
<metadata>
<id>Coherence</id>
<version>$version$</version>
<title>Oracle Coherence for .NET $version$</title>
<authors>Oracle</authors>
<owners>Oracle</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">UPL-1.0</license>
<projectUrl>https://coherence.community/</projectUrl>
<repository type="git" url="https://github.com/oracle/coherence-dotnet-extend-client" branch="main" />
<icon>coherence-logo.png</icon>
<description>This is a .NET 6 (or later) compatible implementation of Oracle Coherence .NET Extend Client. For .NET 6 compatible implementation, see https://www.nuget.org/packages/Coherence/.</description>
<releaseNotes>For release notes, please visit https://github.com/oracle/coherence-dotnet-extend-client/releases/tag/$version$/.</releaseNotes>
<copyright>Copyright (c) 2000, 2024, Oracle and/or its affiliates. All rights reserved.</copyright>
<language>en-US</language>
<tags>IMDG;Scalable;Distributed;DB;Cache;Microservices</tags>
</metadata>
<files>
<file src="bin\Release\net6.0\Coherence.dll" target="lib\Coherence.dll" />
<file src="bin\Release\net6.0\Coherence.pdb" target="lib\Coherence.pdb" />
<file src="config\Coherence.xml" target="lib\Coherence.xml" />
<file src="..\..\Tests\Coherence.Tests\bin\Release\net6.0\Common.Logging.dll" target="lib\Common.Logging.dll" />
<file src="config\cache-config.xsd" target="config\cache-config.xsd" />
<file src="config\coherence.xsd" target="config\coherence.xsd" />
<file src="config\coherence-pof-config.xml" target="config\coherence-pof-config.xml" />
<file src="config\pof-config.xsd" target="config\pof-config.xsd" />
<file src="..\..\README.md" target="README.md" />
<file src="coherence-logo.png" target="" />
</files>
</package>
Binary file added src/Coherence/coherence-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 987c9bf

Please sign in to comment.