Skip to content

Commit

Permalink
Switch to CLT 2024.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ww898 committed Apr 19, 2024
1 parent 7ec7b93 commit 44d6de9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ internal static class CommandLineToolsConfig
// NuGet-packages that must be downloaded.
// Don't forget to update xmldoc. The xmldoc is used for injecting proper version into Init methods (inheritdoc).
/// <summary>2023.1</summary>
internal static readonly NuGet.SemanticVersion NupkgVersion = new(2023, 1);
internal static readonly NuGet.SemanticVersion NupkgVersion = new(2024, 1);
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ 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.4-preview1</Version>
<Version>2.5.4-preview2</Version>
</PropertyGroup>
<ItemGroup>
<None Include="../../icon.png" Pack="true" Visible="false" PackagePath="" />
Expand Down

0 comments on commit 44d6de9

Please sign in to comment.