Skip to content

Commit

Permalink
Merge pull request #1 from DMXControl/dependabot/nuget/ArtNetSharp/RD…
Browse files Browse the repository at this point in the history
…MSharp-0.0.6

Bump RDMSharp from 0.0.5 to 0.0.6 in /ArtNetSharp
  • Loading branch information
patrick-dmxc authored Jan 31, 2024
2 parents e22a2ec + f48965a commit f81c801
Showing 1 changed file with 38 additions and 38 deletions.
76 changes: 38 additions & 38 deletions ArtNetSharp/ArtNetSharp.csproj
Original file line number Diff line number Diff line change
@@ -1,38 +1,38 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net6.0;net7.0;net8.0</TargetFrameworks>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<Version>0.0.10</Version>
<RepositoryUrl>https://github.com/DMXControl/ArtNetSharp</RepositoryUrl>
<PackageProjectUrl>$(RepositoryUrl)</PackageProjectUrl>
<PackageTags>RDM; ArtNet; E1.20; E1.33; E1.37-1; E1.37-2; E1.37-7</PackageTags>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageIcon>ArtNetSharp.png</PackageIcon>
<ApplicationIcon>Icons\ArtNetSharp.ico</ApplicationIcon>
<Description>This library allows you to use the ArtNet protocol version 4 in C#</Description>
<Company>DMXControl-Projects e.V.</Company>
<Authors>Patrick Grote</Authors>
<Title>$(AssemblyName)</Title>
<LangVersion>latest</LangVersion>
</PropertyGroup>

<ItemGroup>
<Content Include="Icons\ArtNetSharp.ico" />
</ItemGroup>

<ItemGroup>
<None Include="..\LICENSE">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="..\README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="Icons\ArtNetSharp.png" Pack="true" PackagePath="" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
<PackageReference Include="RDMSharp" Version="0.0.5" />
</ItemGroup>
</Project>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net6.0;net7.0;net8.0</TargetFrameworks>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<Version>0.0.10</Version>
<RepositoryUrl>https://github.com/DMXControl/ArtNetSharp</RepositoryUrl>
<PackageProjectUrl>$(RepositoryUrl)</PackageProjectUrl>
<PackageTags>RDM; ArtNet; E1.20; E1.33; E1.37-1; E1.37-2; E1.37-7</PackageTags>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageIcon>ArtNetSharp.png</PackageIcon>
<ApplicationIcon>Icons\ArtNetSharp.ico</ApplicationIcon>
<Description>This library allows you to use the ArtNet protocol version 4 in C#</Description>
<Company>DMXControl-Projects e.V.</Company>
<Authors>Patrick Grote</Authors>
<Title>$(AssemblyName)</Title>
<LangVersion>latest</LangVersion>
</PropertyGroup>

<ItemGroup>
<Content Include="Icons\ArtNetSharp.ico" />
</ItemGroup>

<ItemGroup>
<None Include="..\LICENSE">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="..\README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="Icons\ArtNetSharp.png" Pack="true" PackagePath="" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
<PackageReference Include="RDMSharp" Version="0.0.6" />
</ItemGroup>
</Project>

0 comments on commit f81c801

Please sign in to comment.