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:
parent
ed298202fc
commit
5c235b9f98
2 changed files with 2 additions and 1 deletions
1
.github/dependabot.yml
vendored
1
.github/dependabot.yml
vendored
|
@ -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" ]
|
||||||
|
|
|
@ -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" />
|
||||||
|
|
Loading…
Reference in a new issue