Skip to content

Commit c977280

Browse files
authored
Merge pull request #81 from neuroglia-io/fix-redis-roa-package
Fixed the Neuroglia.Data.Infrastructure.ResourceOriented.Redis to properly generate and publish package
2 parents 905e6a3 + 1550930 commit c977280

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

src/Neuroglia.Data.Infrastructure.ResourceOriented.Redis/Neuroglia.Data.Infrastructure.ResourceOriented.Redis.csproj

+22
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,30 @@
44
<TargetFramework>net8.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
7+
<GenerateDocumentationFile>True</GenerateDocumentationFile>
8+
<Company>Neuroglia SRL</Company>
9+
<Copyright>Copyright © 2021-Present Neuroglia SRL. All rights reserved.</Copyright>
10+
<Authors>Neuroglia SRL</Authors>
11+
<RepositoryUrl>https://github.com/neuroglia-io/framework</RepositoryUrl>
12+
<RepositoryType>git</RepositoryType>
13+
<PackageTags>neuroglia framework data infrastructure resource-oriented redis</PackageTags>
14+
<Version>4.8.1</Version>
15+
<NeutralLanguage>en</NeutralLanguage>
16+
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
17+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
18+
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
19+
<PackageIcon>logo_white_on_blue_256.png</PackageIcon>
20+
<IsPackable>true</IsPackable>
21+
<DebugType>embedded</DebugType>
722
</PropertyGroup>
823

24+
<ItemGroup>
25+
<None Include="..\..\assets\img\logo_white_on_blue_256.png" Link="logo_white_on_blue_256.png">
26+
<PackagePath>\</PackagePath>
27+
<Pack>True</Pack>
28+
</None>
29+
</ItemGroup>
30+
931
<ItemGroup>
1032
<PackageReference Include="StackExchange.Redis" Version="2.7.33" />
1133
</ItemGroup>

0 commit comments

Comments
 (0)