Skip to content

Commit fe7fdd5

Browse files
aksoftware98claude
andcommitted
Align all NuGet packages to 6.1.0 and refresh metadata for the .NET 10 + WinUI 3 release
• bump AKSoftware.Localization.MultiLanguages.Blazor and SourceGenerator versions to 6.1.0 • update copyright to AK Software 2026 and refresh PackageReleaseNotes across packages • fix typo in core library release notes (supprot -> support) • add full NuGet metadata to the WinUI 3 package (authors, description, license, icon, repo, version 6.1.0) • update UWP nuspec to 6.1.0 and bump its dependency on the core library to 6.1.0 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 72f7c9d commit fe7fdd5

6 files changed

Lines changed: 205 additions & 180 deletions

File tree

src/AKSoftware.Localization.MultiLanguages.Blazor/AKSoftware.Localization.MultiLanguages.Blazor.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88
<PackageProjectUrl>https://akmultilanguages.azurewebsites.net</PackageProjectUrl>
99
<RepositoryUrl>https://github.com/aksoftware98/multilanguages</RepositoryUrl>
1010
<PackageTags>AKSoftware, Languages, Localization, Globalization,</PackageTags>
11-
<PackageReleaseNotes>Add support for Blazor Server and fix its related bugs https://github.com/aksoftware98/multilanguages</PackageReleaseNotes>
12-
<Copyright>AK Software 2024</Copyright>
11+
<PackageReleaseNotes>Migrate to .NET 10 and add support for WinUI 3 on Windows</PackageReleaseNotes>
12+
<Copyright>AK Software 2026</Copyright>
1313
<PackageLicenseFile>LICENSE</PackageLicenseFile>
1414
<NeutralLanguage>en-US</NeutralLanguage>
1515
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
1616
<PackageIcon>AkMultiLanguages.png</PackageIcon>
17-
<AssemblyVersion>6.0.0</AssemblyVersion>
18-
<FileVersion>6.0.0.0</FileVersion>
17+
<AssemblyVersion>6.1.0</AssemblyVersion>
18+
<FileVersion>6.1.0.0</FileVersion>
1919
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
20-
<Version>6.0.0</Version>
20+
<Version>6.1.0</Version>
2121
</PropertyGroup>
2222

2323
<ItemGroup>

src/AKSoftware.Localization.MultiLanguages.SourceGenerator/AKSoftware.Localization.MultiLanguages.SourceGenerator.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
<Company>AK Software</Company>
77
<Authors>Ahmad Mozaffar</Authors>
88
<Description>Source Generator to provide a simple and direct access for the LanguageContainer and the keys in a strongly-typed fashion.</Description>
9-
<Copyright>AK Software 2024</Copyright>
9+
<Copyright>AK Software 2026</Copyright>
1010
<PackageTags>AKSoftware, Languages, Localization, Globalization, Source Generator</PackageTags>
11-
<PackageReleaseNotes></PackageReleaseNotes>
11+
<PackageReleaseNotes>Migrate to .NET 10 and add support for WinUI 3 on Windows</PackageReleaseNotes>
1212
<NeutralLanguage>en-US</NeutralLanguage>
1313
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1414
<EnforceExtendedAnalyzerRules>false</EnforceExtendedAnalyzerRules>
@@ -18,9 +18,9 @@
1818
<PackageProjectUrl>https://akmultilanguages.azurewebsites.net</PackageProjectUrl>
1919
<RepositoryUrl>https://github.com/aksoftware98/multilanguages</RepositoryUrl>
2020
<PackageIcon>AkMultiLanguages.png</PackageIcon>
21-
<AssemblyVersion>6.0.1</AssemblyVersion>
22-
<FileVersion>6.0.1</FileVersion>
23-
<Version>6.0.1</Version>
21+
<AssemblyVersion>6.1.0</AssemblyVersion>
22+
<FileVersion>6.1.0</FileVersion>
23+
<Version>6.1.0</Version>
2424
<PackageReadmeFile>README.md</PackageReadmeFile>
2525
</PropertyGroup>
2626

Lines changed: 160 additions & 160 deletions
Original file line numberDiff line numberDiff line change
@@ -1,166 +1,166 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4-
<PropertyGroup>
5-
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6-
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7-
<ProjectGuid>{D2471408-2889-4AE4-9015-24CA4C948253}</ProjectGuid>
8-
<OutputType>Library</OutputType>
9-
<AppDesignerFolder>Properties</AppDesignerFolder>
10-
<RootNamespace>AKSoftware.Localization.MultiLanguages.UWP</RootNamespace>
11-
<AssemblyName>AKSoftware.Localization.MultiLanguages.UWP</AssemblyName>
12-
<DefaultLanguage>en-US</DefaultLanguage>
13-
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
14-
<TargetPlatformVersion Condition=" '$(TargetPlatformVersion)' == '' ">10.0.18362.0</TargetPlatformVersion>
15-
<TargetPlatformMinVersion>10.0.17134.0</TargetPlatformMinVersion>
16-
<MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
17-
<FileAlignment>512</FileAlignment>
18-
<ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
19-
</PropertyGroup>
20-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
21-
<PlatformTarget>AnyCPU</PlatformTarget>
22-
<DebugSymbols>true</DebugSymbols>
23-
<DebugType>full</DebugType>
24-
<Optimize>false</Optimize>
25-
<OutputPath>bin\Debug\</OutputPath>
26-
<DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
27-
<ErrorReport>prompt</ErrorReport>
28-
<WarningLevel>4</WarningLevel>
29-
</PropertyGroup>
30-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
31-
<PlatformTarget>AnyCPU</PlatformTarget>
32-
<DebugType>pdbonly</DebugType>
33-
<Optimize>true</Optimize>
34-
<OutputPath>bin\Release\</OutputPath>
35-
<DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
36-
<ErrorReport>prompt</ErrorReport>
37-
<WarningLevel>4</WarningLevel>
38-
</PropertyGroup>
39-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
40-
<PlatformTarget>x86</PlatformTarget>
41-
<DebugSymbols>true</DebugSymbols>
42-
<OutputPath>bin\x86\Debug\</OutputPath>
43-
<DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
44-
<NoWarn>;2008</NoWarn>
45-
<DebugType>full</DebugType>
46-
<UseVSHostingProcess>false</UseVSHostingProcess>
47-
<ErrorReport>prompt</ErrorReport>
48-
</PropertyGroup>
49-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
50-
<PlatformTarget>x86</PlatformTarget>
51-
<OutputPath>bin\x86\Release\</OutputPath>
52-
<DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
53-
<Optimize>true</Optimize>
54-
<NoWarn>;2008</NoWarn>
55-
<DebugType>pdbonly</DebugType>
56-
<UseVSHostingProcess>false</UseVSHostingProcess>
57-
<ErrorReport>prompt</ErrorReport>
58-
</PropertyGroup>
59-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
60-
<PlatformTarget>ARM</PlatformTarget>
61-
<DebugSymbols>true</DebugSymbols>
62-
<OutputPath>bin\ARM\Debug\</OutputPath>
63-
<DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
64-
<NoWarn>;2008</NoWarn>
65-
<DebugType>full</DebugType>
66-
<UseVSHostingProcess>false</UseVSHostingProcess>
67-
<ErrorReport>prompt</ErrorReport>
68-
</PropertyGroup>
69-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM'">
70-
<PlatformTarget>ARM</PlatformTarget>
71-
<OutputPath>bin\ARM\Release\</OutputPath>
72-
<DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
73-
<Optimize>true</Optimize>
74-
<NoWarn>;2008</NoWarn>
75-
<DebugType>pdbonly</DebugType>
76-
<UseVSHostingProcess>false</UseVSHostingProcess>
77-
<ErrorReport>prompt</ErrorReport>
78-
</PropertyGroup>
79-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM64'">
80-
<PlatformTarget>ARM64</PlatformTarget>
81-
<DebugSymbols>true</DebugSymbols>
82-
<OutputPath>bin\ARM64\Debug\</OutputPath>
83-
<DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
84-
<NoWarn>;2008</NoWarn>
85-
<DebugType>full</DebugType>
86-
<UseVSHostingProcess>false</UseVSHostingProcess>
87-
<ErrorReport>prompt</ErrorReport>
88-
</PropertyGroup>
89-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM64'">
90-
<PlatformTarget>ARM64</PlatformTarget>
91-
<OutputPath>bin\ARM64\Release\</OutputPath>
92-
<DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
93-
<Optimize>true</Optimize>
94-
<NoWarn>;2008</NoWarn>
95-
<DebugType>pdbonly</DebugType>
96-
<UseVSHostingProcess>false</UseVSHostingProcess>
97-
<ErrorReport>prompt</ErrorReport>
98-
</PropertyGroup>
99-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
100-
<PlatformTarget>x64</PlatformTarget>
101-
<DebugSymbols>true</DebugSymbols>
102-
<OutputPath>bin\x64\Debug\</OutputPath>
103-
<DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
104-
<NoWarn>;2008</NoWarn>
105-
<DebugType>full</DebugType>
106-
<UseVSHostingProcess>false</UseVSHostingProcess>
107-
<ErrorReport>prompt</ErrorReport>
108-
</PropertyGroup>
109-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
110-
<PlatformTarget>x64</PlatformTarget>
111-
<OutputPath>bin\x64\Release\</OutputPath>
112-
<DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
113-
<Optimize>true</Optimize>
114-
<NoWarn>;2008</NoWarn>
115-
<DebugType>pdbonly</DebugType>
116-
<UseVSHostingProcess>false</UseVSHostingProcess>
117-
<ErrorReport>prompt</ErrorReport>
118-
</PropertyGroup>
119-
<PropertyGroup>
120-
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
121-
</PropertyGroup>
122-
<ItemGroup>
123-
<Compile Include="Behaviors\DependencyObjectCollection.cs" />
124-
<Compile Include="Behaviors\MultiBindingBehavior.cs" />
125-
<Compile Include="Behaviors\MultiBindingItem.cs" />
126-
<Compile Include="Behaviors\MultiBindingItemCollection.cs" />
127-
<Compile Include="Converters\LocalizationConverter.cs" />
128-
<Compile Include="Converters\MultiValueConverterBase.cs" />
129-
<Compile Include="Extensions\LanguageServiceExtension.cs" />
130-
<Compile Include="Extensions\LocalizeStringExtension.cs" />
131-
<Compile Include="ExternalFileKeysProvider.cs" />
132-
<Compile Include="IServiceProviderHost.cs" />
133-
<Compile Include="LocalizationService.cs" />
134-
<Compile Include="Properties\AssemblyInfo.cs" />
135-
<EmbeddedResource Include="Properties\AKSoftware.Localization.MultiLanguages.UWP.rd.xml" />
136-
</ItemGroup>
137-
<ItemGroup>
138-
<PackageReference Include="Microsoft.Extensions.DependencyInjection">
139-
<Version>8.0.0</Version>
140-
</PackageReference>
141-
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform">
142-
<Version>6.2.10</Version>
143-
</PackageReference>
144-
<PackageReference Include="Microsoft.Xaml.Behaviors.Uwp.Managed">
145-
<Version>2.0.1</Version>
146-
</PackageReference>
147-
</ItemGroup>
148-
<ItemGroup>
149-
<ProjectReference Include="..\AKSoftware.Localization.MultiLanguages\AKSoftware.Localization.MultiLanguages.csproj">
150-
<Project>{6f2ba297-c752-4552-97d4-4a69277e3df2}</Project>
151-
<Name>AKSoftware.Localization.MultiLanguages</Name>
152-
</ProjectReference>
153-
</ItemGroup>
154-
<ItemGroup />
155-
<PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '14.0' ">
156-
<VisualStudioVersion>14.0</VisualStudioVersion>
157-
</PropertyGroup>
158-
<Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4+
<PropertyGroup>
5+
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6+
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7+
<ProjectGuid>{D2471408-2889-4AE4-9015-24CA4C948253}</ProjectGuid>
8+
<OutputType>Library</OutputType>
9+
<AppDesignerFolder>Properties</AppDesignerFolder>
10+
<RootNamespace>AKSoftware.Localization.MultiLanguages.UWP</RootNamespace>
11+
<AssemblyName>AKSoftware.Localization.MultiLanguages.UWP</AssemblyName>
12+
<DefaultLanguage>en-US</DefaultLanguage>
13+
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
14+
<TargetPlatformVersion Condition=" '$(TargetPlatformVersion)' == '' ">10.0.22621.0</TargetPlatformVersion>
15+
<TargetPlatformMinVersion>10.0.17134.0</TargetPlatformMinVersion>
16+
<MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
17+
<FileAlignment>512</FileAlignment>
18+
<ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
19+
</PropertyGroup>
20+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
21+
<PlatformTarget>AnyCPU</PlatformTarget>
22+
<DebugSymbols>true</DebugSymbols>
23+
<DebugType>full</DebugType>
24+
<Optimize>false</Optimize>
25+
<OutputPath>bin\Debug\</OutputPath>
26+
<DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
27+
<ErrorReport>prompt</ErrorReport>
28+
<WarningLevel>4</WarningLevel>
29+
</PropertyGroup>
30+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
31+
<PlatformTarget>AnyCPU</PlatformTarget>
32+
<DebugType>pdbonly</DebugType>
33+
<Optimize>true</Optimize>
34+
<OutputPath>bin\Release\</OutputPath>
35+
<DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
36+
<ErrorReport>prompt</ErrorReport>
37+
<WarningLevel>4</WarningLevel>
38+
</PropertyGroup>
39+
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
40+
<PlatformTarget>x86</PlatformTarget>
41+
<DebugSymbols>true</DebugSymbols>
42+
<OutputPath>bin\x86\Debug\</OutputPath>
43+
<DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
44+
<NoWarn>;2008</NoWarn>
45+
<DebugType>full</DebugType>
46+
<UseVSHostingProcess>false</UseVSHostingProcess>
47+
<ErrorReport>prompt</ErrorReport>
48+
</PropertyGroup>
49+
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
50+
<PlatformTarget>x86</PlatformTarget>
51+
<OutputPath>bin\x86\Release\</OutputPath>
52+
<DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
53+
<Optimize>true</Optimize>
54+
<NoWarn>;2008</NoWarn>
55+
<DebugType>pdbonly</DebugType>
56+
<UseVSHostingProcess>false</UseVSHostingProcess>
57+
<ErrorReport>prompt</ErrorReport>
58+
</PropertyGroup>
59+
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
60+
<PlatformTarget>ARM</PlatformTarget>
61+
<DebugSymbols>true</DebugSymbols>
62+
<OutputPath>bin\ARM\Debug\</OutputPath>
63+
<DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
64+
<NoWarn>;2008</NoWarn>
65+
<DebugType>full</DebugType>
66+
<UseVSHostingProcess>false</UseVSHostingProcess>
67+
<ErrorReport>prompt</ErrorReport>
68+
</PropertyGroup>
69+
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM'">
70+
<PlatformTarget>ARM</PlatformTarget>
71+
<OutputPath>bin\ARM\Release\</OutputPath>
72+
<DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
73+
<Optimize>true</Optimize>
74+
<NoWarn>;2008</NoWarn>
75+
<DebugType>pdbonly</DebugType>
76+
<UseVSHostingProcess>false</UseVSHostingProcess>
77+
<ErrorReport>prompt</ErrorReport>
78+
</PropertyGroup>
79+
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM64'">
80+
<PlatformTarget>ARM64</PlatformTarget>
81+
<DebugSymbols>true</DebugSymbols>
82+
<OutputPath>bin\ARM64\Debug\</OutputPath>
83+
<DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
84+
<NoWarn>;2008</NoWarn>
85+
<DebugType>full</DebugType>
86+
<UseVSHostingProcess>false</UseVSHostingProcess>
87+
<ErrorReport>prompt</ErrorReport>
88+
</PropertyGroup>
89+
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM64'">
90+
<PlatformTarget>ARM64</PlatformTarget>
91+
<OutputPath>bin\ARM64\Release\</OutputPath>
92+
<DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
93+
<Optimize>true</Optimize>
94+
<NoWarn>;2008</NoWarn>
95+
<DebugType>pdbonly</DebugType>
96+
<UseVSHostingProcess>false</UseVSHostingProcess>
97+
<ErrorReport>prompt</ErrorReport>
98+
</PropertyGroup>
99+
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
100+
<PlatformTarget>x64</PlatformTarget>
101+
<DebugSymbols>true</DebugSymbols>
102+
<OutputPath>bin\x64\Debug\</OutputPath>
103+
<DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
104+
<NoWarn>;2008</NoWarn>
105+
<DebugType>full</DebugType>
106+
<UseVSHostingProcess>false</UseVSHostingProcess>
107+
<ErrorReport>prompt</ErrorReport>
108+
</PropertyGroup>
109+
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
110+
<PlatformTarget>x64</PlatformTarget>
111+
<OutputPath>bin\x64\Release\</OutputPath>
112+
<DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
113+
<Optimize>true</Optimize>
114+
<NoWarn>;2008</NoWarn>
115+
<DebugType>pdbonly</DebugType>
116+
<UseVSHostingProcess>false</UseVSHostingProcess>
117+
<ErrorReport>prompt</ErrorReport>
118+
</PropertyGroup>
119+
<PropertyGroup>
120+
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
121+
</PropertyGroup>
122+
<ItemGroup>
123+
<Compile Include="Behaviors\DependencyObjectCollection.cs" />
124+
<Compile Include="Behaviors\MultiBindingBehavior.cs" />
125+
<Compile Include="Behaviors\MultiBindingItem.cs" />
126+
<Compile Include="Behaviors\MultiBindingItemCollection.cs" />
127+
<Compile Include="Converters\LocalizationConverter.cs" />
128+
<Compile Include="Converters\MultiValueConverterBase.cs" />
129+
<Compile Include="Extensions\LanguageServiceExtension.cs" />
130+
<Compile Include="Extensions\LocalizeStringExtension.cs" />
131+
<Compile Include="ExternalFileKeysProvider.cs" />
132+
<Compile Include="IServiceProviderHost.cs" />
133+
<Compile Include="LocalizationService.cs" />
134+
<Compile Include="Properties\AssemblyInfo.cs" />
135+
<EmbeddedResource Include="Properties\AKSoftware.Localization.MultiLanguages.UWP.rd.xml" />
136+
</ItemGroup>
137+
<ItemGroup>
138+
<PackageReference Include="Microsoft.Extensions.DependencyInjection">
139+
<Version>8.0.0</Version>
140+
</PackageReference>
141+
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform">
142+
<Version>6.2.10</Version>
143+
</PackageReference>
144+
<PackageReference Include="Microsoft.Xaml.Behaviors.Uwp.Managed">
145+
<Version>2.0.1</Version>
146+
</PackageReference>
147+
</ItemGroup>
148+
<ItemGroup>
149+
<ProjectReference Include="..\AKSoftware.Localization.MultiLanguages\AKSoftware.Localization.MultiLanguages.csproj">
150+
<Project>{6f2ba297-c752-4552-97d4-4a69277e3df2}</Project>
151+
<Name>AKSoftware.Localization.MultiLanguages</Name>
152+
</ProjectReference>
153+
</ItemGroup>
154+
<ItemGroup />
155+
<PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '14.0' ">
156+
<VisualStudioVersion>14.0</VisualStudioVersion>
157+
</PropertyGroup>
158+
<Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
159159
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
160160
Other similar extension points exist, see Microsoft.Common.targets.
161161
<Target Name="BeforeBuild">
162162
</Target>
163163
<Target Name="AfterBuild">
164164
</Target>
165-
-->
166-
</Project>
165+
-->
166+
</Project>

src/AKSoftware.Localization.MultiLanguages.UWP/AKSoftware.Localization.MultiLanguages.UWP.nuspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package >
33
<metadata>
44
<id>AKSoftware.Localization.MultiLangauges.UWP</id>
5-
<version>1.1.0</version>
5+
<version>6.1.0</version>
66
<title>AKSoftware.Localization.MultiLangauges.UWP</title>
77
<authors>Michael Gerfen</authors>
88
<requireLicenseAcceptance>true</requireLicenseAcceptance>
@@ -11,11 +11,11 @@
1111
<icon>images\AkMultiLanguages.png</icon>
1212
<projectUrl>https://github.com/aksoftware98/multilanguages</projectUrl>
1313
<description>AKSoftware.Localization.MultiLanguages is a .NET library that allows .NET developers to build applications that targets multiple languages very easy just with few lines of code</description>
14-
<releaseNotes>Adding XAML extension to access the language keywords</releaseNotes>
15-
<copyright>2021</copyright>
14+
<releaseNotes>Align UWP package with the 6.1.0 release of AKSoftware.Localization.MultiLanguages (.NET 10 + WinUI 3 wave).</releaseNotes>
15+
<copyright>AK Software 2026</copyright>
1616
<tags>UWP Localization MultiLanguages dotnetcore dotnet Windows10 WinUI Globalization AKSoftware</tags>
1717
<dependencies>
18-
<dependency id="AKSoftware.Localization.MultiLanguages" version="5.0.0" />
18+
<dependency id="AKSoftware.Localization.MultiLanguages" version="6.1.0" />
1919
</dependencies>
2020
</metadata>
2121

0 commit comments

Comments
 (0)