Skip to content

Commit e600632

Browse files
committed
Update dependencies, bump version
1 parent 1ef8c07 commit e600632

File tree

5 files changed

+19
-23
lines changed

5 files changed

+19
-23
lines changed

UWPHook/App.config

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@
2727
</setting>
2828
<setting name="SteamGridDB_Style" serializeAs="Xml">
2929
<value>
30-
<ArrayOfString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
31-
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
30+
<ArrayOfString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
3231
<string>any</string>
3332
<string>alternate</string>
3433
<string>blurred</string>
@@ -40,8 +39,7 @@
4039
</setting>
4140
<setting name="SteamGridDB_Type" serializeAs="Xml">
4241
<value>
43-
<ArrayOfString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44-
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
42+
<ArrayOfString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
4543
<string>any</string>
4644
<string>static</string>
4745
<string>animated</string>
@@ -50,8 +48,7 @@
5048
</setting>
5149
<setting name="SteamGridDB_nfsw" serializeAs="Xml">
5250
<value>
53-
<ArrayOfString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
54-
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
51+
<ArrayOfString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
5552
<string>false</string>
5653
<string>any</string>
5754
<string>true</string>
@@ -60,8 +57,7 @@
6057
</setting>
6158
<setting name="SteamGridDB_Humor" serializeAs="Xml">
6259
<value>
63-
<ArrayOfString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
64-
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
60+
<ArrayOfString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
6561
<string>false</string>
6662
<string>any</string>
6763
<string>true</string>

UWPHook/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@
5151
// You can specify all the values or you can default the Build and Revision Numbers
5252
// by using the '*' as shown below:
5353
// [assembly: AssemblyVersion("1.0.*")]
54-
[assembly: AssemblyVersion("2.8.0.0")]
55-
[assembly: AssemblyFileVersion("2.8.0.0")]
54+
[assembly: AssemblyVersion("2.9.0.0")]
55+
[assembly: AssemblyFileVersion("2.9.0.0")]

UWPHook/SettingsWindow.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<materialDesign:ColorZone Padding="16" materialDesign:ShadowAssist.ShadowDepth="Depth2" Mode="PrimaryMid" VerticalAlignment="Top" Height="27" Grid.ColumnSpan="4">
4343
<Label Content="Settings" HorizontalAlignment="Left" Margin="-10,-15,0,-17" VerticalAlignment="Top" FontFamily="Segoe UI Semibold" FontSize="14" Height="32" Foreground="#DDFFFFFF"/>
4444
</materialDesign:ColorZone>
45-
<ToggleButton x:Name="language_toggle" Style="{StaticResource MaterialDesignSwitchToggleButton}" VerticalAlignment="Top" Margin="0,36,0,0" ToolTip="MaterialDesignSwitchToggleButton" IsChecked="False" Height="18" HorizontalAlignment="Left" Width="46" RenderTransformOrigin="0.304,0.444" />
45+
<ToggleButton x:Name="language_toggle" Style="{StaticResource MaterialDesignSwitchToggleButton}" VerticalAlignment="Top" Margin="6,34,0,0" ToolTip="MaterialDesignSwitchToggleButton" IsChecked="False" Height="18" HorizontalAlignment="Left" Width="46" RenderTransformOrigin="0.304,0.444" />
4646
<Label ToolTip="Some apps use the system language to choose what language to display, this setting will store your current language, change it so you can play in another language and then revert your system back to your default display language." x:Name="label1" Content="Set system language when launching an app*" Margin="5,31,0,0" VerticalAlignment="Top" Height="29" Grid.Column="1" Grid.ColumnSpan="2"/>
4747
<ComboBox ToolTip="Some apps use the system language to choose what language to display, this setting will store your current language, change it so you can play in another language and then revert your system back to your default display language." x:Name="cultures_comboBox" Margin="0,29,10,0" VerticalAlignment="Top" Height="31" Grid.Column="3" HorizontalAlignment="Right" Width="93"/>
4848
<Button x:Name="save_button" Content="Save" HorizontalAlignment="Right" VerticalAlignment="Top" Width="93" Click="saveButton_Click" Grid.Column="3" Grid.Row="4" Margin="0,2,0,0"/>

UWPHook/UWPHook.csproj

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
1515
<WarningLevel>4</WarningLevel>
1616
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
17+
<IsWebBootstrapper>false</IsWebBootstrapper>
18+
<TargetFrameworkProfile />
19+
<NuGetPackageImportStamp>
20+
</NuGetPackageImportStamp>
1721
<PublishUrl>publish\</PublishUrl>
1822
<Install>true</Install>
1923
<InstallFrom>Disk</InstallFrom>
@@ -26,12 +30,8 @@
2630
<MapFileExtensions>true</MapFileExtensions>
2731
<ApplicationRevision>0</ApplicationRevision>
2832
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
29-
<IsWebBootstrapper>false</IsWebBootstrapper>
3033
<UseApplicationTrust>false</UseApplicationTrust>
3134
<BootstrapperEnabled>true</BootstrapperEnabled>
32-
<TargetFrameworkProfile />
33-
<NuGetPackageImportStamp>
34-
</NuGetPackageImportStamp>
3535
</PropertyGroup>
3636
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
3737
<PlatformTarget>AnyCPU</PlatformTarget>
@@ -62,11 +62,11 @@
6262
<Reference Include="Crc32.NET, Version=1.0.0.0, Culture=neutral, PublicKeyToken=dc0b95cf99bf4e99, processorArchitecture=MSIL">
6363
<HintPath>..\packages\Crc32.NET.1.2.0\lib\net20\Crc32.NET.dll</HintPath>
6464
</Reference>
65-
<Reference Include="MaterialDesignColors, Version=1.2.6.1513, Culture=neutral, processorArchitecture=MSIL">
66-
<HintPath>..\packages\MaterialDesignColors.1.2.6\lib\net45\MaterialDesignColors.dll</HintPath>
65+
<Reference Include="MaterialDesignColors, Version=1.2.7.1979, Culture=neutral, PublicKeyToken=df2a72020bd7962a, processorArchitecture=MSIL">
66+
<HintPath>..\packages\MaterialDesignColors.1.2.7\lib\net45\MaterialDesignColors.dll</HintPath>
6767
</Reference>
68-
<Reference Include="MaterialDesignThemes.Wpf, Version=3.1.3.1513, Culture=neutral, processorArchitecture=MSIL">
69-
<HintPath>..\packages\MaterialDesignThemes.3.1.3\lib\net45\MaterialDesignThemes.Wpf.dll</HintPath>
68+
<Reference Include="MaterialDesignThemes.Wpf, Version=3.2.0.1979, Culture=neutral, PublicKeyToken=df2a72020bd7962a, processorArchitecture=MSIL">
69+
<HintPath>..\packages\MaterialDesignThemes.3.2.0\lib\net45\MaterialDesignThemes.Wpf.dll</HintPath>
7070
</Reference>
7171
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
7272
<HintPath>..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
@@ -206,12 +206,12 @@
206206
<Resource Include="Resources\square.png" />
207207
</ItemGroup>
208208
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
209-
<Import Project="..\packages\MaterialDesignThemes.3.1.3\build\MaterialDesignThemes.targets" Condition="Exists('..\packages\MaterialDesignThemes.3.1.3\build\MaterialDesignThemes.targets')" />
209+
<Import Project="..\packages\MaterialDesignThemes.3.2.0\build\MaterialDesignThemes.targets" Condition="Exists('..\packages\MaterialDesignThemes.3.2.0\build\MaterialDesignThemes.targets')" />
210210
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
211211
<PropertyGroup>
212212
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
213213
</PropertyGroup>
214-
<Error Condition="!Exists('..\packages\MaterialDesignThemes.3.1.3\build\MaterialDesignThemes.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\MaterialDesignThemes.3.1.3\build\MaterialDesignThemes.targets'))" />
214+
<Error Condition="!Exists('..\packages\MaterialDesignThemes.3.2.0\build\MaterialDesignThemes.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\MaterialDesignThemes.3.2.0\build\MaterialDesignThemes.targets'))" />
215215
</Target>
216216
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
217217
Other similar extension points exist, see Microsoft.Common.targets.

UWPHook/packages.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="Crc32.NET" version="1.2.0" targetFramework="net461" />
4-
<package id="MaterialDesignColors" version="1.2.6" targetFramework="net461" />
5-
<package id="MaterialDesignThemes" version="3.1.3" targetFramework="net461" />
4+
<package id="MaterialDesignColors" version="1.2.7" targetFramework="net461" />
5+
<package id="MaterialDesignThemes" version="3.2.0" targetFramework="net461" />
66
<package id="Microsoft.AspNet.WebApi.Client" version="5.2.7" targetFramework="net461" />
77
<package id="Microsoft.PowerShell.5.ReferenceAssemblies" version="1.1.0" targetFramework="net461" />
88
<package id="Newtonsoft.Json" version="12.0.3" targetFramework="net461" />

0 commit comments

Comments
 (0)