diogotr7 / OpenRGB.NET

C# client for the OpenRGB SDK
MIT License
40 stars 16 forks source link

new version support profile management #9

Closed wojciech-Kokot closed 3 years ago

wojciech-Kokot commented 3 years ago

Is it possible to update OpenRGB.NET client due to new features in OPENRGB added? In pipeline #252312272 profile management are supported. new commands are : NetworkClient::SendRequest_LoadProfile(std::string profile_name) void NetworkClient::SendRequest_SaveProfile(std::string profile_name) NetworkClient::SendRequest_GetProfileList() and more I'm your big Fan and waiting forn new version

sparten11740 commented 3 years ago

@diogotr7 could you publish the latest version with the profile management features to nuget? that'd be really appreciated, thank you!

diogotr7 commented 3 years ago

I've submitted v1.6.0 to nuget just now. It should be indexed and become avilable soon.

wojciech-Kokot commented 3 years ago

thank You :)