Skip to content

Commit

Permalink
upgrade to Minver 1.0.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adamralph committed Feb 26, 2019
1 parent 1273dc1 commit 7a5822f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<NoWarn>1701;1702;1705;1591</NoWarn>
<LangVersion>latest</LangVersion>
<MinVerTagPrefix>v</MinVerTagPrefix>
<MinVerMajorMinor>0.1</MinVerMajorMinor>
<MinVerMinimumMajorMinor>0.1</MinVerMinimumMajorMinor>
<TRAVIS_BUILD_NUMBER Condition="'$(TRAVIS_BUILD_NUMBER)' == ''">0</TRAVIS_BUILD_NUMBER>
<MinVerBuildMetadata>build.$(TRAVIS_BUILD_NUMBER)</MinVerBuildMetadata>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/LittleForker/LittleForker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<ItemGroup>
<PackageReference Include="LibLog" Version="5.0.3"/>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta-63127-02" PrivateAssets="All"/>
<PackageReference Include="MinVer" Version="1.0.0-beta.1">
<PackageReference Include="MinVer" Version="1.0.0-rc.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit 7a5822f

Please sign in to comment.