Skip to content

Commit

Permalink
Merge pull request #5 from adamralph/upgrade-minver
Browse files Browse the repository at this point in the history
upgrade to Minver 1.0.0-rc.1
  • Loading branch information
damianh authored Mar 4, 2019
2 parents 1273dc1 + 7a5822f commit aa713d7
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 aa713d7

Please sign in to comment.