Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
benwoo1110 committed Oct 26, 2022
1 parent 7c10ac1 commit a01e61f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
4 changes: 4 additions & 0 deletions MalwareToolbox.DesktopApp/MalwareToolbox.DesktopApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@
<ApplicationIcon>Assets\malwaretoolbox_icon.ico</ApplicationIcon>
<AppxBundlePlatforms>x64</AppxBundlePlatforms>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Release|x64'">
<DebugSymbols>False</DebugSymbols>
<DebugType>None</DebugType>
</PropertyGroup>
<ItemGroup>
<Content Remove="Assets\BadgeLogo.scale-100.png" />
<Content Remove="Assets\BadgeLogo.scale-125.png" />
Expand Down
2 changes: 1 addition & 1 deletion MalwareToolbox.DesktopApp/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<Identity
Name="ccb78eee-1df6-46bb-a0b8-6079c808811c"
Publisher="CN=wben1"
Version="1.0.0.0" />
Version="1.0.1.0" />

<Properties>
<DisplayName>MalwareToolbox.DesktopApp</DisplayName>
Expand Down
5 changes: 5 additions & 0 deletions MalwareToolbox.Library/MalwareToolbox.Library.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)'=='Release|x64'">
<DebugSymbols>False</DebugSymbols>
<DebugType>None</DebugType>
</PropertyGroup>

<ItemGroup>
<Compile Remove="Executables\**" />
<Compile Remove="Models\**" />
Expand Down

0 comments on commit a01e61f

Please sign in to comment.