Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release version 1.0.6.8 #150

Merged
merged 33 commits into from
Jan 16, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
a12ed56
Merge pull request #132 from Afterlife-Guide/master
baynezy Nov 13, 2024
ece3a5a
Bump Afterlife-Guide/SemVer.Action from 1.0.4.6 to 1.0.5.7
dependabot[bot] Nov 14, 2024
147a28e
Merge pull request #133 from Afterlife-Guide/dependabot/github_action…
baynezy Nov 14, 2024
691c9d4
Bump Verify.Xunit from 28.2.1 to 28.3.0 in the verify group
dependabot[bot] Nov 15, 2024
9778f54
Merge pull request #134 from Afterlife-Guide/dependabot/nuget/verify-…
baynezy Nov 15, 2024
e8ed63d
Bump Verify.Xunit from 28.3.0 to 28.3.2 in the verify group
dependabot[bot] Nov 18, 2024
4a4481c
Merge pull request #135 from Afterlife-Guide/dependabot/nuget/verify-…
baynezy Nov 18, 2024
a59812e
Bump Microsoft.NET.Test.Sdk from 17.11.1 to 17.12.0
dependabot[bot] Nov 20, 2024
7b05e10
Merge pull request #136 from Afterlife-Guide/dependabot/nuget/Microso…
baynezy Nov 21, 2024
12a0193
Bump Verify.Xunit from 28.3.2 to 28.4.0 in the verify group
dependabot[bot] Nov 28, 2024
a497b08
Bump FluentAssertions from 6.12.2 to 7.0.0
dependabot[bot] Dec 3, 2024
203387d
Merge pull request #138 from Afterlife-Guide/dependabot/nuget/FluentA…
baynezy Dec 3, 2024
5282c72
Merge pull request #137 from Afterlife-Guide/dependabot/nuget/verify-…
baynezy Dec 3, 2024
9f68624
Bump Verify.Xunit from 28.4.0 to 28.5.0 in the verify group
dependabot[bot] Dec 13, 2024
f13eaf4
Merge pull request #139 from Afterlife-Guide/dependabot/nuget/verify-…
baynezy Dec 13, 2024
a5559e4
Bump the verify group with 2 updates
dependabot[bot] Dec 17, 2024
ada70a2
Merge pull request #140 from Afterlife-Guide/dependabot/nuget/verify-…
baynezy Dec 17, 2024
96db813
Bump JunitXml.TestLogger from 4.1.0 to 5.0.0
dependabot[bot] Dec 20, 2024
db0f20c
Bump Verify.Xunit in the verify group across 1 directory
dependabot[bot] Dec 23, 2024
fec0aaa
Bump actions/setup-dotnet from 4.1.0 to 4.2.0
dependabot[bot] Dec 27, 2024
cb4466e
Merge pull request #144 from Afterlife-Guide/dependabot/github_action…
baynezy Dec 31, 2024
38fad29
Merge pull request #143 from Afterlife-Guide/dependabot/nuget/verify-…
baynezy Dec 31, 2024
9270aca
Merge pull request #142 from Afterlife-Guide/dependabot/nuget/JunitXm…
baynezy Dec 31, 2024
9489f2d
Bump Verify.Xunit from 28.7.0 to 28.8.1 in the verify group
dependabot[bot] Jan 7, 2025
967c69c
Merge pull request #145 from Afterlife-Guide/dependabot/nuget/verify-…
baynezy Jan 7, 2025
2216fcd
Bump FsCheck.Xunit from 2.16.6 to 3.0.0
dependabot[bot] Jan 8, 2025
e09bb22
Fix using statements after FsCheck v3 upgrade
baynezy Jan 8, 2025
9e1e99e
Merge pull request #146 from Afterlife-Guide/dependabot/nuget/FsCheck…
baynezy Jan 8, 2025
7ab70a8
Bump the verify group with 2 updates
dependabot[bot] Jan 10, 2025
8c83933
Bump Microsoft.Extensions.DependencyInjection and Microsoft.Extension…
dependabot[bot] Jan 15, 2025
5a7449a
Merge pull request #148 from Afterlife-Guide/dependabot/nuget/multi-d…
baynezy Jan 16, 2025
16cb9cb
Merge pull request #147 from Afterlife-Guide/dependabot/nuget/verify-…
baynezy Jan 16, 2025
1ddf8ab
Prepare release 1.0.6.8
Jan 16, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/branch-hotfix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: |
echo "patch_version=$(($(cat semver.json | jq -r '.patch')+1))" > $GITHUB_OUTPUT
- name: Store New Version
uses: Afterlife-Guide/SemVer.Action@1.0.4.6
uses: Afterlife-Guide/SemVer.Action@1.0.5.7
with:
path: semver.json
major-version: ${{ needs.get-version.outputs.major }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/draft-new-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: git checkout -b release/${{ github.event.inputs.major_version }}.${{ github.event.inputs.minor_version }}.${{ github.event.inputs.patch_version }}.${{ github.run_number }}

- name: Update Version Number
uses: Afterlife-Guide/SemVer.Action@1.0.4.6
uses: Afterlife-Guide/SemVer.Action@1.0.5.7
with:
path: semver.json
major-version: ${{ github.event.inputs.major_version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/step-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
ref: ${{ inputs.checkout-ref }}
- name: Setup .NET Core
uses: actions/setup-dotnet@v4.1.0
uses: actions/setup-dotnet@v4.2.0
with:
dotnet-version: 8.0.x
- name: Restore
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/step-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: actions/checkout@v4
- name: Get Version
id: get-version
uses: Afterlife-Guide/SemVer.Action@1.0.4.6
uses: Afterlife-Guide/SemVer.Action@1.0.5.7
with:
path: 'semver.json'
- id: set-version
Expand Down
2 changes: 1 addition & 1 deletion .idea/.idea.SemVer.Action/.idea/sonarlint.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.6.8] - 2025-01-16

## [1.0.5.7] - 2024-11-13

## [1.0.4.6] - 2024-10-14
Expand All @@ -29,7 +31,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [0.1.0.1] - 2024-03-22

[unreleased]: https://github.com/Afterlife-Guide/SemVer.Action/compare/1.0.5.7...HEAD
[unreleased]: https://github.com/Afterlife-Guide/SemVer.Action/compare/1.0.6.8...HEAD
[1.0.6.8]: https://github.com/Afterlife-Guide/SemVer.Action/compare/1.0.5.7...1.0.6.8
[1.0.5.7]: https://github.com/Afterlife-Guide/SemVer.Action/compare/1.0.4.6...1.0.5.7
[1.0.4.6]: https://github.com/Afterlife-Guide/SemVer.Action/compare/1.0.3.8...1.0.4.6
[1.0.3.8]: https://github.com/Afterlife-Guide/SemVer.Action/compare/1.0.2.7...1.0.3.8
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ outputs:
description: 'The full version number'
runs:
using: 'docker'
image: 'docker://ghcr.io/afterlife-guide/semver.action:1.0.5.7'
image: 'docker://ghcr.io/afterlife-guide/semver.action:1.0.6.8'
args:
- ${{ (inputs.major-version == '0' && inputs.minor-version == '0' && inputs.patch-version == '0' && inputs.build-version == '0') && 'read' || 'write' }}
- '-p'
Expand Down
2 changes: 1 addition & 1 deletion semver.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"major":"1","minor":"0","patch":"5","build":"7"}
{"major":"1","minor":"0","patch":"6","build":"8"}
4 changes: 2 additions & 2 deletions src/SemVer.Json/SemVer.Json.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.9.1" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.0.0" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.0.1" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.1" />
</ItemGroup>

</Project>
3 changes: 3 additions & 0 deletions test/SemVer.Json.UnitTests/GlobalUsings.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
// Global using directives

global using FluentAssertions;
global using FsCheck;
global using FsCheck.Fluent;
global using FsCheck.Xunit;
global using NSubstitute;
global using Xunit;
14 changes: 7 additions & 7 deletions test/SemVer.Json.UnitTests/SemVer.Json.UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="FluentAssertions" Version="6.12.2" />
<PackageReference Include="FsCheck.Xunit" Version="2.16.6" />
<PackageReference Include="JunitXml.TestLogger" Version="4.1.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="FluentAssertions" Version="7.0.0" />
<PackageReference Include="FsCheck.Xunit" Version="3.0.0" />
<PackageReference Include="JunitXml.TestLogger" Version="5.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="NSubstitute" Version="5.3.0" />
<PackageReference Include="Verify.Xunit" Version="28.2.1" />
<PackageReference Include="xunit" Version="2.9.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
<PackageReference Include="Verify.Xunit" Version="28.8.1" />
<PackageReference Include="xunit" Version="2.9.3" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
5 changes: 1 addition & 4 deletions test/SemVer.Json.UnitTests/SemVerTests.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
using FsCheck;
using FsCheck.Xunit;

namespace SemVer.Json.UnitTests;
namespace SemVer.Json.UnitTests;

public class SemVerTests
{
Expand Down
Loading