Skip to content

Commit

Permalink
Bump MinVer from 2.2.0 to 2.3.0
Browse files Browse the repository at this point in the history
Bumps [MinVer](https://github.com/adamralph/minver) from 2.2.0 to 2.3.0.
- [Release notes](https://github.com/adamralph/minver/releases)
- [Changelog](https://github.com/adamralph/minver/blob/master/CHANGELOG.md)
- [Commits](adamralph/minver@2.2.0...2.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed May 27, 2020
1 parent 1176c9c commit 4c675c2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/FMData.Rest/FMData.Rest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
<PackageReference Include="MinVer" Version="2.2.0" PrivateAssets="All" />
<PackageReference Include="MinVer" Version="2.3.0" PrivateAssets="All" />
</ItemGroup>

<ItemGroup Condition="$(TargetFramework) == 'netstandard1.3'">
Expand Down
2 changes: 1 addition & 1 deletion src/FMData.Xml/FMData.Xml.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
<PackageReference Include="MinVer" Version="2.2.0" PrivateAssets="All" />
<PackageReference Include="MinVer" Version="2.3.0" PrivateAssets="All" />
</ItemGroup>

<ItemGroup Condition="$(TargetFramework) == 'netstandard1.3'">
Expand Down
2 changes: 1 addition & 1 deletion src/FMData/FMData.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
<PackageReference Include="MinVer" Version="2.2.0" PrivateAssets="All" />
<PackageReference Include="MinVer" Version="2.3.0" PrivateAssets="All" />
</ItemGroup>

<ItemGroup Condition="$(TargetFramework) == 'netstandard1.3'">
Expand Down

0 comments on commit 4c675c2

Please sign in to comment.