diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index e65cc44..f9ea414 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -1,4 +1,4 @@ -name: .NET Core +name: Test on: [push] diff --git a/README.md b/README.md index 7260be1..50d888c 100644 --- a/README.md +++ b/README.md @@ -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/) diff --git a/src/NetFabric.CodeAnalysis/NetFabric.CodeAnalysis.csproj b/src/NetFabric.CodeAnalysis/NetFabric.CodeAnalysis.csproj index 951805b..4da713f 100644 --- a/src/NetFabric.CodeAnalysis/NetFabric.CodeAnalysis.csproj +++ b/src/NetFabric.CodeAnalysis/NetFabric.CodeAnalysis.csproj @@ -5,7 +5,7 @@ NetFabric.CodeAnalysis 5.0.0 Extensions to Microsoft.CodeAnalysis. - https://netfabric.github.io/NetFabric.CodeAnalisys/ + https://netfabric.github.io/NetFabric.CodeAnalysis/ Removed IsEnumerator() and IsAsyncEnumerator. Error enums defined discrete values, not flags. diff --git a/src/NetFabric.Reflection/NetFabric.Reflection.csproj b/src/NetFabric.Reflection/NetFabric.Reflection.csproj index b90eef1..66a017f 100644 --- a/src/NetFabric.Reflection/NetFabric.Reflection.csproj +++ b/src/NetFabric.Reflection/NetFabric.Reflection.csproj @@ -5,7 +5,7 @@ NetFabric.Reflection 5.0.0 Extensions to System.Reflection. - https://netfabric.github.io/NetFabric.CodeAnalisys/ + https://netfabric.github.io/NetFabric.CodeAnalysis/ Removed IsEnumerator() and IsAsyncEnumerator. Error enums defined discrete values, not flags.