Skip to content

Commit

Permalink
NP-1716 Updated HabitatDetector 1.3.0 => 1.4.0
Browse files Browse the repository at this point in the history
Bumped version to 1.4.5
  • Loading branch information
Konstantin-Kretov committed Jun 14, 2024
1 parent ae83945 commit e4a587e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions JetBrains.Profiler.Api/src/JetBrains.Profiler.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Supported frameworks:
<PackageProjectUrl>https://github.com/JetBrains/profiler-api/blob/master/README.md</PackageProjectUrl>
<PackageIcon>icon.png</PackageIcon>
<PackageTags>jetbrains profiler profiling performance memory coverage net dotnet netcore dotnetcore netstandard windows uwp macos mac linux musl glibc x86 x64 arm arm64 x86-64 x86_64 aarch64</PackageTags>
<Version>1.4.4</Version>
<Version>1.4.5</Version>
</PropertyGroup>
<ItemGroup>
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleToAttribute">
Expand All @@ -38,7 +38,7 @@ Supported frameworks:
<None Include="../../icon.png" Pack="true" Visible="false" PackagePath="" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="JetBrains.HabitatDetector" Version="1.3.0" />
<PackageReference Include="JetBrains.HabitatDetector" Version="1.4.0" />
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3" PrivateAssets="All" />
</ItemGroup>
</Project>
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" />
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit e4a587e

Please sign in to comment.