From 557a8b21ec1479c455773957915205c3968ef3b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=88=E7=BA=BE?= <100036558+Yuisyuu@users.noreply.github.com> Date: Thu, 14 Mar 2024 09:39:58 +0800 Subject: [PATCH] chore: Bump vsversion --- Hosihikari.FastElfQuery.sln | 4 ++-- src/ElfSymbolNotFoundException.cs | 2 +- src/ElfSymbolQueryTable.cs | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Hosihikari.FastElfQuery.sln b/Hosihikari.FastElfQuery.sln index 86e26fc..f19e1b5 100644 --- a/Hosihikari.FastElfQuery.sln +++ b/Hosihikari.FastElfQuery.sln @@ -1,7 +1,7 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 -VisualStudioVersion = 17.6.33829.357 +VisualStudioVersion = 17.10.34707.107 MinimumVisualStudioVersion = 10.0.40219.1 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Hosihikari.FastElfQuery", "src\Hosihikari.FastElfQuery.csproj", "{5F9073CB-4051-406B-8E18-697E7B5D9A1E}" EndProject diff --git a/src/ElfSymbolNotFoundException.cs b/src/ElfSymbolNotFoundException.cs index 1c1e1fb..2af7590 100644 --- a/src/ElfSymbolNotFoundException.cs +++ b/src/ElfSymbolNotFoundException.cs @@ -1,4 +1,4 @@ -namespace Hosihikari.FastElfQuery; +namespace Hosihikari.FastElfQuery; public sealed class ElfSymbolNotFoundException : Exception { diff --git a/src/ElfSymbolQueryTable.cs b/src/ElfSymbolQueryTable.cs index 98c8400..eee47c6 100644 --- a/src/ElfSymbolQueryTable.cs +++ b/src/ElfSymbolQueryTable.cs @@ -1,4 +1,4 @@ -using ELFSharp.ELF; +using ELFSharp.ELF; using ELFSharp.ELF.Sections; using System.Runtime.CompilerServices;