1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-04-19 16:33:36 +03:00

Merge branch 'master' into net9-pog

This commit is contained in:
Macintxsh 2024-12-01 19:49:40 +03:00 committed by GitHub
commit 7c2d620ec1
Signed by: GitHub
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -36,5 +36,6 @@ updates:
- "Remora.Discord.*" - "Remora.Discord.*"
# For all packages, ignore all patch updates # For all packages, ignore all patch updates
ignore: ignore:
- dependency-name: "GitInfo"
- dependency-name: "*" - dependency-name: "*"
update-types: [ "version-update:semver-patch" ] update-types: [ "version-update:semver-patch" ]

View file

@ -22,7 +22,7 @@
<ItemGroup> <ItemGroup>
<PackageReference Include="DiffPlex" Version="1.7.2" /> <PackageReference Include="DiffPlex" Version="1.7.2" />
<PackageReference Include="GitInfo" Version="3.5.0" /> <PackageReference Include="GitInfo" Version="3.3.5" />
<PackageReference Include="Humanizer.Core.ru" Version="2.14.1" /> <PackageReference Include="Humanizer.Core.ru" Version="2.14.1" />
<PackageReference Include="JetBrains.Annotations" Version="2024.3.0"/> <PackageReference Include="JetBrains.Annotations" Version="2024.3.0"/>
<PackageReference Include="Microsoft.CodeAnalysis.BannedApiAnalyzers" Version="3.3.4" /> <PackageReference Include="Microsoft.CodeAnalysis.BannedApiAnalyzers" Version="3.3.4" />