Skip to content

Commit

Permalink
Fix download badges because buildstats.info is dead.
Browse files Browse the repository at this point in the history
  • Loading branch information
ww898 committed Sep 6, 2024
1 parent f071833 commit 45e134e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ Supported frameworks:
<None Include="../../icon.png" Pack="true" Visible="false" PackagePath="" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="JetBrains.HabitatDetector" Version="1.4.2" />
<PackageReference Include="JetBrains.Profiler.Api" Version="1.4.7" />
<PackageReference Include="JetBrains.HabitatDetector" Version="1.4.3" />
<PackageReference Include="JetBrains.Profiler.Api" Version="1.4.8" />
<PackageReference Include="JetBrains.Annotations" Version="2023.3.0" PrivateAssets="All" />
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3" PrivateAssets="All" />
<Reference Condition="'$(TargetFramework)' == 'net46'" Include="System.IO.Compression" />
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![net](https://github.com/JetBrains/profiler-self-api/actions/workflows/build-and-test.yml/badge.svg)](https://github.com/JetBrains/profiler-self-api/actions/workflows/build-and-test.yml)

[![NuGet Badge](https://buildstats.info/nuget/JetBrains.Profiler.SelfApi)](https://www.nuget.org/packages/JetBrains.Profiler.SelfApi)
[![NuGet Version](https://img.shields.io/nuget/v/JetBrains.Profiler.SelfApi?label=JetBrains.Profiler.SelfApi)](https://www.nuget.org/packages/JetBrains.Profiler.SelfApi)

JetBrains Self-Profiling API lets you initiate and control profiling sessions right from the code of your application.
The snapshots taken by the API calls can be later opened and investigated in JetBrains profiling tools.
Expand Down

0 comments on commit 45e134e

Please sign in to comment.