Skip to content

Commit a7d6abb

Browse files
committed
Fix doc link
[git-p4: depot-paths = "//dev/main.net/": change = 114683]
1 parent d7ec338 commit a7d6abb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 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.
@@ -99,7 +99,7 @@ The resulting files:
9999
`src/Coherence/bin/Release/net6.0/Coherence.dll`
100100
`src/Coherence.SessionStore/bin/Release/net6.0/Coherence.SessionStore.dll`
101101

102-
`src/Coherence/bin/Release/Coherence.15.1.1.nupkg` - nuget package
102+
`src/Coherence/bin/Release/Coherence.14.1.2.nupkg` - nuget package
103103

104104
To clean all build artifacts from your build system, run the following
105105
command:
@@ -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=15.1.1.0, Culture=neutral, PublicKeyToken=0ada89708fdf1f9a, processorArchitecture=MSIL">
122+
<Reference Include="Coherence, Version=14.1.2.0, Culture=neutral, PublicKeyToken=0ada89708fdf1f9a, processorArchitecture=MSIL">
123123
<HintPath>Coherence.dll</HintPath>
124124
</Reference>
125125
<PackageReference Include="Common.Logging" Version="3.4.1" />
@@ -386,7 +386,7 @@ cd doc
386386
docfx docfx.json
387387
```
388388

389-
For further details on developing Coherence for .NET applications, see the documentation [here](https://docs.oracle.com/en/middleware/standalone/coherence/15.1.1.0/develop-remote-clients/creating-net-extend-clients.html).
389+
For further details on developing Coherence for .NET applications, see the documentation [here](https://docs.oracle.com/en/middleware/fusion-middleware/coherence/14.1.2/develop-remote-clients/creating-net-extend-clients.html).
390390

391391
## Contributing
392392

@@ -398,7 +398,7 @@ Please consult the [security guide](./SECURITY.md) for our responsible security
398398

399399
## License
400400

401-
Copyright (c) 2020, 2024 Oracle and/or its affiliates.
401+
Copyright (c) 2020, 2025 Oracle and/or its affiliates.
402402

403403
Released under the Universal Permissive License v1.0 as shown at
404404
<https://oss.oracle.com/licenses/upl/>.

0 commit comments

Comments
 (0)