diff --git a/README.md b/README.md index cfafe07..6381135 100644 --- a/README.md +++ b/README.md @@ -164,7 +164,7 @@ dotnet new console -name "HelloCoherence" 1. Add the following references to the HelloCoherence.csproj (provide the Coherence.Core.dll location in the ``): ``` - + Coherence.Core.dll diff --git a/src/Coherence.Core/Coherence.Core.csproj b/src/Coherence.Core/Coherence.Core.csproj index 898399c..f07648b 100644 --- a/src/Coherence.Core/Coherence.Core.csproj +++ b/src/Coherence.Core/Coherence.Core.csproj @@ -20,14 +20,14 @@ - 14.1.1.4 + 14.1.1.10 $(VersionPrefix)-$(VersionSuffix) $(VersionPrefix) $(VersionPrefix) $(VersionPrefix) Oracle - Copyright (c) 2000, 2020, Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2000, 2022, Oracle and/or its affiliates. All rights reserved. Oracle Coherence Client for .NET $(Version) ($(USER)) diff --git a/tests/Coherence.Core.Tests/Properties/AssemblyInfo.cs b/tests/Coherence.Core.Tests/Properties/AssemblyInfo.cs index 8cd28f4..d680c41 100644 --- a/tests/Coherence.Core.Tests/Properties/AssemblyInfo.cs +++ b/tests/Coherence.Core.Tests/Properties/AssemblyInfo.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000, 2020, Oracle and/or its affiliates. + * Copyright (c) 2000, 2022, Oracle and/or its affiliates. * * Licensed under the Universal Permissive License v 1.0 as shown at * http://oss.oracle.com/licenses/upl. @@ -14,7 +14,7 @@ [assembly: AssemblyDescription(".NET Client API Tests for Oracle Coherence")] [assembly: AssemblyCompany("Oracle")] [assembly: AssemblyProduct("Oracle Coherence.NET Tests")] -[assembly: AssemblyCopyright("Copyright (c) 2000, 2020, Oracle and/or its affiliates. All rights reserved.")] +[assembly: AssemblyCopyright("Copyright (c) 2000, 2022, Oracle and/or its affiliates. All rights reserved.")] // sign assembly when RELEASE configuration is used, in order to get access to Coherence.Core internals #if RELEASE