Skip to content

Commit

Permalink
update version for 15.1.1
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//dev/main.net/": change = 112527]
  • Loading branch information
chpatel3 committed Nov 22, 2024
1 parent c6afbbc commit b43b9ef
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ The resulting files:
`src/Coherence/bin/Release/net6.0/Coherence.dll`
`src/Coherence.SessionStore/bin/Release/net6.0/Coherence.SessionStore.dll`

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

To clean all build artifacts from your build system, run the following
command:
Expand All @@ -119,7 +119,7 @@ dotnet new console --name "HelloCoherence"
1. Add the following references to the HelloCoherence.csproj (provide the Coherence.dll location in the `<HintPath>`):
```
<ItemGroup>
<Reference Include="Coherence, Version=14.1.2.0, Culture=neutral, PublicKeyToken=0ada89708fdf1f9a, processorArchitecture=MSIL">
<Reference Include="Coherence, Version=15.1.1.0, Culture=neutral, PublicKeyToken=0ada89708fdf1f9a, processorArchitecture=MSIL">
<HintPath>Coherence.dll</HintPath>
</Reference>
<PackageReference Include="Common.Logging" Version="3.4.1" />
Expand Down Expand Up @@ -386,7 +386,7 @@ cd doc
docfx docfx.json
```

For further details on developing Coherence for .NET applications, see the documentation [here](https://docs.oracle.com/en/middleware/standalone/coherence/14.1.2.0/develop-remote-clients/creating-net-extend-clients.html).
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).

## Contributing

Expand Down
2 changes: 1 addition & 1 deletion doc/api/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Oracle® Fusion Middleware .NET API Reference for Oracle Coherence

14c (14.1.2.0.0)
15c (15.1.1.0.0)

F79657-01

Expand Down
2 changes: 1 addition & 1 deletion doc/build/readme.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Oracle Coherence 14.1.2.0 for .NET
Oracle Coherence 15.1.1.0 for .NET
2 changes: 1 addition & 1 deletion doc/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Oracle® Fusion Middleware .NET API Reference for Oracle Coherence

14c (14.1.2.0.0)
15c (15.1.1.0.0)

F79657-01

Expand Down
2 changes: 1 addition & 1 deletion setup/Coherence.Setup/Coherence.Setup.Template.vdproj
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@
{
"AssemblyRegister" = "3:1"
"AssemblyIsInGAC" = "11:FALSE"
"AssemblyAsmDisplayName" = "8:Coherence, Version=14.1.2.0, Culture=neutral, PublicKeyToken=0ada89708fdf1f9a, processorArchitecture=MSIL"
"AssemblyAsmDisplayName" = "8:Coherence, Version=15.1.1.0, Culture=neutral, PublicKeyToken=0ada89708fdf1f9a, processorArchitecture=MSIL"
"ScatterAssemblies"
{
"_EE83A0AE59434AEB908C45B86BF5A195"
Expand Down
8 changes: 4 additions & 4 deletions src/Coherence.SessionStore/Coherence.SessionStore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>disable</Nullable>
<RootNamespace>Tangosol</RootNamespace>
<Version>14.1.2.0</Version>
<Title>Oracle Cohrence SessionStore 14.1.2.0</Title>
<Version>15.1.1.0</Version>
<Title>Oracle Cohrence SessionStore 15.1.1.0</Title>
<Authors>Oracle</Authors>
<Copyright>Copyright (c) 2000, 2024, Oracle and/or its affiliates. All rights reserved.</Copyright>
<PackageProjectUrl>https://coherence.community/</PackageProjectUrl>
<Product>Oracle Coherence SessionStore</Product>
<AssemblyVersion>14.1.2.0</AssemblyVersion>
<FileVersion>14.1.2.0</FileVersion>
<AssemblyVersion>15.1.1.0</AssemblyVersion>
<FileVersion>15.1.1.0</FileVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/Coherence/Coherence.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<!-- AssemblyInfo metadata -->
<PropertyGroup>
<VersionPrefix Condition="'$(VersionPrefix)' == ''">14.1.2.0</VersionPrefix>
<VersionPrefix Condition="'$(VersionPrefix)' == ''">15.1.1.0</VersionPrefix>
<Version Condition=" '$(VersionSuffix)' != '' ">$(VersionPrefix)-$(VersionSuffix)</Version>
<Version Condition=" '$(Version)' == '' ">$(VersionPrefix)</Version>
<AssemblyVersion>$(VersionPrefix)</AssemblyVersion>
Expand Down

0 comments on commit b43b9ef

Please sign in to comment.