Skip to content

Commit 55778d3

Browse files
committed
Bump .net version to 14.1.2.0.2
[git-p4: depot-paths = "//dev/release.net/coherence-net-v14.1.2.0/": change = 114839]
1 parent 4740801 commit 55778d3

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

Coherence.properties

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
Copyright (c) 2000, 2024, Oracle and/or its affiliates.
3+
Copyright (c) 2000, 2025, Oracle and/or its affiliates.
44

55
Licensed under the Universal Permissive License v 1.0 as shown at
66
http://oss.oracle.com/licenses/upl.
@@ -18,12 +18,12 @@ http://oss.oracle.com/licenses/upl.
1818
AssemblyPatch = 4th Oracle number * 1000 + 5th Oracle number;
1919

2020
e.g:
21-
12.2.1.0.0 (Oracle) ==> 12.2.1.0 (.NET), AssemblyPatch = 0 * 1000 + 0 = 0
22-
12.2.1.0.1 (Oracle) ==> 12.2.1.1 (.NET), AssemblyPatch = 0 * 1000 + 1 = 1
23-
12.2.1.1.0 (Oracle) ==> 12.2.1.1000 (.NET), AssemblyPatch = 1 * 1000 + 0 = 1000
24-
12.2.1.1.1 (Oracle) ==> 12.2.1.1001 (.NET), AssemblyPatch = 1 * 1000 + 1 = 1001
21+
14.1.2.0.0 (Oracle) ==> 14.1.2.0 (.NET), AssemblyPatch = 0 * 1000 + 0 = 0
22+
14.1.2.0.1 (Oracle) ==> 14.1.2.1 (.NET), AssemblyPatch = 0 * 1000 + 1 = 1
23+
14.1.2.1.0 (Oracle) ==> 14.1.2.1000 (.NET), AssemblyPatch = 1 * 1000 + 0 = 1000
24+
14.1.2.1.1 (Oracle) ==> 14.1.2.1001 (.NET), AssemblyPatch = 1 * 1000 + 1 = 1001
2525
-->
26-
<AssemblyPatch>1</AssemblyPatch>
26+
<AssemblyPatch>2</AssemblyPatch>
2727
<AssemblyDescription></AssemblyDescription>
2828
<BuildType>Release</BuildType>
2929
<!--

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!--
22
3-
Copyright (c) 2000, 2024, Oracle and/or its affiliates.
3+
Copyright (c) 2000, 2025, Oracle and/or its affiliates.
44
55
Licensed under the Universal Permissive License v 1.0 as shown at
66
https://oss.oracle.com/licenses/upl.
@@ -119,7 +119,7 @@ dotnet new console --name "HelloCoherence"
119119
1. Add the following references to the HelloCoherence.csproj (provide the Coherence.dll location in the `<HintPath>`):
120120
```
121121
<ItemGroup>
122-
<Reference Include="Coherence, Version=14.1.2.1, Culture=neutral, PublicKeyToken=0ada89708fdf1f9a, processorArchitecture=MSIL">
122+
<Reference Include="Coherence, Version=14.1.2.2, Culture=neutral, PublicKeyToken=0ada89708fdf1f9a, processorArchitecture=MSIL">
123123
<HintPath>Coherence.dll</HintPath>
124124
</Reference>
125125
<PackageReference Include="Common.Logging" Version="3.4.1" />

src/Coherence/Coherence.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<!-- AssemblyInfo metadata -->
2222
<PropertyGroup>
23-
<VersionPrefix Condition="'$(VersionPrefix)' == ''">14.1.2.1</VersionPrefix>
23+
<VersionPrefix Condition="'$(VersionPrefix)' == ''">14.1.2.2</VersionPrefix>
2424
<Version Condition=" '$(VersionSuffix)' != '' ">$(VersionPrefix)-$(VersionSuffix)</Version>
2525
<Version Condition=" '$(Version)' == '' ">$(VersionPrefix)</Version>
2626
<AssemblyVersion>$(VersionPrefix)</AssemblyVersion>

0 commit comments

Comments
 (0)