From 05465f1931e763ef8364589b688058a907c44eb4 Mon Sep 17 00:00:00 2001 From: Kevin Schneider Date: Wed, 19 Jun 2024 15:22:58 +0200 Subject: [PATCH] fix some test packages --- StagingArea/test/test@0.0.1.fsx | 2 +- StagingArea/test/test@5.0.0.fsx | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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