Skip to content

Commit

Permalink
fixed package readme
Browse files Browse the repository at this point in the history
  • Loading branch information
thewhobox committed Nov 26, 2024
1 parent da8f6d1 commit c492291
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Kaenx.Konnect/Kaenx.Konnect.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<PackageTags>knx, bus, communication</PackageTags>
<PackageReleaseNotes>Verbesserungen bei der Buskommunikation</PackageReleaseNotes>
<PackageLicenseFile>License</PackageLicenseFile>
<PackageReadmeFile>Readme.md</PackageReadmeFile>
<PackageProjectUrl>https://github.com/OpenKnx/Kaenx-Konnect</PackageProjectUrl>
<RepositoryUrl>https://github.com/OpenKnx/Kaenx-Konnect</RepositoryUrl>
<RepositoryType>Github</RepositoryType>
Expand All @@ -27,10 +28,8 @@

<ItemGroup>
<None Remove="Data\knx_interfaces.xml" />
<None Include="..\License">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
<None Include="..\License" Pack="True" PackagePath="\" />
<None Include="..\Readme.md" Pack="True" PackagePath="\" />
</ItemGroup>

<ItemGroup>
Expand All @@ -46,7 +45,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging" Version="5.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>

</Project>

0 comments on commit c492291

Please sign in to comment.