Skip to content

Commit

Permalink
Update minver
Browse files Browse the repository at this point in the history
  • Loading branch information
slang25 committed Dec 20, 2018
1 parent 3c97227 commit ac948e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
<PackageReference Include="Microsoft.CodeQuality.Analyzers" Version="$(AnalyzersPackageVersion)" PrivateAssets="All" />
<PackageReference Include="Microsoft.NetCore.Analyzers" Version="$(AnalyzersPackageVersion)" PrivateAssets="All" />
<PackageReference Include="Text.Analyzers" Version="$(AnalyzersPackageVersion)" PrivateAssets="All" />
<PackageReference Include="MinVer" Version="1.0.0-beta.1" PrivateAssets="All" />
<PackageReference Include="MinVer" Version="1.0.0-beta.2" PrivateAssets="All" />
</ItemGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)justeat-oss.snk</AssemblyOriginatorKeyFile>
<Authors>JUSTEAT_OSS</Authors>
<Company>Just Eat</Company>
<Copyright>Copyright (c) Just Eat 2015-$([System.DateTime]::Now.ToString(yyyy))</Copyright>
<Description>A light-weight message bus on top of AWS SNS and SQS</Description>
<MinVerMajorMinor>7.0</MinVerMajorMinor>
<MinVerMinimumMajorMinor>7.0</MinVerMinimumMajorMinor>
<MinVerTagPrefix>v</MinVerTagPrefix>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<!-- disable sourcelink on mono, to workaround https://github.com/dotnet/sourcelink/issues/155 -->
Expand Down

0 comments on commit ac948e3

Please sign in to comment.