Skip to content

Releases: degory/ghul

v0.5.25

14 Mar 17:52
1805c3a
Compare
Choose a tag to compare

Bump FluentAssertions from 6.5.1 to 6.10.0 in /unit-tests/.dependabot (#975)

Bumps FluentAssertions from 6.5.1 to 6.10.0.


updated-dependencies:

  • dependency-name: FluentAssertions
    dependency-type: direct:production
    update-type: version-update:semver-minor
    ...

Signed-off-by: dependabot[bot] support@github.com
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.5.24

14 Mar 17:27
7fbd9d1
Compare
Choose a tag to compare

Make GHCR the default container registry (#981)

Documentation:

  • Update README to reference the GHCR devcontainer image URL

Technical:

  • Reference the GHCR image URL in the devcontainer JSON config
  • Move Docker Hub image URLs away from ghul organization

v0.5.23

14 Mar 13:15
5a21453
Compare
Choose a tag to compare

Fix build issues (#980)

Technical

  • Fix duplicate assembly reference build warnings
  • Fix issue where release version number generated on pull request

v0.5.21

10 Mar 21:16
990e044
Compare
Choose a tag to compare

Fix broken build badge (#978)

Documentation:

v0.5.19

10 Mar 20:54
8545d70
Compare
Choose a tag to compare

Bump Microsoft.NET.Test.Sdk in /unit-tests/.dependabot (#976)

Bumps Microsoft.NET.Test.Sdk from 17.1.0 to 17.5.0.


updated-dependencies:

  • dependency-name: Microsoft.NET.Test.Sdk
    dependency-type: direct:production
    update-type: version-update:semver-minor
    ...

Signed-off-by: dependabot[bot] support@github.com
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: degory degory@users.noreply.github.com

v0.5.17

10 Mar 20:35
085c921
Compare
Choose a tag to compare

Use latest create version action (#977)

Technical:

  • use latest version of degory/create-version

v0.5.15

07 Mar 16:25
5942fe2
Compare
Choose a tag to compare

Bump Moq from 4.16.1 to 4.17.2 in /unit-tests/.dependabot (#945)

Bumps Moq from 4.16.1 to 4.17.2.


updated-dependencies:

  • dependency-name: Moq
    dependency-type: direct:production
    update-type: version-update:semver-minor
    ...

Signed-off-by: dependabot[bot] support@github.com

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.5.14

27 Feb 22:35
2eb6e9e
Compare
Choose a tag to compare

Bump Microsoft.NET.Test.Sdk in /unit-tests/.dependabot (#940)

Bumps Microsoft.NET.Test.Sdk from 17.0.0 to 17.1.0.


updated-dependencies:

  • dependency-name: Microsoft.NET.Test.Sdk
    dependency-type: direct:production
    update-type: version-update:semver-minor
    ...

Signed-off-by: dependabot[bot] support@github.com

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.5.13

27 Feb 21:12
c815dcf
Compare
Choose a tag to compare

Integration test config fixes (#943)

Technical:

  • Run ghul-test as local tool
  • Avoid locking the published compiler executable when editing tests

v0.5.12

27 Feb 18:41
8434b1a
Compare
Choose a tag to compare

Fix broken builds on .NET SDK 6.0.200 (#942)

Technical:

  • Bump ghul.targets to 1.2.0, which fixes issues due to breaking build changes in SDK 6.0.200
  • Remove 'true' from nuget push --no-symbols parameter in CI workflow (see NuGet/Home#11601)