Skip to content

Commit

Permalink
NP-1716 Updated HabitatDetector and profiler-api
Browse files Browse the repository at this point in the history
HabitatDetector: 1.3.0 => 1.4.0
profiler-api: 1.4.4 => 1.4.5
  • Loading branch information
Konstantin-Kretov committed Jun 14, 2024
1 parent c72b205 commit 04dbbd7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ Supported frameworks:
<PackageProjectUrl>https://github.com/JetBrains/profiler-self-api/blob/master/README.md</PackageProjectUrl>
<PackageIcon>icon.png</PackageIcon>
<PackageTags>jetbrains profiler profiling memory performance net dotnet netcore dotnetcore netstandard windows uwp macos mac linux musl glibc x86 x64 arm64 x86-64 x86_64 aarch64</PackageTags>
<Version>2.5.6</Version>
<Version>2.5.7</Version>
</PropertyGroup>
<ItemGroup>
<None Include="../../icon.png" Pack="true" Visible="false" PackagePath="" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="JetBrains.HabitatDetector" Version="1.3.0" />
<PackageReference Include="JetBrains.Profiler.Api" Version="1.4.4" />
<PackageReference Include="JetBrains.HabitatDetector" Version="1.4.0" />
<PackageReference Include="JetBrains.Profiler.Api" Version="1.4.5" />
<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
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<ItemGroup>
<PackageReference Include="NUnit" Version="3.14.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3" PrivateAssets="All" />
<ProjectReference Include="..\src\JetBrains.Profiler.SelfApi.csproj" />
</ItemGroup>
Expand Down

0 comments on commit 04dbbd7

Please sign in to comment.