Skip to content

Commit 5ff0340

Browse files
committed
update version and copyright
1 parent e6eeced commit 5ff0340

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ dotnet new console -name "HelloCoherence"
164164
1. Add the following references to the HelloCoherence.csproj (provide the Coherence.Core.dll location in the `<HintPath>`):
165165
```
166166
<ItemGroup>
167-
<Reference Include="Coherence.Core, Version=14.1.1.4, Culture=neutral, PublicKeyToken=0ada89708fdf1f9a, processorArchitecture=MSIL">
167+
<Reference Include="Coherence.Core, Version=14.1.1.10, Culture=neutral, PublicKeyToken=0ada89708fdf1f9a, processorArchitecture=MSIL">
168168
<HintPath>Coherence.Core.dll</HintPath>
169169
</Reference>
170170
<PackageReference Include="Common.Logging" Version="3.4.1" />

src/Coherence.Core/Coherence.Core.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020

2121
<!-- AssemblyInfo metadata -->
2222
<PropertyGroup>
23-
<VersionPrefix Condition="'$(VersionPrefix)' == ''">14.1.1.4</VersionPrefix>
23+
<VersionPrefix Condition="'$(VersionPrefix)' == ''">14.1.1.10</VersionPrefix>
2424
<Version Condition=" '$(VersionSuffix)' != '' ">$(VersionPrefix)-$(VersionSuffix)</Version>
2525
<Version Condition=" '$(Version)' == '' ">$(VersionPrefix)</Version>
2626
<AssemblyVersion>$(VersionPrefix)</AssemblyVersion>
2727
<FileVersion>$(VersionPrefix)</FileVersion>
2828

2929
<Company>Oracle</Company>
30-
<Copyright>Copyright (c) 2000, 2020, Oracle and/or its affiliates. All rights reserved.</Copyright>
30+
<Copyright>Copyright (c) 2000, 2022, 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>

tests/Coherence.Core.Tests/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2000, 2020, Oracle and/or its affiliates.
2+
* Copyright (c) 2000, 2022, Oracle and/or its affiliates.
33
*
44
* Licensed under the Universal Permissive License v 1.0 as shown at
55
* http://oss.oracle.com/licenses/upl.
@@ -14,7 +14,7 @@
1414
[assembly: AssemblyDescription(".NET Client API Tests for Oracle Coherence")]
1515
[assembly: AssemblyCompany("Oracle")]
1616
[assembly: AssemblyProduct("Oracle Coherence.NET Tests")]
17-
[assembly: AssemblyCopyright("Copyright (c) 2000, 2020, Oracle and/or its affiliates. All rights reserved.")]
17+
[assembly: AssemblyCopyright("Copyright (c) 2000, 2022, Oracle and/or its affiliates. All rights reserved.")]
1818

1919
// sign assembly when RELEASE configuration is used, in order to get access to Coherence.Core internals
2020
#if RELEASE

0 commit comments

Comments
 (0)