diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml
index 8de05e6..14edaa2 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.yml
+++ b/.github/ISSUE_TEMPLATE/feature_request.yml
@@ -2,8 +2,6 @@ name: Feature Request
description: Suggest an idea for this project
title: "[Feature Request]: "
labels: ["feature"]
-assignees:
- - timokoessler
body:
- type: markdown
attributes:
@@ -17,4 +15,3 @@ body:
placeholder: What feature would you like to see added to this project?
validations:
required: true
-
diff --git a/Guard.Core/Guard.Core.csproj b/Guard.Core/Guard.Core.csproj
index 1960c0b..dd01d08 100644
--- a/Guard.Core/Guard.Core.csproj
+++ b/Guard.Core/Guard.Core.csproj
@@ -21,7 +21,7 @@
-
+
diff --git a/Guard.Package/Guard.Package.wapproj b/Guard.Package/Guard.Package.wapproj
index ca65134..9586366 100644
--- a/Guard.Package/Guard.Package.wapproj
+++ b/Guard.Package/Guard.Package.wapproj
@@ -168,7 +168,7 @@
-
+
diff --git a/Guard.Test/Guard.Test.csproj b/Guard.Test/Guard.Test.csproj
index c0fe608..a2558f7 100644
--- a/Guard.Test/Guard.Test.csproj
+++ b/Guard.Test/Guard.Test.csproj
@@ -16,8 +16,8 @@
all
runtime; build; native; contentfiles; analyzers; buildtransitive
-
-
+
+
all
runtime; build; native; contentfiles; analyzers; buildtransitive
diff --git a/Guard.WPF/Guard.WPF.csproj b/Guard.WPF/Guard.WPF.csproj
index f5edaf2..203b74d 100644
--- a/Guard.WPF/Guard.WPF.csproj
+++ b/Guard.WPF/Guard.WPF.csproj
@@ -65,7 +65,7 @@
-
+
diff --git a/README.md b/README.md
index 19eccbd..ddbbebc 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@ There are many ways to add a token. You can import a QR code, enter the token de
The secret keys, the account names and your notes are encrypted using the AEGIS-256 algorithm. The encryption key is derived via Argon2id.
**Can I export my tokens?**
-Yes, you can export your tokens at any time. Currently you have three options: encrypted 2FAGuard backup, generic TOTP Uri list or Authenticator Pro backup. But it is also possible to export single tokens as QR codes or view the secret key.
+Yes, you can export your tokens at any time. Currently you have three options: encrypted 2FAGuard backup, generic TOTP Uri list or Stratum backup. But it is also possible to export single tokens as QR codes or view the secret key.
**Which devices are supported?**
This app is only available for Windows 10 1903 and higher. It also requires the C++ Redistributable Runtimes by Microsoft to be installed, but they are usually already installed on most systems. If not, the installer will take care of it.