Skip to content

Commit

Permalink
add missing usings
Browse files Browse the repository at this point in the history
  • Loading branch information
pomianowski committed May 19, 2024
1 parent 1908354 commit 2df2cfe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 2 additions & 0 deletions src/Lepo.i18n/GlobalUsings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
2 changes: 0 additions & 2 deletions src/Lepo.i18n/Yaml/YamlDecoder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
// Copyright (C) Leszek Pomianowski and Lepo.i18n Contributors.
// All Rights Reserved.

using System.Security.Cryptography;

namespace Lepo.i18n.Yaml;

/// <summary>
Expand Down

0 comments on commit 2df2cfe

Please sign in to comment.