Skip to content

Commit

Permalink
update version and copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
lsho committed Jul 29, 2022
1 parent e6eeced commit 5ff0340
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<HintPath>`):
```
<ItemGroup>
<Reference Include="Coherence.Core, Version=14.1.1.4, Culture=neutral, PublicKeyToken=0ada89708fdf1f9a, processorArchitecture=MSIL">
<Reference Include="Coherence.Core, Version=14.1.1.10, Culture=neutral, PublicKeyToken=0ada89708fdf1f9a, processorArchitecture=MSIL">
<HintPath>Coherence.Core.dll</HintPath>
</Reference>
<PackageReference Include="Common.Logging" Version="3.4.1" />
Expand Down
4 changes: 2 additions & 2 deletions src/Coherence.Core/Coherence.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@

<!-- AssemblyInfo metadata -->
<PropertyGroup>
<VersionPrefix Condition="'$(VersionPrefix)' == ''">14.1.1.4</VersionPrefix>
<VersionPrefix Condition="'$(VersionPrefix)' == ''">14.1.1.10</VersionPrefix>
<Version Condition=" '$(VersionSuffix)' != '' ">$(VersionPrefix)-$(VersionSuffix)</Version>
<Version Condition=" '$(Version)' == '' ">$(VersionPrefix)</Version>
<AssemblyVersion>$(VersionPrefix)</AssemblyVersion>
<FileVersion>$(VersionPrefix)</FileVersion>

<Company>Oracle</Company>
<Copyright>Copyright (c) 2000, 2020, Oracle and/or its affiliates. All rights reserved.</Copyright>
<Copyright>Copyright (c) 2000, 2022, Oracle and/or its affiliates. All rights reserved.</Copyright>
<Product>Oracle Coherence Client for .NET</Product>

<Description Condition="'$(Official)' == ''" >$(Version) ($(USER))</Description>
Expand Down
4 changes: 2 additions & 2 deletions tests/Coherence.Core.Tests/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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
Expand Down

0 comments on commit 5ff0340

Please sign in to comment.