From 387c588461c6372a9b34953ec8a46ef2e44aa610 Mon Sep 17 00:00:00 2001 From: "John L. Armstrong IV" <20903247+jlarmstrongiv@users.noreply.github.com> Date: Thu, 15 Aug 2024 19:34:13 -0600 Subject: [PATCH] chore: upgrade dependencies --- CONTRIBUTING.md | 2 +- bunny-sdk.csproj | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a37ae4c..17ce799 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,10 +5,10 @@ ## Updating - `dotnet build` (only if testing locally) +- `BUNNY_ACCESS_KEY="***" ./test.sh` - Increment version in `bunny-sdk.csproj` - `./build.sh` -- `BUNNY_ACCESS_KEY="***" ./test.sh` - `git add -A` - `git commit -m "message"` - `git push` diff --git a/bunny-sdk.csproj b/bunny-sdk.csproj index ee443ef..4f8b2ce 100644 --- a/bunny-sdk.csproj +++ b/bunny-sdk.csproj @@ -1,7 +1,7 @@  - 0.0.4 + 0.0.5 false Exe net8.0 @@ -13,13 +13,13 @@ - - - - - - - + + + + + + +