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 7fb3e36 commit e8ace39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project>
<PropertyGroup>
<Version>2.3.3</Version>
<Version>3.0.0</Version>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<LangVersion>latest</LangVersion>
<NoWarn>NU5118</NoWarn>
Expand Down
2 changes: 1 addition & 1 deletion MethodTimer/MethodTimer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<PackageTags>Stopwatch, Performance, ILWeaving, Fody, Cecil</PackageTags>
<PackageOutputPath>$(SolutionDir)nugets</PackageOutputPath>
<PackageIconUrl>https://raw.githubusercontent.com/Fody/MethodTimer/master/package_icon.png</PackageIconUrl>
<PackageProjectUrl>http://github.com/Fody/MethodTimer</PackageProjectUrl>
<PackageProjectUrl>https://github.com/Fody/MethodTimer</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
</PropertyGroup>
<ItemGroup>
Expand Down

0 comments on commit e8ace39

Please sign in to comment.