Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmada committed Oct 10, 2023
1 parent ee92aef commit 25318f4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: .NET Core
name: Test

on: [push]

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![GitHub last commit (master)](https://img.shields.io/github/last-commit/NetFabric/NetFabric.CodeAnalysis/master.svg?style=flat-square&logo=github)](https://github.com/NetFabric/NetFabric.CodeAnalysis/commits/master)
[![Build (master)](https://img.shields.io/github/workflow/status/NetFabric/NetFabric.CodeAnalysis/.NET%20Core/master.svg?style=flat-square&logo=github)](https://github.com/NetFabric/NetFabric.CodeAnalysis/actions)
[![Coverage](https://img.shields.io/coveralls/github/NetFabric/NetFabric.CodeAnalysis/master?style=flat-square&logo=coveralls)](https://coveralls.io/github/NetFabric/NetFabric.CodeAnalysis)
[![GitHub last commit (main)](https://img.shields.io/github/last-commit/NetFabric/NetFabric.CodeAnalysis/main.svg?style=flat-square&logo=github)](https://github.com/NetFabric/NetFabric.CodeAnalysis/commits/main)
[![Build (main)](https://img.shields.io/github/actions/workflow/status/NetFabric/NetFabric.CodeAnalysis/Test?style=flat-square&logo=github)](https://github.com/NetFabric/NetFabric.CodeAnalysis/actions)
[![Coverage](https://img.shields.io/coveralls/github/NetFabric/NetFabric.CodeAnalysis/main?style=flat-square&logo=coveralls)](https://coveralls.io/github/NetFabric/NetFabric.CodeAnalysis)

[![CodeAnalysis NuGet Version](https://img.shields.io/nuget/v/NetFabric.CodeAnalysis.svg?style=flat-square&label=CodeAnalysis%20nuget&logo=nuget)](https://www.nuget.org/packages/NetFabric.CodeAnalysis/)
[![CodeAnalysis NuGet Downloads](https://img.shields.io/nuget/dt/NetFabric.CodeAnalysis?style=flat-square&label=CodeAnalysis%20downloads&logo=nuget)](https://www.nuget.org/packages/NetFabric.CodeAnalysis/)
Expand Down
2 changes: 1 addition & 1 deletion src/NetFabric.CodeAnalysis/NetFabric.CodeAnalysis.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<PackageId>NetFabric.CodeAnalysis</PackageId>
<Version>5.0.0</Version>
<Description>Extensions to Microsoft.CodeAnalysis.</Description>
<PackageProjectUrl>https://netfabric.github.io/NetFabric.CodeAnalisys/</PackageProjectUrl>
<PackageProjectUrl>https://netfabric.github.io/NetFabric.CodeAnalysis/</PackageProjectUrl>
<PackageReleaseNotes>
Removed IsEnumerator() and IsAsyncEnumerator.
Error enums defined discrete values, not flags.
Expand Down
2 changes: 1 addition & 1 deletion src/NetFabric.Reflection/NetFabric.Reflection.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<PackageId>NetFabric.Reflection</PackageId>
<Version>5.0.0</Version>
<Description>Extensions to System.Reflection.</Description>
<PackageProjectUrl>https://netfabric.github.io/NetFabric.CodeAnalisys/</PackageProjectUrl>
<PackageProjectUrl>https://netfabric.github.io/NetFabric.CodeAnalysis/</PackageProjectUrl>
<PackageReleaseNotes>
Removed IsEnumerator() and IsAsyncEnumerator.
Error enums defined discrete values, not flags.
Expand Down

0 comments on commit 25318f4

Please sign in to comment.