mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 14:10:53 +00:00
* Downgrade OpenTelemetry.Exporter.Prometheus.AspNetCore due to issues with latest version * Add unit to asf_bot_farming_minutes_remaining * Upgrade some packages released last night (already tested to work) * Don't forget about unit suffix * Add build and runtime information metrics It is not recommended to include this information as labels in all metrics. Instead, we add two special metrics with a constant value of "1" and restrict those static pieces of information to them * Remove module version from metrics as it does not work * Apply feedback * Deduplicate code * Reference related issue in upstream repo
28 lines
1.7 KiB
XML
28 lines
1.7 KiB
XML
<Project>
|
|
<ItemGroup>
|
|
<PackageVersion Include="AngleSharp.XPath" Version="2.0.4" />
|
|
<PackageVersion Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0.1" />
|
|
<PackageVersion Include="CryptSharpStandard" Version="1.0.0" />
|
|
<PackageVersion Include="Humanizer" Version="2.14.1" />
|
|
<PackageVersion Include="JetBrains.Annotations" Version="2023.3.0" />
|
|
<PackageVersion Include="Markdig.Signed" Version="0.36.2" />
|
|
<PackageVersion Include="Microsoft.IdentityModel.JsonWebTokens" Version="7.5.1" />
|
|
<PackageVersion Include="MSTest" Version="3.3.1" />
|
|
<PackageVersion Include="Nito.AsyncEx.Coordination" Version="5.1.2" />
|
|
<PackageVersion Include="NLog.Web.AspNetCore" Version="5.3.8" />
|
|
<PackageVersion Include="OpenTelemetry.Exporter.Prometheus.AspNetCore" Version="1.7.0-rc.1" />
|
|
<PackageVersion Include="OpenTelemetry.Extensions.Hosting" Version="1.8.0" />
|
|
<PackageVersion Include="OpenTelemetry.Instrumentation.AspNetCore" Version="1.8.0" />
|
|
<PackageVersion Include="OpenTelemetry.Instrumentation.Http" Version="1.8.0" />
|
|
<PackageVersion Include="OpenTelemetry.Instrumentation.Runtime" Version="1.8.0" />
|
|
<PackageVersion Include="SteamKit2" Version="3.0.0-Alpha.1" />
|
|
<PackageVersion Include="Swashbuckle.AspNetCore" Version="6.5.0" />
|
|
<PackageVersion Include="Swashbuckle.AspNetCore.Annotations" Version="6.5.0" />
|
|
<PackageVersion Include="System.Composition" Version="8.0.0" />
|
|
<PackageVersion Include="System.Composition.AttributedModel" Version="8.0.0" />
|
|
<PackageVersion Include="System.Linq.Async" Version="6.0.1" />
|
|
<PackageVersion Include="System.Security.Cryptography.ProtectedData" Version="8.0.0" />
|
|
<PackageVersion Include="zxcvbn-core" Version="7.0.92" />
|
|
</ItemGroup>
|
|
</Project>
|