File tree 3 files changed +49
-3
lines changed
Whaally.Domain.Infrastructure.OrleansHost
Whaally.Domain.Infrastructure.OrleansHost.MartenPersistence
3 files changed +49
-3
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
+ <PropertyGroup >
4
+ <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
5
+ </PropertyGroup >
6
+
7
+ <ItemGroup >
8
+ <None Include =" ..\..\assets\whaally-logo.png" Pack =" true" PackagePath =" \" />
9
+ </ItemGroup >
10
+
3
11
<ItemGroup >
4
12
<ProjectReference Include =" ..\Whaally.Domain.Infrastructure.OrleansHost\Whaally.Domain.Infrastructure.OrleansHost.csproj" />
5
13
</ItemGroup >
8
16
<PackageReference Include =" Marten" />
9
17
</ItemGroup >
10
18
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
+
11
34
</Project >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
+ <PropertyGroup >
4
+ <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
5
+ </PropertyGroup >
6
+
7
+ <ItemGroup >
8
+ <None Include =" ..\..\assets\whaally-logo.png" Pack =" true" PackagePath =" \" />
9
+ </ItemGroup >
10
+
3
11
<ItemGroup >
4
12
<PackageReference Include =" Microsoft.Orleans.Core.Abstractions" />
5
13
<PackageReference Include =" Microsoft.Orleans.EventSourcing" />
14
22
<PropertyGroup >
15
23
<NoWarn >CS0618</NoWarn >
16
24
</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 >
17
40
18
41
</Project >
Original file line number Diff line number Diff line change 21
21
<PackageProjectUrl >https://github.com/whaally/domain</PackageProjectUrl >
22
22
<RepositoryUrl >https://github.com/whaally/domain</RepositoryUrl >
23
23
<PackageLicenseExpression >MIT</PackageLicenseExpression >
24
- <Copyright >Copyright (c) Whaally 2023 </Copyright >
24
+ <Copyright >Copyright (c) Whaally 2024 </Copyright >
25
25
<RepositoryType >git</RepositoryType >
26
26
<Authors >Corstian Boerman</Authors >
27
27
<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 >
30
30
<PackageIcon >whaally-logo.png</PackageIcon >
31
31
</PropertyGroup >
32
32
You can’t perform that action at this time.
0 commit comments