Skip to content

Commit

Permalink
Upgrade/v5 (#7)
Browse files Browse the repository at this point in the history
Updated .NET 6, C# 10, license headers and readme. Introduced file-scoped namespaces and added multiple code improvements and tests.
  • Loading branch information
MrMatthewLayton authored Jul 24, 2022
1 parent 4aaad0c commit 6343b7c
Show file tree
Hide file tree
Showing 203 changed files with 8,674 additions and 8,766 deletions.
4 changes: 4 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
root = true

[*]
max_line_length = 140
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.x
dotnet-version: 6.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build
Expand Down
69 changes: 0 additions & 69 deletions OnixLabs.Core.UnitTests/Base16Tests.cs

This file was deleted.

85 changes: 0 additions & 85 deletions OnixLabs.Core.UnitTests/Base32Base32HexAlphabetTests.cs

This file was deleted.

85 changes: 0 additions & 85 deletions OnixLabs.Core.UnitTests/Base32CrockfordAlphabetTests.cs

This file was deleted.

85 changes: 0 additions & 85 deletions OnixLabs.Core.UnitTests/Base32DefaultAlphabetTests.cs

This file was deleted.

Loading

0 comments on commit 6343b7c

Please sign in to comment.