File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
src/Coherence.SessionStore Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 1616 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
1717 </PropertyGroup >
1818
19+ <!-- NuGet metadata -->
20+ <PropertyGroup >
21+ <PackageId >Coherence.SessionStore</PackageId >
22+ <PackageProjectUrl >https://coherence.community/</PackageProjectUrl >
23+ <PackageIcon >coherence-logo.png</PackageIcon >
24+ <PackageDescription >
25+ Implementation of Oracle Coherence .NET Extend Client session store for ASP.NET.
26+ </PackageDescription >
27+ <PackageTags >IMDG;Scalable;Distributed;DB;Cache;ASP.NET Session Store</PackageTags >
28+ <Authors >Oracle</Authors >
29+ <RepositoryType >git</RepositoryType >
30+ <RepositoryUrl >https://github.com/oracle/coherence-dotnet-extend-client</RepositoryUrl >
31+ <PackageLicenseExpression >UPL-1.0</PackageLicenseExpression >
32+ <IncludeSymbols >true</IncludeSymbols >
33+ <SymbolPackageFormat >snupkg</SymbolPackageFormat >
34+ </PropertyGroup >
35+
1936 <PropertyGroup Condition =" '$(Configuration)' == 'Debug' " >
2037 <OutputPath >bin\Debug/</OutputPath >
2138 <WarningLevel >4</WarningLevel >
You can’t perform that action at this time.
0 commit comments