Align NFluent to Net Open Source Library guidance
Closed this issue · 2 comments
dupdob commented
Update NFluent project to implement strong conformance to the recommended practices provided in
Microsot Net Open Source library guidance.
Overall, NFluent has a good conformance level, with two exceptions:
Expected Behavior
Drop support for PCL (see doc).
Stabilize version number in AssemblyVersion by dropping patch and build numbers.(see doc)
Context
The publication of guidance by Microsoft in October 2018 helps identifying good practice we should follow.
dupdob commented
Assembly version is now stuck at Major.Minor
dupdob commented
Removed PCL version from package
Other .Net versions kept as is (2.0, 3.0, 3.5, 4.0, 4.5, NetStandard 1.3 and NetStandard 2.0)