about summary refs log tree commit diff
path: root/LibMatrix.EventTypes/LibMatrix.EventTypes.csproj
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-12-05 14:42:40 +0100
committerRory& <root@rory.gay>2025-12-05 14:42:40 +0100
commit093bb4ccd7191557ea223d11d509d76c79e8dfac (patch)
tree6816a853e1677736ee02653459e9957d38fff266 /LibMatrix.EventTypes/LibMatrix.EventTypes.csproj
parentFederation work (diff)
downloadLibMatrix-093bb4ccd7191557ea223d11d509d76c79e8dfac.tar.xz
Packaging work HEAD codeberg/master master
Diffstat (limited to 'LibMatrix.EventTypes/LibMatrix.EventTypes.csproj')
-rw-r--r--LibMatrix.EventTypes/LibMatrix.EventTypes.csproj7
1 files changed, 7 insertions, 0 deletions
diff --git a/LibMatrix.EventTypes/LibMatrix.EventTypes.csproj b/LibMatrix.EventTypes/LibMatrix.EventTypes.csproj

index f1dcbec..e633aef 100644 --- a/LibMatrix.EventTypes/LibMatrix.EventTypes.csproj +++ b/LibMatrix.EventTypes/LibMatrix.EventTypes.csproj
@@ -4,9 +4,16 @@ <TargetFramework>net10.0</TargetFramework> <ImplicitUsings>enable</ImplicitUsings> <Nullable>enable</Nullable> + <PackageId>RoryLibMatrix.EventTypes</PackageId> + <PackageLicenseExpression>AGPL-3.0-only</PackageLicenseExpression> + <PackageReadmeFile>README.md</PackageReadmeFile> </PropertyGroup> <ItemGroup> + <None Include="../README.md" Pack="true" PackagePath="\"/> + </ItemGroup> + + <ItemGroup> <ProjectReference Include="..\ArcaneLibs\ArcaneLibs\ArcaneLibs.csproj" Condition="'$(ContinuousIntegrationBuild)'!='true'"/> <PackageReference Include="ArcaneLibs" Version="1.0.0-preview.2025*" Condition="'$(ContinuousIntegrationBuild)'=='true'"/> </ItemGroup>