|
25 | 25 | <Version Condition=" '$(Version)' == '' ">$(VersionPrefix)</Version>
|
26 | 26 | <AssemblyVersion>$(VersionPrefix)</AssemblyVersion>
|
27 | 27 | <FileVersion>$(VersionPrefix)</FileVersion>
|
28 |
| - |
| 28 | + |
29 | 29 | <Company>Oracle</Company>
|
30 |
| - <Copyright>Copyright (c) 2000, 2024, Oracle and/or its affiliates. All rights reserved.</Copyright> |
| 30 | + <Copyright>Copyright (c) 2000, 2025, Oracle and/or its affiliates. All rights reserved.</Copyright> |
31 | 31 | <Product>Oracle Coherence for .NET</Product>
|
32 | 32 |
|
33 | 33 | <Description Condition="'$(Official)' == ''" >$(Version) ($(USER))</Description>
|
|
46 | 46 | Implementation of Oracle Coherence .NET Extend Client.
|
47 | 47 | </PackageDescription>
|
48 | 48 | <PackageReleaseNotes>
|
49 |
| - For release notes, please visit https://github.com/oracle/coherence-dotnet-extend-client/releases/tag/$(Version)/. |
| 49 | + For release notes, please visit https://github.com/oracle/coherence-dotnet-extend-client/releases/tag/$(Version)/. |
50 | 50 | </PackageReleaseNotes>
|
51 | 51 | <PackageTags>IMDG;Scalable;Distributed;DB;Cache;Microservices</PackageTags>
|
52 | 52 | <Authors>Oracle</Authors>
|
|
92 | 92 | <None Remove="Config\coherence-pof-config.xml" />
|
93 | 93 | <None Remove="Config\coherence.xsd" />
|
94 | 94 | </ItemGroup>
|
95 |
| - |
| 95 | + |
96 | 96 | <ItemGroup>
|
97 | 97 | <EmbeddedResource Include="Config\cache-config.xsd" />
|
98 | 98 | <EmbeddedResource Include="Config\coherence-cache-config.xml" />
|
|
108 | 108 | <None Include="Config/coherence.xsd" Pack="true" PackagePath="Config/coherence.xsd"/>
|
109 | 109 | <None Include="Config/pof-config.xsd" Pack="true" PackagePath="Config/pof-config.xsd"/>
|
110 | 110 | </ItemGroup>
|
111 |
| - |
| 111 | + |
112 | 112 | <ItemGroup>
|
113 | 113 | <None Include="../../assets/coherence-logo.png" Pack="true" PackagePath="/"/>
|
114 | 114 | <None Include="../../assets/nuget-readme.md" Pack="true" PackagePath="readme.md"/>
|
|
0 commit comments