Skip to content

Commit 768d679

Browse files
committed
Final release for v2.6
1 parent ad16de0 commit 768d679

File tree

6 files changed

+19
-19
lines changed

6 files changed

+19
-19
lines changed

DnsTube.Core/DnsTube.Core.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
</PropertyGroup>
1717

1818
<ItemGroup>
19-
<PackageReference Include="Dapper" Version="2.1.15" />
19+
<PackageReference Include="Dapper" Version="2.1.35" />
2020
<PackageReference Include="Lib.AspNetCore.ServerSentEvents" Version="8.3.1" />
21-
<PackageReference Include="Microsoft.Data.Sqlite" Version="7.0.13" />
21+
<PackageReference Include="Microsoft.Data.Sqlite" Version="8.0.6" />
2222
</ItemGroup>
2323

2424
</Project>

DnsTube.Core/Models/Application.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{
33
public class Application
44
{
5-
public static string RELEASE_TAG { get; set; } = "v2.6.0-beta";
5+
public static string RELEASE_TAG { get; set; } = "v2.6.0";
66

77
public static string Ipv4RegexSubstring = @"\b(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])\b";
88
public static string Ipv6RegexSubstring = @"\s*((([0-9A-Fa-f]{1,4}:){7}([0-9A-Fa-f]{1,4}|:))|(([0-9A-Fa-f]{1,4}:){6}(:[0-9A-Fa-f]{1,4}|((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(([0-9A-Fa-f]{1,4}:){5}(((:[0-9A-Fa-f]{1,4}){1,2})|:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(([0-9A-Fa-f]{1,4}:){4}(((:[0-9A-Fa-f]{1,4}){1,3})|((:[0-9A-Fa-f]{1,4})?:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){3}(((:[0-9A-Fa-f]{1,4}){1,4})|((:[0-9A-Fa-f]{1,4}){0,2}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){2}(((:[0-9A-Fa-f]{1,4}){1,5})|((:[0-9A-Fa-f]{1,4}){0,3}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){1}(((:[0-9A-Fa-f]{1,4}){1,6})|((:[0-9A-Fa-f]{1,4}){0,4}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(:(((:[0-9A-Fa-f]{1,4}){1,7})|((:[0-9A-Fa-f]{1,4}){0,5}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:)))(%.+)?\s*";

DnsTube.Service/ClientApp/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<article class="content border">
1717
<nav>
1818
<ul>
19-
<li><strong class="title">DnsTube v2.6-beta</strong></li>
19+
<li><strong class="title">DnsTube v2.6</strong></li>
2020
</ul>
2121
<ul>
2222
<li><a role="button" href="/index.html"

DnsTube.Service/ClientApp/package-lock.json

+13-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

DnsTube.Service/ClientApp/settings.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<article class="content border">
1717
<nav>
1818
<ul>
19-
<li><strong class="title">DnsTube v2.6-beta</strong></li>
19+
<li><strong class="title">DnsTube v2.6</strong></li>
2020
</ul>
2121
<ul>
2222
<li><a href="/index.html"

DnsTube.Service/DnsTube.Service.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
</ItemGroup>
3434

3535
<ItemGroup>
36-
<PackageReference Include="Microsoft.Extensions.Hosting.WindowsServices" Version="7.0.1" />
36+
<PackageReference Include="Microsoft.Extensions.Hosting.WindowsServices" Version="8.0.0" />
3737
</ItemGroup>
3838

3939
<ItemGroup>

0 commit comments

Comments
 (0)