Skip to content

Commit

Permalink
Reduce plugin size, update version
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorGrycuk committed Dec 4, 2020
1 parent f164515 commit 8107896
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,16 @@
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<DebugType>none</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\com.victorgrycuk.colorpicker.sdPlugin\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AllowedReferenceRelatedFileExtensions>
*.pdb;
*.xml
</AllowedReferenceRelatedFileExtensions>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>colorpicker.ico</ApplicationIcon>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"Description": "Colorblind Helper & Color Picker for Stream Deck.\nShows a color's name, its RGB or hexadecimal value.",
"Icon": "Images/pluginIcon",
"URL": "https://github.com/VictorGrycuk/streamdeck-color-picker",
"Version": "1.3",
"Version": "1.4.1",
"CodePath": "StreamDeck.ColorPicker",
"Category": "Color Picker",
"CategoryIcon": "Images/categoryIcon",
Expand Down

0 comments on commit 8107896

Please sign in to comment.