Skip to content

Commit

Permalink
Add package infos
Browse files Browse the repository at this point in the history
  • Loading branch information
CrunkA3 committed Aug 5, 2022
1 parent 9cd26cb commit 27c4c2c
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions KostalModbusClient/KostalModbusClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,25 @@
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PackageId>KostalModbusClient</PackageId>
<Version>1.0.1</Version>
<Authors>CrunkA3</Authors>
<PackageTags>modbus;kostal;energy;meter;inverter</PackageTags>
<Description>Modbus Client for Kostal Inverters</Description>
<PackageProjectUrl>https://github.com/CrunkA3/KostalModbusClient</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
<RepositoryUrl>https://github.com/CrunkA3/KostalModbusClient</RepositoryUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>


</PropertyGroup>

<ItemGroup>
<None Include="..\README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>

</Project>

0 comments on commit 27c4c2c

Please sign in to comment.