1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-01-31 00:19:00 +03:00

Downgrade GitInfo from 3.5.0 to 3.3.5 (#343)

This pull request downgrades GitInfo from 3.5.0 to 3.3.5 due to a
decision from the maintainers to lock features behind a paywall.

![image](https://github.com/user-attachments/assets/f90eba84-1a1e-43eb-950e-e233a02feb9a)
This commit is contained in:
Octol1ttle 2024-12-01 21:48:25 +05:00 committed by GitHub
parent ed298202fc
commit 5c235b9f98
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" />