From b3878db47580441e48ddc1ba11bc8b3b865a4b4a Mon Sep 17 00:00:00 2001 From: Anubhav Ranjan Date: Tue, 19 Nov 2024 22:06:47 +0530 Subject: [PATCH] Removed dotnet directory --- dotnet/.gitignore => .gitignore | 0 dotnet/README.md => README.md | 0 {dotnet/TotpAuth.Test => TotpAuth.Test}/TotpAuth.Test.csproj | 0 {dotnet/TotpAuth.Test => TotpAuth.Test}/TotpAuthUnitTest.cs | 0 {dotnet/TotpAuth.Test => TotpAuth.Test}/Usings.cs | 0 dotnet/TotpAuth.sln => TotpAuth.sln | 0 {dotnet/TotpAuth => TotpAuth}/Authenticator.cs | 0 {dotnet/TotpAuth => TotpAuth}/Base32Encoding.cs | 0 {dotnet/TotpAuth => TotpAuth}/TotpAuth.csproj | 2 +- 9 files changed, 1 insertion(+), 1 deletion(-) rename dotnet/.gitignore => .gitignore (100%) rename dotnet/README.md => README.md (100%) rename {dotnet/TotpAuth.Test => TotpAuth.Test}/TotpAuth.Test.csproj (100%) rename {dotnet/TotpAuth.Test => TotpAuth.Test}/TotpAuthUnitTest.cs (100%) rename {dotnet/TotpAuth.Test => TotpAuth.Test}/Usings.cs (100%) rename dotnet/TotpAuth.sln => TotpAuth.sln (100%) rename {dotnet/TotpAuth => TotpAuth}/Authenticator.cs (100%) rename {dotnet/TotpAuth => TotpAuth}/Base32Encoding.cs (100%) rename {dotnet/TotpAuth => TotpAuth}/TotpAuth.csproj (97%) diff --git a/dotnet/.gitignore b/.gitignore similarity index 100% rename from dotnet/.gitignore rename to .gitignore diff --git a/dotnet/README.md b/README.md similarity index 100% rename from dotnet/README.md rename to README.md diff --git a/dotnet/TotpAuth.Test/TotpAuth.Test.csproj b/TotpAuth.Test/TotpAuth.Test.csproj similarity index 100% rename from dotnet/TotpAuth.Test/TotpAuth.Test.csproj rename to TotpAuth.Test/TotpAuth.Test.csproj diff --git a/dotnet/TotpAuth.Test/TotpAuthUnitTest.cs b/TotpAuth.Test/TotpAuthUnitTest.cs similarity index 100% rename from dotnet/TotpAuth.Test/TotpAuthUnitTest.cs rename to TotpAuth.Test/TotpAuthUnitTest.cs diff --git a/dotnet/TotpAuth.Test/Usings.cs b/TotpAuth.Test/Usings.cs similarity index 100% rename from dotnet/TotpAuth.Test/Usings.cs rename to TotpAuth.Test/Usings.cs diff --git a/dotnet/TotpAuth.sln b/TotpAuth.sln similarity index 100% rename from dotnet/TotpAuth.sln rename to TotpAuth.sln diff --git a/dotnet/TotpAuth/Authenticator.cs b/TotpAuth/Authenticator.cs similarity index 100% rename from dotnet/TotpAuth/Authenticator.cs rename to TotpAuth/Authenticator.cs diff --git a/dotnet/TotpAuth/Base32Encoding.cs b/TotpAuth/Base32Encoding.cs similarity index 100% rename from dotnet/TotpAuth/Base32Encoding.cs rename to TotpAuth/Base32Encoding.cs diff --git a/dotnet/TotpAuth/TotpAuth.csproj b/TotpAuth/TotpAuth.csproj similarity index 97% rename from dotnet/TotpAuth/TotpAuth.csproj rename to TotpAuth/TotpAuth.csproj index b02f317..c6c1e2e 100644 --- a/dotnet/TotpAuth/TotpAuth.csproj +++ b/TotpAuth/TotpAuth.csproj @@ -24,7 +24,7 @@ https://github.com/glacasa/TwoStepsAuthenticator - + True