Skip to content

Commit 2df2cfe

Browse files
committed
add missing usings
1 parent 1908354 commit 2df2cfe

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ This repository contains the source code for the Lepo.i18n NuGet packages.
1313

1414
Lepo.i18n is available as NuGet package on NuGet.org:
1515
https://www.nuget.org/packages/Lepo.i18n
16-
https://www.nuget.org/packages/Lepo.i18n.Json
16+
https://www.nuget.org/packages/Lepo.i18n.DependencyInjection
1717
https://www.nuget.org/packages/Lepo.i18n.Wpf
18-
https://www.nuget.org/packages/Lepo.i18n.Yaml
18+
https://www.nuget.org/packages/Lepo.i18n.Json
1919

2020
You can add it to your project using .NET CLI:
2121

src/Lepo.i18n/GlobalUsings.cs

+2
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@
1010
global using System.Linq;
1111
global using System.Reflection;
1212
global using System.Resources;
13+
global using System.Security.Cryptography;
14+
global using System.Text;

src/Lepo.i18n/Yaml/YamlDecoder.cs

-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
// Copyright (C) Leszek Pomianowski and Lepo.i18n Contributors.
44
// All Rights Reserved.
55

6-
using System.Security.Cryptography;
7-
86
namespace Lepo.i18n.Yaml;
97

108
/// <summary>

0 commit comments

Comments
 (0)