Skip to content

Commit

Permalink
Added versioning attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
alelom authored and Fraser Greenroyd committed Mar 21, 2023
1 parent 06dd161 commit 8faa850
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions BHoM_Engine/Query/IsNumeric.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ namespace BH.Engine.Base
{
public static partial class Query
{
[PreviousVersion("6.1", "BH.Engine.Base.Query.IsNumeric(System.Type)")]
[Description("Determine whether a type is a numeric type.")]
[Input("type", "Type that we want to check if it is numeric type or not.")]
[Input("enumsAsNumbers", "(Optional, defaults to true) Whether `enum` types should be considered to be numeric.")]
Expand Down
1 change: 1 addition & 0 deletions BHoM_Engine/Query/IsNumericIntegralType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ namespace BH.Engine.Base
{
public static partial class Query
{
[PreviousVersion("6.1", "BH.Engine.Base.Query.IsNumericIntegralType(System.Type)")]
[Description("Determine whether a type is a integral numeric type (an integer)." +
"\nSee https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/builtin-types/integral-numeric-types for more information.")]
[Input("type", "Type that we want to check if it is numeric type or not.")]
Expand Down

0 comments on commit 8faa850

Please sign in to comment.