File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ This repository contains the source code for the Lepo.i18n NuGet packages.
13
13
14
14
Lepo.i18n is available as NuGet package on NuGet.org:
15
15
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
17
17
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
19
19
20
20
You can add it to your project using .NET CLI:
21
21
Original file line number Diff line number Diff line change 10
10
global using System . Linq ;
11
11
global using System . Reflection ;
12
12
global using System . Resources ;
13
+ global using System . Security . Cryptography ;
14
+ global using System . Text ;
Original file line number Diff line number Diff line change 3
3
// Copyright (C) Leszek Pomianowski and Lepo.i18n Contributors.
4
4
// All Rights Reserved.
5
5
6
- using System . Security . Cryptography ;
7
-
8
6
namespace Lepo . i18n . Yaml ;
9
7
10
8
/// <summary>
You can’t perform that action at this time.
0 commit comments