diff --git a/nugets/LHQ.NugetPackages.sln b/nugets/LHQ.NugetPackages.sln
index 1466829..071f5e3 100644
--- a/nugets/LHQ.NugetPackages.sln
+++ b/nugets/LHQ.NugetPackages.sln
@@ -1,7 +1,7 @@
Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio 15
-VisualStudioVersion = 15.0.26228.102
+# Visual Studio Version 17
+VisualStudioVersion = 17.5.33424.131
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nuget.NetCore.Localization", "NetCore.Localization\Nuget.NetCore.Localization.csproj", "{9C5A233F-6E86-47EF-AF3F-576A77E8C75A}"
EndProject
@@ -26,21 +26,15 @@ Global
{9C5A233F-6E86-47EF-AF3F-576A77E8C75A}.Debug|x86.ActiveCfg = Debug|Any CPU
{9C5A233F-6E86-47EF-AF3F-576A77E8C75A}.Debug|x86.Build.0 = Debug|Any CPU
{9C5A233F-6E86-47EF-AF3F-576A77E8C75A}.DebugSNK|Any CPU.ActiveCfg = DebugSNK|Any CPU
- {9C5A233F-6E86-47EF-AF3F-576A77E8C75A}.DebugSNK|Any CPU.Build.0 = DebugSNK|Any CPU
- {9C5A233F-6E86-47EF-AF3F-576A77E8C75A}.DebugSNK|x86.ActiveCfg = DebugSNK|Any CPU
- {9C5A233F-6E86-47EF-AF3F-576A77E8C75A}.DebugSNK|x86.Build.0 = DebugSNK|Any CPU
- {9C5A233F-6E86-47EF-AF3F-576A77E8C75A}.DebugVS2019|Any CPU.ActiveCfg = DebugSNK|Any CPU
- {9C5A233F-6E86-47EF-AF3F-576A77E8C75A}.DebugVS2019|Any CPU.Build.0 = DebugSNK|Any CPU
- {9C5A233F-6E86-47EF-AF3F-576A77E8C75A}.DebugVS2019|x86.ActiveCfg = DebugSNK|Any CPU
- {9C5A233F-6E86-47EF-AF3F-576A77E8C75A}.DebugVS2019|x86.Build.0 = DebugSNK|Any CPU
+ {9C5A233F-6E86-47EF-AF3F-576A77E8C75A}.DebugSNK|x86.ActiveCfg = DebugVS2019|Any CPU
+ {9C5A233F-6E86-47EF-AF3F-576A77E8C75A}.DebugVS2019|Any CPU.ActiveCfg = DebugVS2019|Any CPU
+ {9C5A233F-6E86-47EF-AF3F-576A77E8C75A}.DebugVS2019|x86.ActiveCfg = DebugVS2019|Any CPU
{9C5A233F-6E86-47EF-AF3F-576A77E8C75A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9C5A233F-6E86-47EF-AF3F-576A77E8C75A}.Release|Any CPU.Build.0 = Release|Any CPU
{9C5A233F-6E86-47EF-AF3F-576A77E8C75A}.Release|x86.ActiveCfg = Release|Any CPU
{9C5A233F-6E86-47EF-AF3F-576A77E8C75A}.Release|x86.Build.0 = Release|Any CPU
- {9C5A233F-6E86-47EF-AF3F-576A77E8C75A}.ReleaseSNK|Any CPU.ActiveCfg = ReleaseSNK|Any CPU
- {9C5A233F-6E86-47EF-AF3F-576A77E8C75A}.ReleaseSNK|Any CPU.Build.0 = ReleaseSNK|Any CPU
- {9C5A233F-6E86-47EF-AF3F-576A77E8C75A}.ReleaseSNK|x86.ActiveCfg = ReleaseSNK|Any CPU
- {9C5A233F-6E86-47EF-AF3F-576A77E8C75A}.ReleaseSNK|x86.Build.0 = ReleaseSNK|Any CPU
+ {9C5A233F-6E86-47EF-AF3F-576A77E8C75A}.ReleaseSNK|Any CPU.ActiveCfg = Release|Any CPU
+ {9C5A233F-6E86-47EF-AF3F-576A77E8C75A}.ReleaseSNK|x86.ActiveCfg = Release|Any CPU
{AE6E041B-9DFC-4386-8A1B-CD3CBF73227D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AE6E041B-9DFC-4386-8A1B-CD3CBF73227D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AE6E041B-9DFC-4386-8A1B-CD3CBF73227D}.Debug|x86.ActiveCfg = Debug|x86
diff --git a/nugets/WPF.Localization/Nuget.WPF.Localization.StrongName.nuspec b/nugets/WPF.Localization/Nuget.WPF.Localization.StrongName.nuspec
deleted file mode 100644
index b737132..0000000
--- a/nugets/WPF.Localization/Nuget.WPF.Localization.StrongName.nuspec
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
- ScaleHQ.WPF.LHQ.StrongName
- 1.1.0
- ScaleHQ LHQ Editor Support Library for WPF projects
- ScaleHQ Solutions
- ScaleHQ Solutions
- false
- MIT
- https://psulek.github.io/lhqeditor
- Localization library consuming LHQ localization files (*.lhq) to be used in WPF application as markup extension in xaml.
- First release of LHQ Editor Library.
- Copyright (c) 2021 Peter Šulek / ScaleHQ Solutions
- lhq,localization,strings,editor,resx,wpf
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/nugets/WPF.Localization/Nuget.WPF.Localization.csproj b/nugets/WPF.Localization/Nuget.WPF.Localization.csproj
index 0893652..e0aa883 100644
--- a/nugets/WPF.Localization/Nuget.WPF.Localization.csproj
+++ b/nugets/WPF.Localization/Nuget.WPF.Localization.csproj
@@ -1,149 +1,57 @@
-
-
-
-
- Debug
- AnyCPU
- {AE6E041B-9DFC-4386-8A1B-CD3CBF73227D}
- Library
- Properties
- ScaleHQ.WPF.LHQ
- ScaleHQ.WPF.LHQ
- v4.6
- 512
-
-
- true
- full
- false
- bin\Debug\
- DEBUG;TRACE
- prompt
- 4
- bin\Debug\ScaleHQ.WPF.LHQ.xml
- 7.1
-
-
- pdbonly
- true
- bin\Release\
- TRACE
- prompt
- 4
- 7.1
-
-
- true
- bin\x86\Debug\
- DEBUG;TRACE
- bin\Debug\ScaleHQ.LHQ.WPF.xml
- full
- x86
- prompt
- MinimumRecommendedRules.ruleset
-
-
- bin\x86\Release\
- TRACE
- true
- pdbonly
- x86
- prompt
- MinimumRecommendedRules.ruleset
-
-
- true
- bin\DebugSNK\
- DEBUG;TRACE
- bin\Debug\ScaleHQ.WPF.LHQ.xml
- full
- AnyCPU
- 7.1
- prompt
- MinimumRecommendedRules.ruleset
-
-
- true
- bin\x86\DebugSNK\
- DEBUG;TRACE
- bin\Debug\ScaleHQ.LHQ.WPF.xml
- full
- x86
- prompt
- MinimumRecommendedRules.ruleset
-
-
- bin\ReleaseSNK\
- TRACE
- true
- pdbonly
- AnyCPU
- 7.1
- prompt
- MinimumRecommendedRules.ruleset
-
-
- bin\x86\ReleaseSNK\
- TRACE
- true
- pdbonly
- x86
- prompt
- MinimumRecommendedRules.ruleset
-
-
- true
- ..\LHQ.NugetPackages.snk
- Nuget.WPF.Localization.StrongName.nuspec
-
-
- Nuget.WPF.Localization.nuspec
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- PreserveNewest
-
-
-
-
- PreserveNewest
-
-
- PreserveNewest
-
-
-
-
-
-$(SolutionDir)Tool\nuget.exe pack $(TargetDir)$(NuspecFile) -OutputDirectory $(SolutionDir)BuildDrop
-
-
+
+
+ net46;net5.0-windows
+ Library
+ ScaleHQ.WPF.LHQ
+ ScaleHQ.WPF.LHQ
+ true
+ true
+ true
+ true
+ ScaleHQ LHQ Editor Support Library for WPF projects
+ 2.0.0
+ ScaleHQ Solutions
+ ScaleHQ Solutions
+ Localization library consuming LHQ localization files (*.lhq) to be used in WPF application as markup extension in xaml.
+ Copyright (c) 2023 ScaleHQ Solutions
+ https://psulek.github.io/lhqeditor
+ readme.md
+ lhq,localization,strings,editor,resx,wpf
+ Added new target framework for NET5
+ $(SolutionDir)BuildDrop
+ MIT
+ False
+ Debug;Release;DebugVS2019;DebugSNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ScaleHQ.WPF.LHQ.StrongName
+ true
+ ..\LHQ.NugetPackages.snk
+
+
+
+ ScaleHQ.WPF.LHQ
+
\ No newline at end of file
diff --git a/nugets/WPF.Localization/Nuget.WPF.Localization.nuspec b/nugets/WPF.Localization/Nuget.WPF.Localization.nuspec
deleted file mode 100644
index ca971a9..0000000
--- a/nugets/WPF.Localization/Nuget.WPF.Localization.nuspec
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
- ScaleHQ.WPF.LHQ
- 1.1.0
- ScaleHQ LHQ Editor Support Library for WPF projects
- ScaleHQ Solutions
- ScaleHQ Solutions
- false
- MIT
- https://psulek.github.io/lhqeditor
- Localization library consuming LHQ localization files (*.lhq) to be used in WPF application as markup extension in xaml.
- First release of LHQ Editor Library.
- Copyright (c) 2021 ScaleHQ Solutions
- lhq,localization,strings,editor,resx,wpf
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/nugets/WPF.Localization/Properties/AssemblyInfo.cs b/nugets/WPF.Localization/Properties/AssemblyInfo.cs
deleted file mode 100644
index c7ee3a1..0000000
--- a/nugets/WPF.Localization/Properties/AssemblyInfo.cs
+++ /dev/null
@@ -1,44 +0,0 @@
-#region License
-// Copyright (c) 2021 Peter Šulek / ScaleHQ Solutions s.r.o.
-//
-// Permission is hereby granted, free of charge, to any person
-// obtaining a copy of this software and associated documentation
-// files (the "Software"), to deal in the Software without
-// restriction, including without limitation the rights to use,
-// copy, modify, merge, publish, distribute, sublicense, and/or sell
-// copies of the Software, and to permit persons to whom the
-// Software is furnished to do so, subject to the following
-// conditions:
-//
-// The above copyright notice and this permission notice shall be
-// included in all copies or substantial portions of the Software.
-//
-// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
-// OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
-// HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
-// WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
-// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
-// OTHER DEALINGS IN THE SOFTWARE.
-#endregion
-
-using System.Reflection;
-using System.Runtime.CompilerServices;
-using System.Runtime.InteropServices;
-
-[assembly: AssemblyTitle("ScaleHQ LHQ Editor Support Library for WPF")]
-[assembly: AssemblyProduct("ScaleHQ.WPF.LHQ")]
-[assembly: AssemblyCompany("ScaleHQ Solutions")]
-[assembly: AssemblyCopyright("Copyright (c) 2021 Peter Šulek / ScaleHQ Solutions s.r.o.")]
-[assembly: AssemblyTrademark("")]
-[assembly: AssemblyCulture("")]
-
-[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2243:AttributeStringLiteralsShouldParseCorrectly", Justification = "AssemblyInformationalVersion does not need to be a parsable version")]
-
-[assembly: AssemblyVersion("1.0.3.0")]
-
-[assembly: ComVisible(false)]
-[assembly: Guid("ae6e041b-9dfc-4386-8a1b-cd3cbf73227d")]
-
-[assembly: InternalsVisibleTo("LHQ.VsExtension, PublicKey=00240000048000009400000006020000002400005253413100040000010001000f53a7971e35c4572315c5ae7f37792d01706bc68f5877736c6764965e55330343d9ee07e1598e53d30274dd0084f6aad2bb6dc3e6b1a7ad6b44d8970a61b7bd47bc4d4abace88c0bc237e1ddc0cfd1a9ea4e470cf6c6e727e87b48e5a29406f75c2fa3c07593e15b031bd5dba83fd8bf6b6a20ff3367807e8ed7fab3ef1d8be")]
diff --git a/nugets/WPF.Localization/readme.md b/nugets/WPF.Localization/readme.md
new file mode 100644
index 0000000..7c2c887
--- /dev/null
+++ b/nugets/WPF.Localization/readme.md
@@ -0,0 +1,10 @@
+## ScaleHQ LHQ Editor Support Library for WPF projects
+
+This Nuget package contains support for WPF with custom XAML Markup extension.
+This library is required to successfully use C# classes generated from Visual Studio Extension - **Localization HQ Editor**.
+
+For example, how to use this library, add new project `Windows WPF Application with LHQ` within `Localization HQ Editor` group.
+Visual Studio Extension - **Localization HQ Editor** is required for this library to be useful.
+
+For more info about Localization HQ Editor, visit the official web site:
+https://psulek.github.io/lhqeditor
\ No newline at end of file
diff --git a/nugets/WPF.Localization/readme.txt b/nugets/WPF.Localization/readme.txt
deleted file mode 100644
index 18347a0..0000000
--- a/nugets/WPF.Localization/readme.txt
+++ /dev/null
@@ -1,12 +0,0 @@
--------------------------------------------------------------
----- ScaleHQ LHQ Editor Support Library for WPF projects ----
--------------------------------------------------------------
-
-This Nuget package contains support for WPF with custom XAML Markup extension.
-This library is required to successfully use C# classes generated from Visual Studio Extension - 'Localization HQ Editor'.
-
-For example, how to use this library, add new project 'Windows WPF Application with LHQ' within 'Localization HQ Editor' group.
-Visual Studio Extension - 'Localization HQ Editor' is required for this library to be useful.
-
-For more info about Localization HQ Editor, visit the official web site:
-https://psulek.github.io/lhqeditor
\ No newline at end of file