Skip to content

Commit

Permalink
Bump v0.0.33
Browse files Browse the repository at this point in the history
Update Nuget-Packages
  • Loading branch information
patrick-dmxc committed Jun 20, 2024
1 parent adc302a commit 48dbe5c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions ArtNetSharp/ArtNetSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net6.0;net7.0;net8.0</TargetFrameworks>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<Version>0.0.32</Version>
<Version>0.0.33</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>
Expand Down Expand Up @@ -32,8 +32,8 @@
<None Include="Icons\ArtNetSharp.png" Pack="true" PackagePath="" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="DMXControlProjects.WellKnownDataTypes" Version="0.0.3" />
<PackageReference Include="DMXControlProjects.WellKnownDataTypes" Version="0.0.4" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
<PackageReference Include="RDMSharp" Version="0.0.11" />
<PackageReference Include="RDMSharp" Version="0.0.12" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion ArtNetTests/ArtNetTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="DMXControlProjects.WellKnownDataTypes" Version="0.0.3" />
<PackageReference Include="DMXControlProjects.WellKnownDataTypes" Version="0.0.4" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="NUnit" Version="4.1.0" />
<PackageReference Include="NUnit.Analyzers" Version="4.2.0">
Expand Down

0 comments on commit 48dbe5c

Please sign in to comment.