Skip to content

Commit

Permalink
14.1.2.0 -> main.net @113234
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//dev/main.net/": change = 113238]
  • Loading branch information
lsho committed Jan 6, 2025
1 parent 21098b7 commit 3d1ef1b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/Coherence.SessionStore/Coherence.SessionStore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,23 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>

<!-- NuGet metadata -->
<PropertyGroup>
<PackageId>Coherence.SessionStore</PackageId>
<PackageProjectUrl>https://coherence.community/</PackageProjectUrl>
<PackageIcon>coherence-logo.png</PackageIcon>
<PackageDescription>
Implementation of Oracle Coherence .NET Extend Client session store for ASP.NET.
</PackageDescription>
<PackageTags>IMDG;Scalable;Distributed;DB;Cache;ASP.NET Session Store</PackageTags>
<Authors>Oracle</Authors>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/oracle/coherence-dotnet-extend-client</RepositoryUrl>
<PackageLicenseExpression>UPL-1.0</PackageLicenseExpression>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<OutputPath>bin\Debug/</OutputPath>
<WarningLevel>4</WarningLevel>
Expand Down

0 comments on commit 3d1ef1b

Please sign in to comment.