Skip to content

Commit

Permalink
Merge pull request #81 from dawedawe/update_sdk_0.25
Browse files Browse the repository at this point in the history
Update sdk to 0.25 and release
  • Loading branch information
dawedawe authored Feb 15, 2024
2 parents 9134810 + 30bbe58 commit 520e4f8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"fsharp-analyzers": {
"version": "0.24.0",
"version": "0.25.0",
"commands": [
"fsharp-analyzers"
]
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.9.0 - 2024-02-15

### Changed
* Update FSharp.Analyzers.SDK to `0.25.0`. [#68](https://github.com/ionide/ionide-analyzers/pull/75)

## 0.8.0 - 2024-01-30

### Changed
Expand Down
8 changes: 4 additions & 4 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="FSharp.Core" Version="[8.0.100]" />
<PackageVersion Include="FSharp.Compiler.Service" Version="[43.8.100]" />
<PackageVersion Include="FSharp.Core" Version="[8.0.200]" />
<PackageVersion Include="FSharp.Compiler.Service" Version="[43.8.200]" />
<PackageVersion Include="Ionide.KeepAChangelog.Tasks" Version="0.1.8" />
<PackageVersion Include="DotNet.ReproducibleBuilds" Version="1.1.1" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageVersion Include="NUnit" Version="4.0.1" />
<PackageVersion Include="NUnit3TestAdapter" Version="4.5.0" />
</ItemGroup>
<ItemGroup Condition="'$(UseLocalAnalyzersSDK)' == 'false'">
<PackageVersion Include="FSharp.Analyzers.SDK" Version="[0.24.0]" />
<PackageVersion Include="FSharp.Analyzers.SDK.Testing" Version="[0.24.0]" />
<PackageVersion Include="FSharp.Analyzers.SDK" Version="[0.25.0]" />
<PackageVersion Include="FSharp.Analyzers.SDK.Testing" Version="[0.25.0]" />
</ItemGroup>
</Project>

0 comments on commit 520e4f8

Please sign in to comment.