Skip to content

Commit eafb9a2

Browse files
Merge pull request #19 from IowaComputerGurus/feature/build-update
Updated Builds
2 parents 3fa1d6f + a3b352e commit eafb9a2

File tree

7 files changed

+41
-45
lines changed

7 files changed

+41
-45
lines changed

.github/release.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
changelog:
2+
exclude:
3+
labels:
4+
- question
5+
- wontfix
6+
- invalid
7+
categories:
8+
- title: Exciting New Features 🎉
9+
labels:
10+
- enhancement
11+
- feature
12+
- title: Squashed Bugs 🐛
13+
labels:
14+
- bug
15+
- breaking-change
16+
- title: Administrative
17+
labels:
18+
- administrative
19+
- documentation
20+
- dependencies
21+
- title: Other Changes
22+
labels:
23+
- "*"

.github/workflows/ci-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ jobs:
2424
dotnet-version: 9.0.x
2525

2626
- name: Install GitVersion
27-
run: dotnet tool install --global GitVersion.Tool
27+
uses: gittools/actions/gitversion/[email protected]
28+
with:
29+
versionSpec: '6.4.0'
2830

2931
- name: Determine Version
3032
id: gitversion
31-
uses: gittools/actions/gitversion/[email protected]
32-
with:
33-
useConfigFile: true
33+
uses: gittools/actions/gitversion/[email protected]
3434

3535
- name: Restore Packages
3636
run: dotnet restore "${{ env.solution-path }}"

.github/workflows/release-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ jobs:
2323
dotnet-version: 9.0.x
2424

2525
- name: Install GitVersion
26-
run: dotnet tool install --global GitVersion.Tool
26+
uses: gittools/actions/gitversion/[email protected]
27+
with:
28+
versionSpec: '6.4.0'
2729

2830
- name: Determine Version
2931
id: gitversion
30-
uses: gittools/actions/gitversion/[email protected]
31-
with:
32-
useConfigFile: true
32+
uses: gittools/actions/gitversion/[email protected]
3333

3434
- name: Restore Packages
3535
run: dotnet restore "${{ env.solution-path }}"

GitVersion.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
mode: ContinuousDeployment
22
next-version: 1.0.0
33
branches:
4-
main:
5-
regex: main
6-
tag: 'alpha'
4+
develop:
5+
regex: develop
6+
label: 'alpha'
77
increment: Patch
8+
prevent-increment:
9+
when-current-commit-tagged: true
810
source-branches: []
911
pull-request:
10-
regex: (pull|pull\-requests|pr)[/-]
11-
tag: 'pr'
12-
tag-number-pattern: '[/-](?<number>\d+)[-/]'
12+
regex: ^(pull-requests|pull|pr)[\/-](?<Number>\d+)
13+
label: 'pr{Number}'
1314
increment: Patch
14-
prevent-increment-of-merged-branch-version: false
1515
is-release-branch: false
1616
source-branches: []
1717
ignore:
1818
sha: []
19-
merge-message-formats: {}
19+
merge-message-formats: {}

LICENSE-NETFOUNDATION.md

Lines changed: 0 additions & 27 deletions
This file was deleted.

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ The following license applies to all unique works within this repository.
22

33
MIT License
44

5-
Copyright (c) 2022 IowaComputerGurus, Inc.
5+
Copyright (c) 2025 IowaComputerGurus, Inc.
66

77
Permission is hereby granted, free of charge, to any person obtaining a copy
88
of this software and associated documentation files (the "Software"), to deal

src/AspNetCore.Utilities.UnitTesting.TagHelpers/AspNetCore.Utilities.UnitTesting.TagHelpers.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<ItemGroup>
1616
<PackageReference Include="Moq" Version="4.20.72" />
1717
<PackageReference Include="Verify.AngleSharp" Version="4.7.0" />
18-
<PackageReference Include="Verify.Xunit" Version="30.4.0" />
18+
<PackageReference Include="Verify.Xunit" Version="31.7.2" />
1919
<PackageReference Include="xunit" Version="2.9.3" />
2020
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0">
2121
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)