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

Bump Endjin.RecommendedPractices.Build from 1.0.0 to 1.4.0 in build.ps1 #124

Merged
merged 29 commits into from
Nov 3, 2023
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
bcdfae1
Updated scripted build
Nov 24, 2022
f9784f0
Merge branch 'main' into dependjinbot/scripted-build-manage
Nov 28, 2022
6c66852
Updated scripted build
Nov 28, 2022
dc40846
Merge branch 'main' into dependjinbot/scripted-build-manage
Dec 24, 2022
8a2bb04
Updated scripted build
Dec 24, 2022
5d61c1b
Merge branch 'main' into dependjinbot/scripted-build-manage
Jan 24, 2023
2ededb9
Updated scripted build
Jan 24, 2023
b31b69d
Merge branch 'main' into dependjinbot/scripted-build-manage
Feb 4, 2023
ea4c06a
Updated scripted build
Feb 4, 2023
ce0e76d
Merge branch 'main' into dependjinbot/scripted-build-manage
Feb 15, 2023
5237b4f
Updated scripted build
Feb 15, 2023
ccd385f
Merge branch 'main' into dependjinbot/scripted-build-manage
Feb 23, 2023
1f84453
Updated scripted build
Feb 23, 2023
d6949e6
Merge branch 'main' into dependjinbot/scripted-build-manage
Mar 11, 2023
850f287
Updated scripted build
Mar 11, 2023
0f5aaf2
Merge branch 'main' into dependjinbot/scripted-build-manage
Mar 29, 2023
d864426
Updated scripted build
Mar 29, 2023
ddd44df
Merge branch 'main' into dependjinbot/scripted-build-manage
Aug 2, 2023
af1c01b
Updated scripted build
Aug 2, 2023
7b3ff1e
Merge branch 'main' into dependjinbot/scripted-build-manage
Aug 3, 2023
0c1db07
Updated scripted build
Aug 3, 2023
2ac7874
Merge branch 'main' into dependjinbot/scripted-build-manage
Sep 22, 2023
4a889e1
Updated scripted build to 1.3.9
Sep 22, 2023
7ac480f
Merge branch 'main' into dependjinbot/scripted-build-manage
Sep 25, 2023
efcf441
Updated scripted build to 1.3.10
Sep 25, 2023
72854ac
Merge branch 'main' into dependjinbot/scripted-build-manage
Sep 27, 2023
43517b7
Updated scripted build to 1.3.11
Sep 27, 2023
cee2800
Merge branch 'main' into dependjinbot/scripted-build-manage
Nov 3, 2023
f2166e4
Updated scripted build to 1.4.0
Nov 3, 2023
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 build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ param (
[string] $BuildModulePath,

[Parameter()]
[version] $BuildModuleVersion = "1.3.11",
[version] $BuildModuleVersion = "1.4.0",

[Parameter()]
[version] $InvokeBuildModuleVersion = "5.7.1"
Expand Down
Loading