Skip to content

Commit 3d1ef1b

Browse files
committed
14.1.2.0 -> main.net @113234
[git-p4: depot-paths = "//dev/main.net/": change = 113238]
1 parent 21098b7 commit 3d1ef1b

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

src/Coherence.SessionStore/Coherence.SessionStore.csproj

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,23 @@
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>

0 commit comments

Comments
 (0)