Skip to content

Commit

Permalink
COH-30976 .NET version banner message has parentheses around the cl n…
Browse files Browse the repository at this point in the history
…umber

[git-p4: depot-paths = "//dev/main.net/": change = 111571]
  • Loading branch information
vasac committed Sep 25, 2024
1 parent d4ea212 commit 7f1deff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Coherence/Coherence.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,17 @@

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

<Description Condition="'$(Official)' == ''" >$(Version) ($(USER))</Description>
<Description Condition="'$(Official)' != ''" >$(Version) ($(BuildNumber))</Description>
<AssemblyTitle>Oracle Coherence Client for .NET $(Version)</AssemblyTitle>
<Description Condition="'$(Official)' != ''" >$(Version) Build $(BuildNumber)</Description>
<AssemblyTitle>Oracle Coherence for .NET $(Version)</AssemblyTitle>
</PropertyGroup>

<!-- NuGet metadata -->
<PropertyGroup>
<PackageId>Coherence</PackageId>
<Title>Oracle Coherence Client for .NET $(Version)</Title>
<Title>Oracle Coherence for .NET $(Version)</Title>
<PackageProjectUrl>https://coherence.community/</PackageProjectUrl>
<PackageIconUrl>https://raw.githubusercontent.com/oracle/coherence-dotnet-extend-client/main/assets/coherence-logo.png</PackageIconUrl>
<PackageIcon>coherence-logo.png</PackageIcon>
Expand Down

0 comments on commit 7f1deff

Please sign in to comment.