updated project settings
piwigodotnet/pipeline/head This commit looks good Details

This commit is contained in:
Philipp Häfelfinger 2023-07-14 15:38:49 +02:00
parent 80b293eec1
commit a7fedae308
1 changed files with 9 additions and 0 deletions

View File

@ -4,6 +4,15 @@
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Title>Piwigo dotnet for dependency injection</Title>
<Authors>Philipp Häfelfinger</Authors>
<Description>Provides registration extensions for piwigo dotnet to be used with microsofts service collection</Description>
<Copyright>(c) by Philipp Häfelfinger</Copyright>
<PackageProjectUrl>https://git.haefelfinger.net/piwigo/piwigodotnet.git</PackageProjectUrl>
<PackageLicenseUrl>https://git.haefelfinger.net/piwigo/piwigodotnet/raw/branch/main/LICENSE</PackageLicenseUrl>
<RepositoryUrl>https://git.haefelfinger.net/piwigo/piwigodotnet.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>piwigo,dependencyinjection</PackageTags>
</PropertyGroup>
<ItemGroup>