Skip to content

Commit

Permalink
Merge pull request #5 from VictorGrycuk/dev/1.3.1
Browse files Browse the repository at this point in the history
[v1.3.1] Improve plugin file size
  • Loading branch information
VictorGrycuk authored Dec 4, 2020
2 parents a97f82c + cf039b7 commit 0bdbc3b
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 @@ -40,12 +40,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.keepass.sdPlugin\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AllowedReferenceRelatedFileExtensions>
*.pdb;
*.xml
</AllowedReferenceRelatedFileExtensions>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>keepass.ico</ApplicationIcon>
Expand Down
2 changes: 1 addition & 1 deletion StreamDeck-KeePass/StreamDeck-KeePass/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"Description": "Simple interface to retrieve information from KeePass database. Unofficial.",
"Icon": "Images/pluginIcon",
"URL": "https://github.com/VictorGrycuk/StreamDeck-KeePass",
"Version": "1.3",
"Version": "1.3.1",
"CodePath": "streamdeck-keepass",
"Category": "KeePass",
"CategoryIcon": "Images/categoryIcon",
Expand Down

0 comments on commit 0bdbc3b

Please sign in to comment.