Skip to content

Commit 6de8243

Browse files
committed
Update the copyright year to 2025 (14.1.2.0 cl 113102 --> 14.1.1.0-core)
[git-p4: depot-paths = "//dev/release.net/coherence-net-v14.1.1.0-core/": change = 113103]
1 parent 4b14006 commit 6de8243

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/Coherence.Core/Coherence.Core.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
<Version Condition=" '$(Version)' == '' ">$(VersionPrefix)</Version>
2626
<AssemblyVersion>$(VersionPrefix)</AssemblyVersion>
2727
<FileVersion>$(VersionPrefix)</FileVersion>
28-
28+
2929
<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>
3131
<Product>Oracle Coherence Client for .NET</Product>
3232

3333
<Description Condition="'$(Official)' == ''" >$(Version) ($(USER))</Description>
@@ -70,7 +70,7 @@
7070
<None Remove="Config\coherence-pof-config.xml" />
7171
<None Remove="Config\coherence.xsd" />
7272
</ItemGroup>
73-
73+
7474
<ItemGroup>
7575
<EmbeddedResource Include="Config\cache-config.xsd" />
7676
<EmbeddedResource Include="Config\coherence-cache-config.xml" />
@@ -79,7 +79,7 @@
7979
<EmbeddedResource Include="Config\coherence-pof-config.xml" />
8080
<EmbeddedResource Include="Config\coherence.xsd" />
8181
</ItemGroup>
82-
82+
8383
<ItemGroup>
8484
<None Include="../../assets/coherence-logo.png" Pack="true" PackagePath="/"/>
8585
<None Include="../../assets/nuget-readme.md" Pack="true" PackagePath="readme.md"/>

src/Coherence.Core/Coherence.Core.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<icon>coherence-logo.png</icon>
1414
<description>This is a .NET Core 6.0, 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/.</description>
1515
<releaseNotes>For release notes, please visit https://github.com/oracle/coherence-dotnet-extend-client/releases/tag/$version$/.</releaseNotes>
16-
<copyright>Copyright (c) 2000, 2024, Oracle and/or its affiliates. All rights reserved.</copyright>
16+
<copyright>Copyright (c) 2000, 2025, Oracle and/or its affiliates. All rights reserved.</copyright>
1717
<language>en-US</language>
1818
<tags>IMDG;Scalable;Distributed;DB;Cache;Microservices</tags>
1919
</metadata>

0 commit comments

Comments
 (0)