Skip to content

Commit f7f347b

Browse files
committed
Bump minver
1 parent 1110a81 commit f7f347b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Build Version
2020
shell: bash
2121
run: |
22-
dotnet tool install --global minver-cli --version 4.0.0
22+
dotnet tool install --global minver-cli --version 4.3.0
2323
version=$(minver --tag-prefix v)
2424
echo "MINVERVERSIONOVERRIDE=$version" >> $GITHUB_ENV
2525
- name: Build

.github/workflows/build-osx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Build Version
2020
shell: bash
2121
run: |
22-
dotnet tool install --global minver-cli --version 4.0.0
22+
dotnet tool install --global minver-cli --version 4.3.0
2323
version=$(minver --tag-prefix v)
2424
echo "MINVERVERSIONOVERRIDE=$version" >> $GITHUB_ENV
2525
- name: Build

.github/workflows/build-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Build Version
2020
shell: bash
2121
run: |
22-
dotnet tool install --global minver-cli --version 4.0.0
22+
dotnet tool install --global minver-cli --version 4.3.0
2323
version=$(minver --tag-prefix v)
2424
echo "MINVERVERSIONOVERRIDE=$version" >> $GITHUB_ENV
2525
- name: Build

build/common.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<ItemGroup>
4343
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All"/>
4444
<PackageReference Include="AsyncFixer" Version="1.6.0" PrivateAssets="All" />
45-
<PackageReference Include="MinVer" Version="4.0.0" PrivateAssets="All" />
45+
<PackageReference Include="MinVer" Version="4.3.0" PrivateAssets="All" />
4646
</ItemGroup>
4747

4848
<ItemGroup>

0 commit comments

Comments
 (0)