Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mbdavid committed Jan 17, 2020
1 parent c378aa0 commit 1b10254
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ LiteDB is a small, fast and lightweight NoSQL embedded database.

Take a look at the all [new version v5 here](#v5)

![LiteDB Studio](https://pbs.twimg.com/media/D_142rzWwAECJDd?format=jpg&name=900x900)
![LiteDB Studio](https://pbs.twimg.com/media/EOXVKvtX0AA-ldy?format=jpg&name=medium)

## Documentation

Expand Down Expand Up @@ -218,7 +218,7 @@ After more than a year of hard working, v5 is comming!
> What was dropped?
- Single process only - optimized for multi thread (open file as exclusive mode)
- Dropped .NET 3.5/4.0 - works only in .NET 4.5+ and .NETStandard 2.0
- Dropped .NET 3.5/4.0 - works only in .NET 4.5+ and .NETStandard 1.3/2.0
- Shell commands (use SQL commands)

.. but still...
Expand Down
10 changes: 5 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ for:
- path: LiteDB\bin\Release\net45\LiteDB.dll
- path: LiteDB\bin\Release\netstandard1.3\LiteDB.dll
- path: LiteDB\bin\Release\netstandard2.0\LiteDB.dll
deploy:
- provider: Webhook
url: https://app.signpath.io/API/v1/f5b329b8-705f-4d6c-928a-19465b83716b/Integrations/AppVeyor?ProjectKey=LiteDB.git&SigningPolicyKey=test-signing
authorization:
secure: 3eLjGkpQC1wg1s5GIEqs7yk/V8OZNnpKmpwdsaloGExc5jMspM4nA7u/UlG5ugraEyXRC05ZxLU4FIfH2V2BEg==
# deploy:
# - provider: Webhook
# url: https://app.signpath.io/API/v1/f5b329b8-705f-4d6c-928a-19465b83716b/Integrations/AppVeyor?ProjectKey=LiteDB.git&SigningPolicyKey=test-signing
# authorization:
# secure: 3eLjGkpQC1wg1s5GIEqs7yk/V8OZNnpKmpwdsaloGExc5jMspM4nA7u/UlG5ugraEyXRC05ZxLU4FIfH2V2BEg==

0 comments on commit 1b10254

Please sign in to comment.