Skip to content

Commit

Permalink
Infrastructure Preparation 242
Browse files Browse the repository at this point in the history
  • Loading branch information
Taiizor committed Dec 22, 2023
1 parent 2bdda3a commit 8a6ae2f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion src/Skylark.Standard/Manage/Browser/BrowserManage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -310,10 +310,10 @@ internal static class BrowserManage
{ "SeaMonkey", "SeaMonkey" },
{ "Avant Browser", "Avant Browser" },
{ "Mobile Safari", "Mobile Safari" },
{ "Safari", "Safari" },
{ "Chrome", "Chrome" },
{ "MSIE", "Internet Explorer" },
{ "Internet Explorer", "Internet Explorer" },
{ "Safari", "Safari" },
{ "Vivaldi", "Vivaldi" },
{ "Yandex", "Yandex" },
{ "DMBrowser", "DM Browser" },
Expand All @@ -327,6 +327,9 @@ internal static class BrowserManage
/// </summary>
public static readonly Dictionary<string, string> Platforms = new()
{
{ "Windows NT 15.0", "Windows 15" },
{ "Windows NT 14.0", "Windows 14" },
{ "Windows NT 13.0", "Windows 13" },
{ "Windows NT 12.0", "Windows 12" },
{ "Windows NT 11.0", "Windows 11" },
{ "Windows NT 10.0", "Windows 10" },
Expand Down
2 changes: 1 addition & 1 deletion src/Skylark.Standard/Skylark.Standard.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<PropertyGroup>
<ApplicationIcon>Resources\Skylark.Standard.ico</ApplicationIcon>
<Version>3.1.2.4</Version>
<Version>3.1.2.5</Version>
<AssemblyVersion>$(Version)</AssemblyVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Title>Skylark.Standard</Title>
Expand Down

0 comments on commit 8a6ae2f

Please sign in to comment.