Skip to content

Commit 6749cfa

Browse files
committed
Update .net version
1 parent b530286 commit 6749cfa

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

UWPHook/App.config

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
33
<configSections>
44
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
5-
<section name="UWPHook.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
5+
<section name="UWPHook.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false"/>
66
</sectionGroup>
77
</configSections>
88
<startup>
9-
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
9+
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2"/>
1010
</startup>
1111
<userSettings>
1212
<UWPHook.Properties.Settings>
1313
<setting name="ChangeLanguage" serializeAs="String">
1414
<value>False</value>
1515
</setting>
1616
<setting name="TargetLanguage" serializeAs="String">
17-
<value />
17+
<value/>
1818
</setting>
1919
<setting name="Seconds" serializeAs="String">
2020
<value>5</value>
@@ -85,11 +85,11 @@
8585
</UWPHook.Properties.Settings>
8686
</userSettings>
8787
<runtime>
88-
<AppContextSwitchOverrides value="Switch.System.IO.UseLegacyPathHandling=false;Switch.System.IO.BlockLongPaths=false" />
88+
<AppContextSwitchOverrides value="Switch.System.IO.UseLegacyPathHandling=false;Switch.System.IO.BlockLongPaths=false"/>
8989
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
9090
<dependentAssembly>
91-
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
92-
<bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0" />
91+
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral"/>
92+
<bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0"/>
9393
</dependentAssembly>
9494
</assemblyBinding>
9595
</runtime>

UWPHook/GamesWindow.xaml.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,6 @@ private async Task ExportGames()
304304

305305
if (shortcuts != null)
306306
{
307-
308307
foreach (var app in selected_apps)
309308
{
310309
VDFEntry newApp = new VDFEntry()

UWPHook/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,6 @@
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.9.1.0")]
55-
[assembly: AssemblyFileVersion("2.9.1.0")]
54+
[assembly: AssemblyVersion("2.9.2.0")]
55+
[assembly: AssemblyFileVersion("2.9.2.0")]
56+
[assembly: NeutralResourcesLanguage("en")]

UWPHook/UWPHook.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<AppDesignerFolder>Properties</AppDesignerFolder>
1010
<RootNamespace>UWPHook</RootNamespace>
1111
<AssemblyName>UWPHook</AssemblyName>
12-
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
12+
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
1515
<WarningLevel>4</WarningLevel>

0 commit comments

Comments
 (0)