Skip to content

Commit

Permalink
chore: bump to v2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
amis92 committed Apr 10, 2024
1 parent 9e00226 commit f8b4c84
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ It's necessary to include `Allegro.DotnetSdk` with the desired version in `globa
"rollForward": "latestFeature"
},
"msbuild-sdks": {
"Allegro.DotnetSdk": "2.1.0"
"Allegro.DotnetSdk": "2.2.2"
}
}

Expand Down Expand Up @@ -97,7 +97,7 @@ Configure in `*.csproj` - project settings:
This SDK provides some default configuration (rules severity) for selected analyzers: StyleCop, Meziantou and AsyncFixer. It doesn't actually reference them. Avoiding direct references ensures that developers can seamlessly apply and update analyzers without being tied to specific versions.

To add analyzers, include the following in your `Directory.Build.props` or `Directory.Packages.props` file:

```xml
<Project>
<!-- ... -->
Expand Down
2 changes: 1 addition & 1 deletion src/Allegro.DotnetSdk/Allegro.DotnetSdk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<PackageVersion>2.2.1</PackageVersion>
<PackageVersion>2.2.2</PackageVersion>
<IsPackable>true</IsPackable>
<DevelopmentDependency>true</DevelopmentDependency>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
Expand Down

0 comments on commit f8b4c84

Please sign in to comment.