Skip to content

Commit 3925ac3

Browse files
committed
feat: publish orleans and marten infrastructure packages
1 parent 3400c44 commit 3925ac3

File tree

3 files changed

+49
-3
lines changed

3 files changed

+49
-3
lines changed

src/Whaally.Domain.Infrastructure.OrleansHost.MartenPersistence/Whaally.Domain.Infrastructure.OrleansHost.MartenPersistence.csproj

+23
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

3+
<PropertyGroup>
4+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
5+
</PropertyGroup>
6+
7+
<ItemGroup>
8+
<None Include="..\..\assets\whaally-logo.png" Pack="true" PackagePath="\" />
9+
</ItemGroup>
10+
311
<ItemGroup>
412
<ProjectReference Include="..\Whaally.Domain.Infrastructure.OrleansHost\Whaally.Domain.Infrastructure.OrleansHost.csproj" />
513
</ItemGroup>
@@ -8,4 +16,19 @@
816
<PackageReference Include="Marten" />
917
</ItemGroup>
1018

19+
<PropertyGroup>
20+
<PackageId>Whaally.Domain.Infrastructure.OrleansHost.MartenPersistence</PackageId>
21+
<Description>Persistence provider for the Whaally Domain library in combination with the Orleans host.</Description>
22+
<PackageProjectUrl>https://github.com/whaally/domain</PackageProjectUrl>
23+
<RepositoryUrl>https://github.com/whaally/domain</RepositoryUrl>
24+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
25+
<Copyright>Copyright (c) Whaally 2024</Copyright>
26+
<RepositoryType>git</RepositoryType>
27+
<Authors>Corstian Boerman</Authors>
28+
<Company>Whaally</Company>
29+
<PackageTags>ddd domain model abstraction distributed
30+
actor framework orleans marten</PackageTags>
31+
<PackageIcon>whaally-logo.png</PackageIcon>
32+
</PropertyGroup>
33+
1134
</Project>

src/Whaally.Domain.Infrastructure.OrleansHost/Whaally.Domain.Infrastructure.OrleansHost.csproj

+23
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

3+
<PropertyGroup>
4+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
5+
</PropertyGroup>
6+
7+
<ItemGroup>
8+
<None Include="..\..\assets\whaally-logo.png" Pack="true" PackagePath="\" />
9+
</ItemGroup>
10+
311
<ItemGroup>
412
<PackageReference Include="Microsoft.Orleans.Core.Abstractions" />
513
<PackageReference Include="Microsoft.Orleans.EventSourcing" />
@@ -14,5 +22,20 @@
1422
<PropertyGroup>
1523
<NoWarn>CS0618</NoWarn>
1624
</PropertyGroup>
25+
26+
<PropertyGroup>
27+
<PackageId>Whaally.Domain.Infrastructure.OrleansHost</PackageId>
28+
<Description>Orleans infrastructure to run the Whaally Domain library with.</Description>
29+
<PackageProjectUrl>https://github.com/whaally/domain</PackageProjectUrl>
30+
<RepositoryUrl>https://github.com/whaally/domain</RepositoryUrl>
31+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
32+
<Copyright>Copyright (c) Whaally 2024</Copyright>
33+
<RepositoryType>git</RepositoryType>
34+
<Authors>Corstian Boerman</Authors>
35+
<Company>Whaally</Company>
36+
<PackageTags>ddd domain model abstraction distributed framework
37+
actor orleans</PackageTags>
38+
<PackageIcon>whaally-logo.png</PackageIcon>
39+
</PropertyGroup>
1740

1841
</Project>

src/Whaally.Domain/Whaally.Domain.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
<PackageProjectUrl>https://github.com/whaally/domain</PackageProjectUrl>
2222
<RepositoryUrl>https://github.com/whaally/domain</RepositoryUrl>
2323
<PackageLicenseExpression>MIT</PackageLicenseExpression>
24-
<Copyright>Copyright (c) Whaally 2023</Copyright>
24+
<Copyright>Copyright (c) Whaally 2024</Copyright>
2525
<RepositoryType>git</RepositoryType>
2626
<Authors>Corstian Boerman</Authors>
2727
<Company>Whaally</Company>
28-
<PackageTags>ddd domain model abstraction orchestrator orchestration distributed framework
29-
actor</PackageTags>
28+
<PackageTags>ddd domain model abstraction distributed
29+
actor framework</PackageTags>
3030
<PackageIcon>whaally-logo.png</PackageIcon>
3131
</PropertyGroup>
3232

0 commit comments

Comments
 (0)