diff --git a/Templates/StreamDeck.PluginTemplate.Csharp/content/_StreamDeckPlugin_.csproj b/Templates/StreamDeck.PluginTemplate.Csharp/content/_StreamDeckPlugin_.csproj index d270ef0..1977b90 100644 --- a/Templates/StreamDeck.PluginTemplate.Csharp/content/_StreamDeckPlugin_.csproj +++ b/Templates/StreamDeck.PluginTemplate.Csharp/content/_StreamDeckPlugin_.csproj @@ -38,7 +38,7 @@ - PreserveNewest + PreserveNewest PreserveNewest @@ -65,6 +65,12 @@ PreserveNewest + + PreserveNewest + + + PreserveNewest + PreserveNewest diff --git a/Templates/StreamDeck.PluginTemplate.Csharp/content/manifest.json b/Templates/StreamDeck.PluginTemplate.Csharp/content/manifest.json index a3224c0..8bef796 100644 --- a/Templates/StreamDeck.PluginTemplate.Csharp/content/manifest.json +++ b/Templates/StreamDeck.PluginTemplate.Csharp/content/manifest.json @@ -16,7 +16,7 @@ } ], "Category": "Your Plugin Category", - "CategoryIcon": "images/category/categoryIcon.png", + "CategoryIcon": "images/category/categoryIcon", "Disabled": false, "Author": "Your Name", "CodePathWin": "_StreamDeckPlugin_.exe", diff --git a/src/SampleDIPlugin/SampleDIPlugin.csproj b/src/SampleDIPlugin/SampleDIPlugin.csproj index da68948..33f97d3 100644 --- a/src/SampleDIPlugin/SampleDIPlugin.csproj +++ b/src/SampleDIPlugin/SampleDIPlugin.csproj @@ -11,6 +11,8 @@ + + @@ -41,6 +43,12 @@ PreserveNewest true + + PreserveNewest + + + PreserveNewest + PreserveNewest true diff --git a/src/SampleDIPlugin/manifest.json b/src/SampleDIPlugin/manifest.json index a6b0efb..ae0b433 100644 --- a/src/SampleDIPlugin/manifest.json +++ b/src/SampleDIPlugin/manifest.json @@ -30,7 +30,7 @@ } ], "Category": "Fritz & Friends", - "CategoryIcon": "images/category/categoryIcon.png", + "CategoryIcon": "images/category/categoryIcon", "Disabled": false, "Author": "Jeffrey T. Fritz", "CodePathWin": "SamplePlugin.cmd", diff --git a/src/SamplePlugin/SamplePlugin.csproj b/src/SamplePlugin/SamplePlugin.csproj index c302542..c98fdba 100644 --- a/src/SamplePlugin/SamplePlugin.csproj +++ b/src/SamplePlugin/SamplePlugin.csproj @@ -11,6 +11,8 @@ + + @@ -52,6 +54,12 @@ PreserveNewest + + PreserveNewest + + + PreserveNewest + PreserveNewest diff --git a/src/SamplePlugin/manifest.json b/src/SamplePlugin/manifest.json index a6b0efb..ae0b433 100644 --- a/src/SamplePlugin/manifest.json +++ b/src/SamplePlugin/manifest.json @@ -30,7 +30,7 @@ } ], "Category": "Fritz & Friends", - "CategoryIcon": "images/category/categoryIcon.png", + "CategoryIcon": "images/category/categoryIcon", "Disabled": false, "Author": "Jeffrey T. Fritz", "CodePathWin": "SamplePlugin.cmd", diff --git a/src/SampleWebPlugin/SampleWebPlugin.csproj b/src/SampleWebPlugin/SampleWebPlugin.csproj index 1b6fec5..72b2e3c 100644 --- a/src/SampleWebPlugin/SampleWebPlugin.csproj +++ b/src/SampleWebPlugin/SampleWebPlugin.csproj @@ -9,6 +9,8 @@ + + @@ -35,6 +37,12 @@ PreserveNewest true + + PreserveNewest + + + PreserveNewest + PreserveNewest true diff --git a/src/SampleWebPlugin/manifest.json b/src/SampleWebPlugin/manifest.json index a6b0efb..ae0b433 100644 --- a/src/SampleWebPlugin/manifest.json +++ b/src/SampleWebPlugin/manifest.json @@ -30,7 +30,7 @@ } ], "Category": "Fritz & Friends", - "CategoryIcon": "images/category/categoryIcon.png", + "CategoryIcon": "images/category/categoryIcon", "Disabled": false, "Author": "Jeffrey T. Fritz", "CodePathWin": "SamplePlugin.cmd",