diff --git a/README.md b/README.md index e6afc05..06c8599 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,9 @@ This repository contains the source code for the Lepo.i18n NuGet packages. Lepo.i18n is available as NuGet package on NuGet.org: https://www.nuget.org/packages/Lepo.i18n -https://www.nuget.org/packages/Lepo.i18n.Json +https://www.nuget.org/packages/Lepo.i18n.DependencyInjection https://www.nuget.org/packages/Lepo.i18n.Wpf -https://www.nuget.org/packages/Lepo.i18n.Yaml +https://www.nuget.org/packages/Lepo.i18n.Json You can add it to your project using .NET CLI: diff --git a/src/Lepo.i18n/GlobalUsings.cs b/src/Lepo.i18n/GlobalUsings.cs index f646782..06ae6ac 100644 --- a/src/Lepo.i18n/GlobalUsings.cs +++ b/src/Lepo.i18n/GlobalUsings.cs @@ -10,3 +10,5 @@ global using System.Linq; global using System.Reflection; global using System.Resources; +global using System.Security.Cryptography; +global using System.Text; diff --git a/src/Lepo.i18n/Yaml/YamlDecoder.cs b/src/Lepo.i18n/Yaml/YamlDecoder.cs index 74331f8..dd84645 100644 --- a/src/Lepo.i18n/Yaml/YamlDecoder.cs +++ b/src/Lepo.i18n/Yaml/YamlDecoder.cs @@ -3,8 +3,6 @@ // Copyright (C) Leszek Pomianowski and Lepo.i18n Contributors. // All Rights Reserved. -using System.Security.Cryptography; - namespace Lepo.i18n.Yaml; ///