From 93ad67a91c09781d09fa858f11598862b4f5d376 Mon Sep 17 00:00:00 2001 From: David Maas Date: Fri, 11 Feb 2022 07:41:51 -0600 Subject: [PATCH] Minor cleanup. --- .github/workflows/Biohazrd.yml | 3 +-- README.md | 2 +- tooling/Common.csproj.targets | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/Biohazrd.yml b/.github/workflows/Biohazrd.yml index 419cc5e..f947982 100644 --- a/.github/workflows/Biohazrd.yml +++ b/.github/workflows/Biohazrd.yml @@ -88,9 +88,8 @@ jobs: # However, the runners do have a full LLVM toolchian installed via brew, so we use that for tests which require these tools run: python .github/workflows/gha.py set_environment_variable BIOHAZRD_FULL_LLVM_TOOLCHAIN_PATH "$(brew --prefix llvm)" - # ----------------------------------------------------------------------- Configure versioning + # ----------------------------------------------------------------------- Configure build - name: Configure build - id: configuration run: python .github/workflows/configure-build.py env: github_event_name: ${{github.event_name}} diff --git a/README.md b/README.md index 1457628..9a64500 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Biohazrd [![MIT Licensed](https://img.shields.io/github/license/mochilibraries/biohazrd?style=flat-square)](LICENSE.txt) -[![CI Status](https://img.shields.io/github/workflow/status/mochilibraries/biohazrd/Biohazrd/main?style=flat-square&label=CI)](https://github.com/InfectedLibraries/Biohazrd/actions?query=workflow%3ABiohazrd+branch%3Amain) +[![CI Status](https://img.shields.io/github/workflow/status/mochilibraries/biohazrd/Biohazrd/main?style=flat-square&label=CI)](https://github.com/MochiLibraries/Biohazrd/actions?query=workflow%3ABiohazrd+branch%3Amain) [![NuGet Version](https://img.shields.io/nuget/v/Biohazrd?style=flat-square)](https://www.nuget.org/packages/Biohazrd/) [![Sponsor](https://img.shields.io/badge/sponsor-%E2%9D%A4-lightgrey?logo=github&style=flat-square)](https://github.com/sponsors/PathogenDavid) diff --git a/tooling/Common.csproj.targets b/tooling/Common.csproj.targets index 959d2b7..40a7ef3 100644 --- a/tooling/Common.csproj.targets +++ b/tooling/Common.csproj.targets @@ -45,7 +45,7 @@ This ensures Biohazrd packages use exact version matching for sibling Biohazrd dependencies since we do not support mixing and matching This target is taken from https://github.com/NuGet/Home/issues/5556#issuecomment-585482714 --> - + <_ProjectReferencesWithExactVersions Include="@(_ProjectReferencesWithVersions)"> [%(_ProjectReferencesWithVersions.ProjectVersion)]