Skip to content

Commit 3ca62d4

Browse files
committed
Undo //dev/release.net/coherence-net-v14.1.2.0/... changelist 115483
[git-p4: depot-paths = "//dev/release.net/coherence-net-v14.1.2.0/": change = 115494]
1 parent 63fa720 commit 3ca62d4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Coherence.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ http://oss.oracle.com/licenses/upl.
2323
14.1.2.1.0 (Oracle) ==> 14.1.2.1000 (.NET), AssemblyPatch = 1 * 1000 + 0 = 1000
2424
14.1.2.1.1 (Oracle) ==> 14.1.2.1001 (.NET), AssemblyPatch = 1 * 1000 + 1 = 1001
2525
-->
26-
<AssemblyPatch>3</AssemblyPatch>
26+
<AssemblyPatch>2</AssemblyPatch>
2727
<AssemblyDescription></AssemblyDescription>
2828
<BuildType>Release</BuildType>
2929
<!--

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.3, 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.3</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)