Skip to content

Commit

Permalink
Release 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sk-keeper committed Aug 27, 2024
1 parent 54823eb commit 87ca142
Show file tree
Hide file tree
Showing 15 changed files with 23,236 additions and 9,366 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
retention-days: 1

- name: Store SQLite Offline Storage artifacts
if: ${{ github.event.inputs.sqlite_storage == 'true' }}
if: ${{ inputs.sqlite_storage }}
uses: actions/upload-artifact@v4
with:
name: OfflineStorageSqlite
Expand All @@ -133,7 +133,7 @@ jobs:
retention-days: 1

- name: Store artifacts
if: ${{ github.event.inputs.cli == 'true' }}
if: ${{ inputs.cli }}
uses: actions/upload-artifact@v4
with:
name: Cli
Expand Down
837 changes: 746 additions & 91 deletions KeeperSdk/KeeperSdk.xml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions KeeperSdk/auth/Auth.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
using KeeperSecurity.Configuration;
using KeeperSecurity.Utils;


[assembly: InternalsVisibleTo("Tests")]

namespace KeeperSecurity.Authentication.Async
Expand Down
19,361 changes: 12,245 additions & 7,116 deletions KeeperSdk/proto/APIRequest.cs

Large diffs are not rendered by default.

548 changes: 415 additions & 133 deletions KeeperSdk/proto/AccountSummary.cs

Large diffs are not rendered by default.

Loading

0 comments on commit 87ca142

Please sign in to comment.