chore(Abstraktion.Attribute): konfiguriert für die Verpackung

This commit is contained in:
Developer 02 2025-05-20 16:50:21 +02:00
parent a54ec39df7
commit fd698e7a5d

View File

@ -2,6 +2,17 @@
<PropertyGroup>
<TargetFrameworks>net462;net7.0;net8.0;net9.0</TargetFrameworks>
<PackageId>DigitalData.EmailProfilerDispatcher.Abstraction.Attributes</PackageId>
<Company>Digital Data GmbH</Company>
<Copyright>Copyright 2025</Copyright>
<PackageIcon>icon.png</PackageIcon>
<PackageTags>digital data email dispatcher</PackageTags>
<Description>This package provides the necessary Attributes for the DigitalData.EmailProfilerDispatcher.Abstractions library to support the .NET Framrwork.</Description>
<Authors>Digital Data GmbH</Authors>
<RepositoryUrl>http://git.dd:3000/AppStd/EmailProfilerDispatcher.git</RepositoryUrl>
<Version>1.0.0</Version>
<AssemblyVersion>1.0.0</AssemblyVersion>
<FileVersion>1.0.0</FileVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(TargetFramework)' == 'net462'">
@ -18,4 +29,11 @@
<PackageReference Include="System.ComponentModel.Annotations" Version="4.7.0" />
</ItemGroup>
<ItemGroup>
<None Include="..\Assets\icon.png">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>
</Project>