Skip to content

Commit

Permalink
Merge pull request #266 from Aguafrommars/fix/dependencies
Browse files Browse the repository at this point in the history
update packages
  • Loading branch information
aguacongas authored Jul 26, 2024
2 parents 2e3e225 + c751e49 commit f4a9a15
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
13 changes: 7 additions & 6 deletions GitVersion.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
mode: ContinuousDelivery
branches:
master:
tag: ci
is-mainline: false
regex: master
label: ci
is-main-branch: false
release:
regex: release/
tag: ''
is-mainline: true
label: ''
is-main-branch: true
preview:
regex: preview/
tag: 'preview'
is-mainline: true
label: 'preview'
is-main-branch: true
source-branches: ['master']
ignore:
sha: []
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="RavenDB.Client" Version="6.0.104" />
<PackageReference Include="RavenDB.Client" Version="6.0.105" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="RavenDB.TestDriver" Version="6.0.104" />
<PackageReference Include="RavenDB.TestDriver" Version="6.0.105" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
Expand Down

0 comments on commit f4a9a15

Please sign in to comment.