Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jlarmstrongiv committed Aug 16, 2024
1 parent 67fdb52 commit 387c588
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
16 changes: 8 additions & 8 deletions bunny-sdk.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>0.0.4</Version>
<Version>0.0.5</Version>
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
Expand All @@ -13,13 +13,13 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Kiota.Abstractions" Version="1.9.8" />
<PackageReference Include="Microsoft.Kiota.Cli.Commons" Version="1.1.1" />
<PackageReference Include="Microsoft.Kiota.Http.HttpClientLibrary" Version="1.9.8" />
<PackageReference Include="Microsoft.Kiota.Serialization.Form" Version="1.9.8" />
<PackageReference Include="Microsoft.Kiota.Serialization.Json" Version="1.9.8" />
<PackageReference Include="Microsoft.Kiota.Serialization.Multipart" Version="1.9.8" />
<PackageReference Include="Microsoft.Kiota.Serialization.Text" Version="1.9.8" />
<PackageReference Include="Microsoft.Kiota.Abstractions" Version="1.11.2" />
<PackageReference Include="Microsoft.Kiota.Cli.Commons" Version="1.1.2" />
<PackageReference Include="Microsoft.Kiota.Http.HttpClientLibrary" Version="1.11.2" />
<PackageReference Include="Microsoft.Kiota.Serialization.Form" Version="1.11.2" />
<PackageReference Include="Microsoft.Kiota.Serialization.Json" Version="1.11.2" />
<PackageReference Include="Microsoft.Kiota.Serialization.Multipart" Version="1.11.2" />
<PackageReference Include="Microsoft.Kiota.Serialization.Text" Version="1.11.2" />
</ItemGroup>

</Project>

0 comments on commit 387c588

Please sign in to comment.