Skip to content

Commit 4d60351

Browse files
committed
Update minver and dotnet tools
1 parent 7721ae8 commit 4d60351

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<DefineConstants Condition="$(DefineConstants.Contains(FULLFRAMEWORK)) == False">$(DefineConstants);DOTNETCORE</DefineConstants>
1919
</PropertyGroup>
2020
<ItemGroup>
21-
<PackageReference Include="MinVer" Version="2.2.0" PrivateAssets="all" />
21+
<PackageReference Include="MinVer" Version="2.3.1" PrivateAssets="all" />
2222
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies.net461" Version="1.0.0" PrivateAssets="all"/>
2323
</ItemGroup>
2424
</Project>

dotnet-tools.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,25 @@
33
"isRoot": true,
44
"tools": {
55
"minver-cli": {
6-
"version": "2.2.0",
6+
"version": "2.3.1",
77
"commands": [
88
"minver"
99
]
1010
},
1111
"assembly-differ": {
12-
"version": "0.12.5",
12+
"version": "0.13.0",
1313
"commands": [
1414
"assembly-differ"
1515
]
1616
},
1717
"release-notes": {
18-
"version": "0.2.3",
18+
"version": "0.3.0",
1919
"commands": [
2020
"release-notes"
2121
]
2222
},
2323
"nupkg-validator": {
24-
"version": "0.3.1",
24+
"version": "0.4.0",
2525
"commands": [
2626
"nupkg-validator"
2727
]

0 commit comments

Comments
 (0)