Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pomianowski committed May 31, 2024
1 parent 393bbde commit 2451412
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<Company>lepo.co</Company>
<Authors>lepo.co</Authors>
<Product>Lepo.i18n</Product>
<CommonTags>lepoco;toolkit;translation;wpf;winforms;i18n</CommonTags>
<CommonTags>lepoco;toolkit;translation;wpf;winforms;i18n;localization;cli</CommonTags>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<Copyright>(c) lepo.co | Leszek Pomianowski and Contributors. All rights reserved.</Copyright>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<PackageId>Lepo.i18n.DependencyInjection</PackageId>
<TargetFrameworks>netstandard2.0;netstandard2.1;net462;net6.0;net8.0</TargetFrameworks>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<CommonTags>$(CommonTags);dependency;injection;microsoft</CommonTags>
<Description>Lepo.i18n is an essential tool for developers aiming to create multilingual applications in WPF, WinForms, or CLI environments.</Description>
</PropertyGroup>

<!-- Necessary polyfills -->
Expand Down Expand Up @@ -32,4 +34,4 @@
<ProjectReference Include="..\Lepo.i18n\Lepo.i18n.csproj" />
</ItemGroup>

</Project>
</Project>
4 changes: 3 additions & 1 deletion src/Lepo.i18n.Json/Lepo.i18n.Json.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<PackageId>Lepo.i18n.Json</PackageId>
<TargetFrameworks>netstandard2.0;netstandard2.1;net462;net6.0;net8.0</TargetFrameworks>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<CommonTags>$(CommonTags);json;serialization</CommonTags>
<Description>Lepo.i18n is an essential tool for developers aiming to create multilingual applications in WPF, WinForms, or CLI environments.</Description>
</PropertyGroup>

<!-- Necessary polyfills -->
Expand Down Expand Up @@ -31,4 +33,4 @@
<ProjectReference Include="..\Lepo.i18n\Lepo.i18n.csproj" />
</ItemGroup>

</Project>
</Project>
4 changes: 3 additions & 1 deletion src/Lepo.i18n.Wpf/Lepo.i18n.Wpf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
<TargetFrameworks>net462;net6.0-windows;net8.0-windows</TargetFrameworks>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<UseWPF>true</UseWPF>
<CommonTags>$(CommonTags);wpf;windows;presentation;foundation</CommonTags>
<Description>Lepo.i18n is an essential tool for developers aiming to create multilingual applications in WPF, WinForms, or CLI environments.</Description>
</PropertyGroup>

<!-- Necessary polyfills -->
Expand All @@ -28,4 +30,4 @@
<ProjectReference Include="..\Lepo.i18n\Lepo.i18n.csproj" />
</ItemGroup>

</Project>
</Project>
4 changes: 3 additions & 1 deletion src/Lepo.i18n/Lepo.i18n.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<PackageId>Lepo.i18n</PackageId>
<TargetFrameworks>netstandard2.0;netstandard2.1;net462;net6.0;net8.0</TargetFrameworks>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<CommonTags>$(CommonTags);yaml;serialization</CommonTags>
<Description>Lepo.i18n is an essential tool for developers aiming to create multilingual applications in WPF, WinForms, or CLI environments.</Description>
</PropertyGroup>

<!-- Necessary polyfills -->
Expand All @@ -23,4 +25,4 @@
</PolySharpIncludeGeneratedTypes>
</PropertyGroup>

</Project>
</Project>

0 comments on commit 2451412

Please sign in to comment.