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 16
16
<GeneratePackageOnBuild >true</GeneratePackageOnBuild >
17
17
</PropertyGroup >
18
18
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
+
19
36
<PropertyGroup Condition =" '$(Configuration)' == 'Debug' " >
20
37
<OutputPath >bin\Debug/</OutputPath >
21
38
<WarningLevel >4</WarningLevel >
You can’t perform that action at this time.
0 commit comments