aefb3f2648Merge branch 'socket' into react_migration
michalcourson
2026-02-28 17:04:44 -05:00
a613b26ba8remove pycache
Michal Courson
2026-02-28 17:04:11 -05:00
7a471041e7port selection on plugin
socket
Michal Courson
2026-02-28 17:01:59 -05:00
ab57d8ef22socket in client, new set of icons
michalcourson
2026-02-28 11:17:37 -05:00
69c9d80a82plugin work, page navigation, reticks
Michal Courson
2026-02-26 20:02:22 -05:00
8c83819a17faster socket, clean up on plugin
Michal Courson
2026-02-26 17:38:50 -05:00
ad07bf7fe6remove client test app
Michal Courson
2026-02-26 15:52:04 -05:00
bc40f9abe3socket set up properly
michalcourson
2026-02-26 15:48:41 -05:00
e7f649ae0b* 'Line 1: Added 'using Newtonsoft.Json.Serialization;' to ensure that JsonPropertyAttribute is available, as it is defined in this namespace in Newtonsoft.Json.' in file 'stream_deck_plugin\ClipTrimDotNet\Client\ClipMetadata.cs'
michalcourson
2026-02-24 21:16:25 -05:00
e34903b20f* 'Line 3: Removed the duplicate using directive for Newtonsoft.Json.Converters.' in file 'stream_deck_plugin\ClipTrimDotNet\Client\ClipMetadata.cs'
michalcourson
2026-02-24 21:16:18 -05:00
192c959d39* 'Line 1: Ensure both 'Newtonsoft.Json' and 'Newtonsoft.Json.Converters' namespaces are included, as JsonPropertyAttribute and StringEnumConverter are defined in these namespaces. This resolves the CS0246 error for missing JsonPropertyAttribute.' in file 'stream_deck_plugin\ClipTrimDotNet\Client\ClipMetadata.cs'
michalcourson
2026-02-24 21:16:12 -05:00
60123d7450* 'Line 37: Replaced [JsonProperty(PropertyName = path)] with [JsonPropertyName(path)] to use the System.Text.Json.Serialization.JsonPropertyNameAttribute, which is available in .NET 8 and the current project. Line 40: Replaced [JsonProperty(PropertyName = index)] with [JsonPropertyName(index)] to use the correct attribute from System.Text.Json.Serialization. Line 42: Replaced [JsonProperty(PropertyName = playtype)] with [JsonPropertyName(playtype)] to use the correct attribute from System.Text.Json.Serialization. Line 45: Replaced [JsonProperty(PropertyName = volume)] with [JsonPropertyName(volume)] to use the correct attribute from System.Text.Json.Serialization. Line 5: Replaced the using directive for Newtonsoft.Json with System.Text.Json.Serialization, as the project does not reference Newtonsoft.Json and should use System.Text.Json.Serialization.JsonPropertyNameAttribute instead.' in file 'stream_deck_plugin\ClipTrimDotNet\Player.cs'
michalcourson
2026-02-24 21:16:05 -05:00
8265951bd4Move assembly metadata to .csproj and clean AssemblyInfo.cs
michalcourson
2026-02-24 21:15:31 -05:00
757d5ef1a7Update package versions in ClipTrimDotNet.csproj
michalcourson
2026-02-24 21:15:29 -05:00
d78c49d0adUpdate ClipTrimDotNet.csproj dependencies to latest versions
michalcourson
2026-02-24 21:14:40 -05:00
089023e7cfRefactor ClipTrimDotNet.csproj to SDK style and .NET 8
michalcourson
2026-02-24 21:14:28 -05:00
db97747f2eCommit upgrade plan
michalcourson
2026-02-24 21:13:55 -05:00