diff --git a/.github/workflows/relase.yml b/.github/workflows/relase.yml
new file mode 100644
index 0000000..7686f1a
--- /dev/null
+++ b/.github/workflows/relase.yml
@@ -0,0 +1,23 @@
+name: Release to NuGet
+
+on:
+ release:
+ types: [published]
+
+jobs:
+ build:
+ runs-on: ubuntu-latest
+ timeout-minutes: 5
+ steps:
+ - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
+
+ - name: Setup dotnet
+ uses: actions/setup-dotnet@607fce577a46308457984d59e4954e075820f10a #v3.0.3
+ - name: Build
+ run: dotnet build -c Release
+ - name: Test
+ run: dotnet test -c Release --no-build
+ - name: Pack nugets
+ run: dotnet pack -c Release --no-build --output .
+ - name: Push to NuGet
+ run: dotnet nuget push "*.nupkg" --api-key ${{secrets.nuget_api_key}} --source https://api.nuget.org/v3/index.json
\ No newline at end of file
diff --git a/.idea/.idea.Passwordless-dotnet/.idea/workspace.xml b/.idea/.idea.Passwordless-dotnet/.idea/workspace.xml
index 8df6e57..d841621 100644
--- a/.idea/.idea.Passwordless-dotnet/.idea/workspace.xml
+++ b/.idea/.idea.Passwordless-dotnet/.idea/workspace.xml
@@ -4,16 +4,7 @@
-
-
-
-
-
-
-
-
-
-
+
@@ -30,26 +21,26 @@
- {
+ "keyToString": {
+ "RunOnceActivity.OpenProjectViewOnStart": "true",
+ "RunOnceActivity.ShowReadmeOnStart": "true",
+ "WebServerToolWindowFactoryState": "false",
+ "git-widget-placeholder": "main",
+ "node.js.detected.package.eslint": "true",
+ "node.js.detected.package.tslint": "true",
+ "node.js.selected.package.eslint": "(autodetect)",
+ "node.js.selected.package.tslint": "(autodetect)",
+ "vue.rearranger.settings.migration": "true"
},
- "keyToStringList": {
- "rider.external.source.directories": [
- "/Users/anders/Library/Application Support/JetBrains/Rider2023.1/resharper-host/DecompilerCache",
- "/Users/anders/Library/Application Support/JetBrains/Rider2023.1/resharper-host/SourcesCache",
- "/Users/anders/.local/share/Symbols/src"
+ "keyToStringList": {
+ "rider.external.source.directories": [
+ "/Users/anders/Library/Application Support/JetBrains/Rider2023.1/resharper-host/DecompilerCache",
+ "/Users/anders/Library/Application Support/JetBrains/Rider2023.1/resharper-host/SourcesCache",
+ "/Users/anders/.local/share/Symbols/src"
]
}
-}]]>
+}
diff --git a/src/Sdk/Sdk.csproj b/src/Sdk/Sdk.csproj
index 3e0bded..7ff18c0 100644
--- a/src/Sdk/Sdk.csproj
+++ b/src/Sdk/Sdk.csproj
@@ -9,6 +9,11 @@
Passwordless.Net
Passwordless.Net
0.0.11
+ beta1
+ Passwordless
+ Bitwarden
+ https://github.com/passwordless/passwordless-dotnet
+ git