Skip to content

Commit

Permalink
Add message for deleted for removed methods
Browse files Browse the repository at this point in the history
  • Loading branch information
IsakNaslundBh committed Oct 27, 2022
1 parent 00df98b commit 161772a
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
1 change: 1 addition & 0 deletions RFEM_Engine/RFEM_Engine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@
<ItemGroup>
<None Include="packages.config" />
<None Include="Versioning_32.json" />
<None Include="Versioning_60.json" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
Expand Down
29 changes: 29 additions & 0 deletions RFEM_Engine/Versioning_60.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"Namespace": {
"ToNew": {
},
"ToOld": {
}
},
"Type": {
"ToNew": {

},
"ToOld": {
}
},
"Property": {
"ToNew": {
},
"ToOld": {
}
},
"MessageForDeleted": {
"BH.Engine.Adapters.RFEM.Query.GetMaterialType(Dlubal.RFEM5.Material)": "Method previously used by the adapter during the process of Material conversion has been refactored out and is no longer required for this process and hence deleted. Please raise an issue on https://github.com/BHoM/RFEM_Toolkit/issues if you require this method for any workflow and need it to be brought back.",
"BH.Engine.Adapters.RFEM.Query.GetMaterialName(Dlubal.RFEM5.Material)": "Method previously used by the adapter during the process of Material conversion has been refactored out and is no longer required for this process and hence deleted. Please raise an issue on https://github.com/BHoM/RFEM_Toolkit/issues if you require this method for any workflow and need it to be brought back.",
"BH.Engine.Adapters.RFEM.Query.GetMaterialType(BH.oM.Structure.MaterialFragments.IMaterialFragment)": "Method previously used by the adapter during the process of Material conversion has been refactored out and is no longer required for this process and hence deleted. Please raise an issue on https://github.com/BHoM/RFEM_Toolkit/issues if you require this method for any workflow and need it to be brought back."

},
"MessageForNoUpgrade": {
}
}

0 comments on commit 161772a

Please sign in to comment.