Skip to content

Commit 829bdbc

Browse files
committed
Updated minver
1 parent 7d663bb commit 829bdbc

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
@@ -23,7 +23,7 @@ jobs:
2323
- name: Build Version
2424
shell: bash
2525
run: |
26-
dotnet tool install --global minver-cli --version 4.3.0
26+
dotnet tool install --global minver-cli --version 5.0.0
2727
version=$(minver --tag-prefix v)
2828
echo "MINVERVERSIONOVERRIDE=$version" >> $GITHUB_ENV
2929
- name: Build

.github/workflows/build-osx.yml

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

.github/workflows/build-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Build Version
2424
shell: bash
2525
run: |
26-
dotnet tool install --global minver-cli --version 4.3.0
26+
dotnet tool install --global minver-cli --version 5.0.0
2727
version=$(minver --tag-prefix v)
2828
echo "MINVERVERSIONOVERRIDE=$version" >> $GITHUB_ENV
2929
- 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="8.0.0" PrivateAssets="All"/>
4444
<PackageReference Include="AsyncFixer" Version="1.6.0" PrivateAssets="All" />
45-
<PackageReference Include="MinVer" Version="4.3.0" PrivateAssets="All" />
45+
<PackageReference Include="MinVer" Version="5.0.0" PrivateAssets="All" />
4646
</ItemGroup>
4747

4848
<ItemGroup>

0 commit comments

Comments
 (0)