From 7016420be5130e8a030f09607fb61f99552a358c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20M=C3=A9ndez=20Gort?= Date: Fri, 28 Jun 2024 17:10:37 +0200 Subject: [PATCH] using v0.0.19 MigrateLib version --- Lib/FsGeneration/FsprojFile.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/FsGeneration/FsprojFile.fs b/Lib/FsGeneration/FsprojFile.fs index 855bff0..591ce19 100644 --- a/Lib/FsGeneration/FsprojFile.fs +++ b/Lib/FsGeneration/FsprojFile.fs @@ -45,7 +45,7 @@ let projectToFsproj (p: Project) = XElement( XName.Get "PackageReference", XAttribute(XName.Get "Include", "MigrateLib"), - XAttribute(XName.Get "Version", "0.0.18") + XAttribute(XName.Get "Version", "0.0.19") ) ) )