Skip to content

Commit

Permalink
Add public api change
Browse files Browse the repository at this point in the history
  • Loading branch information
AKTheKnight committed Mar 29, 2019
1 parent 358016d commit 0871b95
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1039,6 +1039,8 @@ namespace Humanizer
public static string ToQuantity(this string input, int quantity, string format, System.IFormatProvider formatProvider = null) { }
public static string ToQuantity(this string input, long quantity, Humanizer.ShowQuantityAs showQuantityAs = 1) { }
public static string ToQuantity(this string input, long quantity, string format, System.IFormatProvider formatProvider = null) { }
public static string ToQuantity(this string input, double quantity, string format = null, System.IFormatProvider formatProvider = null) { }
public static string ToQuantity(this string input, double quantity) { }
}
public class static TruncateExtensions
{
Expand Down

0 comments on commit 0871b95

Please sign in to comment.