Skip to content

Commit

Permalink
make release notes stable url
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Jul 21, 2019
1 parent 8c28e99 commit aa20478
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<LangVersion>latest</LangVersion>
<Version>3.0.0</Version>
<ReleaseNotes>Breaking Change: Not weaving == and != operators anymore. When calling the operators from the same assembly as the type is defined, the behavior was different from when calling from a different assembly. See https://github.com/Fody/Equals/issues/10</ReleaseNotes>
</PropertyGroup>
</Project>
1 change: 1 addition & 0 deletions Equals/Equals.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<PackageIconUrl>https://github.com/raw/Fody/Equals/master/package_icon.png</PackageIconUrl>
<PackageProjectUrl>https://github.com/Fody/Equals</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageTags>Equals, GetHashCode, ILWeaving, Fody, Cecil</PackageTags>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Fody" Version="5.1.1" PrivateAssets="None" />
Expand Down

0 comments on commit aa20478

Please sign in to comment.