about summary refs log tree commit diff
path: root/LibMatrix.Federation
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.Federation
parentFederation work (diff)
downloadLibMatrix-093bb4ccd7191557ea223d11d509d76c79e8dfac.tar.xz
Packaging work HEAD codeberg/master master
Diffstat (limited to 'LibMatrix.Federation')
-rw-r--r--LibMatrix.Federation/LibMatrix.Federation.csproj11
1 files changed, 9 insertions, 2 deletions
diff --git a/LibMatrix.Federation/LibMatrix.Federation.csproj b/LibMatrix.Federation/LibMatrix.Federation.csproj

index 84721fe..2a9a0d8 100644 --- a/LibMatrix.Federation/LibMatrix.Federation.csproj +++ b/LibMatrix.Federation/LibMatrix.Federation.csproj
@@ -5,16 +5,23 @@ <LangVersion>preview</LangVersion> <ImplicitUsings>enable</ImplicitUsings> <Nullable>enable</Nullable> + <PackageId>RoryLibMatrix.Federation</PackageId> + <PackageLicenseExpression>AGPL-3.0-only</PackageLicenseExpression> + <PackageReadmeFile>README.md</PackageReadmeFile> </PropertyGroup> <ItemGroup> + <None Include="../README.md" Pack="true" PackagePath="\"/> + </ItemGroup> + + <ItemGroup> <ProjectReference Include="..\LibMatrix\LibMatrix.csproj"/> - <PackageReference Include="LibMatrix" Version="*-*" Condition="'$(ContinuousIntegrationBuild)'=='true'"/> + <PackageReference Include="RoryLibMatrix" Version="*-*" Condition="'$(ContinuousIntegrationBuild)'=='true'"/> </ItemGroup> <ItemGroup> <PackageReference Include="BouncyCastle.Cryptography" Version="2.6.2"/> - <PackageReference Include="Microsoft.Extensions.Primitives" Version="10.0.0" /> + <PackageReference Include="Microsoft.Extensions.Primitives" Version="10.0.0"/> </ItemGroup> </Project>