Skip to content

Commit

Permalink
[UWP] v5.4.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Drutol committed Feb 8, 2018
1 parent a74a04f commit 98140e2
Show file tree
Hide file tree
Showing 9 changed files with 43 additions and 36 deletions.
Expand Up @@ -141,7 +141,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform">
<Version>5.3.4</Version>
<Version>6.0.6</Version>
</PackageReference>
</ItemGroup>
<PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '14.0' ">
Expand Down
2 changes: 1 addition & 1 deletion MALCLient.UrlInterceptor/MALCLient.UrlInterceptor.csproj
Expand Up @@ -11,7 +11,7 @@
<AssemblyName>MALCLient.UrlInterceptor</AssemblyName>
<DefaultLanguage>en-US</DefaultLanguage>
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
<TargetPlatformVersion>10.0.14393.0</TargetPlatformVersion>
<TargetPlatformVersion>10.0.16299.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.10586.0</TargetPlatformMinVersion>
<MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
<FileAlignment>512</FileAlignment>
Expand Down
4 changes: 2 additions & 2 deletions MALCLient.UrlInterceptor/project.json
@@ -1,9 +1,9 @@
{
"dependencies": {
"Microsoft.NETCore.UniversalWindowsPlatform": "5.3.3"
"Microsoft.NETCore.UniversalWindowsPlatform": "6.0.6"
},
"frameworks": {
"uap10.0": {}
"uap10.0.10586": {}
},
"runtimes": {
"win10-arm": {},
Expand Down
4 changes: 2 additions & 2 deletions MALClient.CommTest/project.json
@@ -1,11 +1,11 @@
{
"dependencies": {
"Microsoft.NETCore.UniversalWindowsPlatform": "5.2.2",
"Microsoft.NETCore.UniversalWindowsPlatform": "6.0.6",
"xunit": "2.1.0",
"xunit.runner.visualstudio": "2.1.0"
},
"frameworks": {
"uap10.0": {}
"uap10.0.10586": {}
},
"runtimes": {
"win10-arm": {},
Expand Down
8 changes: 7 additions & 1 deletion MALClient.Desktop/MALClient.UWP.Desktop.csproj
Expand Up @@ -25,6 +25,7 @@
<RuntimeIdentifiers>win10-arm;win10-arm-aot;win10-x86;win10-x86-aot;win10-x64;win10-x64-aot</RuntimeIdentifiers>
<PackageCertificateThumbprint>5A42F2D8D8A9ED8DE6290192961E1AA82606F344</PackageCertificateThumbprint>
<PackageCertificateKeyFile>MALClient.UWP.Desktop_StoreKey.pfx</PackageCertificateKeyFile>
<RunCodeAnalysis>false</RunCodeAnalysis>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
<DebugSymbols>true</DebugSymbols>
Expand All @@ -36,6 +37,7 @@
<UseVSHostingProcess>false</UseVSHostingProcess>
<ErrorReport>prompt</ErrorReport>
<Prefer32Bit>true</Prefer32Bit>
<RunCodeAnalysis>false</RunCodeAnalysis>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
<OutputPath>bin\x86\Release\</OutputPath>
Expand All @@ -49,6 +51,7 @@
<Prefer32Bit>true</Prefer32Bit>
<UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
<EnableGatekeeperAnalysis>true</EnableGatekeeperAnalysis>
<RunCodeAnalysis>false</RunCodeAnalysis>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
<DebugSymbols>true</DebugSymbols>
Expand All @@ -60,6 +63,7 @@
<UseVSHostingProcess>false</UseVSHostingProcess>
<ErrorReport>prompt</ErrorReport>
<Prefer32Bit>true</Prefer32Bit>
<RunCodeAnalysis>false</RunCodeAnalysis>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM'">
<OutputPath>bin\ARM\Release\</OutputPath>
Expand All @@ -73,6 +77,7 @@
<Prefer32Bit>true</Prefer32Bit>
<UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
<EnableGatekeeperAnalysis>true</EnableGatekeeperAnalysis>
<RunCodeAnalysis>false</RunCodeAnalysis>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
<DebugSymbols>true</DebugSymbols>
Expand All @@ -84,6 +89,7 @@
<UseVSHostingProcess>false</UseVSHostingProcess>
<ErrorReport>prompt</ErrorReport>
<Prefer32Bit>true</Prefer32Bit>
<RunCodeAnalysis>false</RunCodeAnalysis>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
<OutputPath>bin\x64\Release\</OutputPath>
Expand All @@ -100,7 +106,7 @@
<DocumentationFile>
</DocumentationFile>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<RunCodeAnalysis>true</RunCodeAnalysis>
<RunCodeAnalysis>false</RunCodeAnalysis>
</PropertyGroup>
<ItemGroup>
<Compile Include="App.xaml.cs">
Expand Down
24 changes: 12 additions & 12 deletions MALClient.Desktop/Package.appxmanifest
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" IgnorableNamespaces="uap mp">
<Identity Name="6252Drutol.MALClient" Publisher="CN=15F8BDF5-C01B-487E-8F46-C655AF2C3DD2" Version="5.3.29.0" />
<Identity Name="6252Drutol.MALClient" Publisher="CN=15F8BDF5-C01B-487E-8F46-C655AF2C3DD2" Version="5.4.0.0" />
<mp:PhoneIdentity PhoneProductId="342214a1-b5e4-40ae-9721-b578557ea67b" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties>
<DisplayName>MALClient</DisplayName>
Expand All @@ -22,28 +22,28 @@
<uap:SplashScreen Image="Assets\SplashScreen.png" BackgroundColor="black" />
</uap:VisualElements>
<Extensions>
<Extension Category="windows.backgroundTasks" EntryPoint="MALClient.UWP.BGTaskToastActivation.ToastActivationTask">
<uap:Extension Category="windows.protocol">
<uap:Protocol Name="malclient">
<uap:Logo>Assets\StoreLogoAsset.png</uap:Logo>
<uap:DisplayName>MALClient</uap:DisplayName>
</uap:Protocol>
</uap:Extension>
<Extension Category="windows.backgroundTasks" EntryPoint="MALClient.UWP.BGTaskNotifications.NotificationsBackgroundTask">
<BackgroundTasks>
<Task Type="general" />
<Task Type="systemEvent" />
<Task Type="timer" />
</BackgroundTasks>
</Extension>
<Extension Category="windows.backgroundTasks" EntryPoint="MALClient.UWP.BGTaskLiveTilesNotifications.LiveTilesBackgroundTask">
<BackgroundTasks>
<Task Type="timer" />
</BackgroundTasks>
</Extension>
<Extension Category="windows.backgroundTasks" EntryPoint="MALClient.UWP.BGTaskNotifications.NotificationsBackgroundTask">
<Extension Category="windows.backgroundTasks" EntryPoint="MALClient.UWP.BGTaskToastActivation.ToastActivationTask">
<BackgroundTasks>
<Task Type="timer" />
<Task Type="general" />
<Task Type="systemEvent" />
</BackgroundTasks>
</Extension>
<uap:Extension Category="windows.protocol">
<uap:Protocol Name="malclient">
<uap:Logo>Assets\StoreLogoAsset.png</uap:Logo>
<uap:DisplayName>MALClient</uap:DisplayName>
</uap:Protocol>
</uap:Extension>
</Extensions>
</Application>
</Applications>
Expand Down
2 changes: 1 addition & 1 deletion MALClient.Desktop/Properties/AssemblyInfo.cs
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("MALClient")]
[assembly: AssemblyCopyright("Copyright © Piotr Szymczak 2016")]
[assembly: AssemblyCopyright("Copyright © Piotr Szymczak 2018")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down
7 changes: 4 additions & 3 deletions MALClient.UWP.Adapters/ChangeLogProvider.cs
Expand Up @@ -13,12 +13,13 @@ public class ChangeLogProvider : IChangeLogProvider
public bool NewChangelog { get; set; }
public string CurrentVersion => UWPUtilities.GetAppVersion();

public string DateWithVersion => $"v{UWPUtilities.GetAppVersion()} - 12.11.2017";
public string DateWithVersion => $"v{UWPUtilities.GetAppVersion()} - 07.02.2018";

public List<string> Changelog => new List<string>
{
"Fixed calendar & airing info.",
"Added more elements of fluid design."
"It's been a while... Yeah...",
"Whole tones of acrylics, reveals and other good stuff from fluent design. Say thanks to @Guerra24 from github for adding major part of it :)",
"Fixed things that broke over the time, like recommendations and characters queries etc.",
};
}
}
26 changes: 13 additions & 13 deletions MALClient.iOS/MALClient.iOS.csproj
Expand Up @@ -106,43 +106,43 @@
</ItemGroup>
<ItemGroup>
<ImageAsset Include="Assets.xcassets\AppIcons.appiconset\Contents.json">
<InProject>false</InProject>
<Visible>false</Visible>
</ImageAsset>
<ImageAsset Include="Assets.xcassets\Contents.json">
<InProject>false</InProject>
<Visible>false</Visible>
</ImageAsset>
<ImageAsset Include="Assets.xcassets\MALIcon.imageset\Contents.json">
<InProject>false</InProject>
<Visible>false</Visible>
</ImageAsset>
<ImageAsset Include="Assets.xcassets\HummingbirdIcon.imageset\Contents.json">
<InProject>false</InProject>
<Visible>false</Visible>
</ImageAsset>
<ImageAsset Include="Assets.xcassets\MALIcon.imageset\MyAnimeListLogo%401x.png">
<InProject>false</InProject>
<Visible>false</Visible>
</ImageAsset>
<ImageAsset Include="Assets.xcassets\MALIcon.imageset\MyAnimeListLogo%402x.png">
<InProject>false</InProject>
<Visible>false</Visible>
</ImageAsset>
<ImageAsset Include="Assets.xcassets\MALIcon.imageset\MyAnimeListLogo%403x.png">
<InProject>false</InProject>
<Visible>false</Visible>
</ImageAsset>
<ImageAsset Include="Assets.xcassets\HummingbirdIcon.imageset\Hummingbird%401x.png">
<InProject>false</InProject>
<Visible>false</Visible>
</ImageAsset>
<ImageAsset Include="Assets.xcassets\HummingbirdIcon.imageset\Hummingbird%402x.png">
<InProject>false</InProject>
<Visible>false</Visible>
</ImageAsset>
<ImageAsset Include="Assets.xcassets\HummingbirdIcon.imageset\Hummingbird%403x.png">
<InProject>false</InProject>
<Visible>false</Visible>
</ImageAsset>
<ImageAsset Include="Assets.xcassets\Anime.imageset\Contents.json">
<InProject>false</InProject>
<Visible>false</Visible>
</ImageAsset>
<ImageAsset Include="Assets.xcassets\Anime.imageset\anime.png">
<InProject>false</InProject>
<Visible>false</Visible>
</ImageAsset>
<ImageAsset Include="Assets.xcassets\Anime.imageset\LogInBG.png">
<InProject>false</InProject>
<Visible>false</Visible>
</ImageAsset>
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit 98140e2

Please sign in to comment.