Skip to content

Commit

Permalink
New Icon, Banner and verson bump ..
Browse files Browse the repository at this point in the history
- Added new MiToolz icon
- Added new MiToolz repo banner
- Using freshly compiled MahApps.Metro framework
- version bump to v3.1.1
  • Loading branch information
SmokeyMcBong committed Jun 24, 2020
1 parent 9bc42c3 commit 5bde303
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
10 changes: 5 additions & 5 deletions MiToolz/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@
<DataTemplate>
<Grid Width="{TemplateBinding Width}"
Height="{TemplateBinding Height}"
Margin="4"
Margin="2"
Background="Transparent"
RenderOptions.EdgeMode="Aliased"
RenderOptions.BitmapScalingMode="HighQuality">
<Rectangle>
<Rectangle.Fill>
<VisualBrush>
<VisualBrush.Visual>
<Image Source="pack://siteoforigin:,,,/Resources/AppIcon.ico"
<Image Source="pack://siteoforigin:,,,/Resources/App_Icon.ico"
Stretch="Uniform" />
</VisualBrush.Visual>
</VisualBrush>
Expand Down Expand Up @@ -480,11 +480,11 @@
<Image Height="37"
VerticalAlignment="Top"
Margin="449,126,66,0"
Source="pack://siteoforigin:,,,/Resources/AppIcon.ico"
Source="pack://siteoforigin:,,,/Resources/App_Icon.ico"
Cursor="Help"
ToolTip="Build Date : 24-06-2020" />
ToolTip="Build Date : 25-06-2020" />
<TextBlock TextWrapping="Wrap"
Text="MiToolz v3.1.0"
Text="MiToolz v3.1.1"
TextAlignment="Center"
VerticalAlignment="Top"
Margin="449,166,66,0"
Expand Down
12 changes: 6 additions & 6 deletions MiToolz/MiToolz.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>Resources\AppIcon.ico</ApplicationIcon>
<ApplicationIcon>Resources\App_Icon.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="ControlzEx">
Expand Down Expand Up @@ -161,11 +161,6 @@
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<None Include="Resources\AppIcon.ico">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include=".NETFramework,Version=v4.7.2">
<Visible>False</Visible>
Expand All @@ -188,5 +183,10 @@
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<None Include="Resources\App_Icon.ico">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
2 changes: 1 addition & 1 deletion MiToolz/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("3.1.0.0")]
[assembly: AssemblyFileVersion("3.1.1.0")]
4 changes: 2 additions & 2 deletions MiToolz/Properties/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions MiToolz/Properties/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="AppIcon" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\AppIcon.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
<data name="App_Icon" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\App_Icon.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="DefaultAppHotKey" xml:space="preserve">
<value>M</value>
Expand Down
Binary file removed MiToolz/Resources/AppIcon.ico
Binary file not shown.
Binary file added MiToolz/Resources/App_Icon.ico
Binary file not shown.
Binary file modified images/MiToolz_ImageBanner.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5bde303

Please sign in to comment.