Skip to content

Commit

Permalink
Bump to v0.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-dmxc committed Feb 28, 2024
1 parent e3a7270 commit 10e50cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions ArtNetSharp.sln
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NodeOutputExample", "Exampl
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NodeInputExample", "Examples\NodeInputExample\NodeInputExample.csproj", "{9CCE08DE-6ED6-4A19-AB0D-C01413A2E5D3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ControlerRDMExample", "ControlerRDMExample\ControlerRDMExample.csproj", "{E3B7C3EE-12BE-40F7-B992-28D07FBE1D21}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RDMSharp", "..\RDMSharp\RDMSharp\RDMSharp.csproj", "{51852375-CED5-4884-B93C-D4224559690E}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ControlerRDMExample", "ControlerRDMExample\ControlerRDMExample.csproj", "{E3B7C3EE-12BE-40F7-B992-28D07FBE1D21}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down Expand Up @@ -47,10 +45,6 @@ Global
{E3B7C3EE-12BE-40F7-B992-28D07FBE1D21}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E3B7C3EE-12BE-40F7-B992-28D07FBE1D21}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E3B7C3EE-12BE-40F7-B992-28D07FBE1D21}.Release|Any CPU.Build.0 = Release|Any CPU
{51852375-CED5-4884-B93C-D4224559690E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{51852375-CED5-4884-B93C-D4224559690E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{51852375-CED5-4884-B93C-D4224559690E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{51852375-CED5-4884-B93C-D4224559690E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
2 changes: 1 addition & 1 deletion 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.12</Version>
<Version>0.0.13</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

0 comments on commit 10e50cb

Please sign in to comment.