diff --git a/StagingArea/test/test@0.0.1.fsx b/StagingArea/test/test@0.0.1.fsx index fc49ccc..4540ce2 100644 --- a/StagingArea/test/test@0.0.1.fsx +++ b/StagingArea/test/test@0.0.1.fsx @@ -11,7 +11,7 @@ Publish: true *) // this file is intended for testing purposes only. -printfn "If you can read this in your console, you successfully executed test package v1.0.0!" +printfn "If you can read this in your console, you successfully executed test package v0.0.1!" #r "nuget: ARCExpect, 1.0.1" diff --git a/StagingArea/test/test@5.0.0.fsx b/StagingArea/test/test@5.0.0.fsx index 9c044ea..5d1fa4d 100644 --- a/StagingArea/test/test@5.0.0.fsx +++ b/StagingArea/test/test@5.0.0.fsx @@ -25,6 +25,8 @@ CQCHookEndpoint: https://avpr.nfdi4plants.org --- *)""" +printfn "If you can read this in your console, you successfully executed test package v5.0.0!" + #r "nuget: ARCExpect, 3.0.0" open ARCExpect