Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed May 20, 2019
1 parent 670ae44 commit 1fd0a8f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project>
<PropertyGroup>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<Version>4.4.3</Version>
<Version>5.0.0</Version>
<LangVersion>latest</LangVersion>
<NoWarn>NU5118</NoWarn>
</PropertyGroup>
Expand Down
3 changes: 3 additions & 0 deletions Obsolete/Obsolete.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
<Description>Allows a more expressive use of the ObsoleteAttribute.</Description>
<PackageTags>Obsolete, ObsoleteAttribute, ILWeaving, Fody, Cecil</PackageTags>
<PackageOutputPath>$(SolutionDir)nugets</PackageOutputPath>
<PackageIconUrl>https://raw.githubusercontent.com/Fody/Obsolete/master/package_icon.png</PackageIconUrl>
<PackageProjectUrl>https://github.com/Fody/Obsolete</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Fody" Version="5.0.6" PrivateAssets="None" />
Expand Down

0 comments on commit 1fd0a8f

Please sign in to comment.