Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit f3bfa64

Browse files
Merge pull request #48 from adamralph/upgrade-minver
upgrade MinVer to 1.0.0-beta.2
2 parents c4878c9 + 5469597 commit f3bfa64

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN apk add --no-cache \
99
nodejs \
1010
yarn \
1111
libcurl && \
12-
dotnet tool install -g minver-cli --version 1.0.0-alpha.15 && \
12+
dotnet tool install -g minver-cli --version 1.0.0-beta.2 && \
1313
/root/.dotnet/tools/minver > .version
1414

1515
WORKDIR /app/src

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
<PackageTags>cqrs;event-sourcing;event-store;stream-store</PackageTags>
99
</PropertyGroup>
1010
<ItemGroup>
11-
<PackageReference Include="MinVer" Version="1.0.0-beta.1" />
11+
<PackageReference Include="MinVer" Version="1.0.0-beta.2" />
1212
</ItemGroup>
1313
</Project>

0 commit comments

Comments
 (0)