From be5d648d95430e42ff58affd62dd96392e4c743d Mon Sep 17 00:00:00 2001 From: Goswin Rothenthal Date: Mon, 13 Jan 2025 21:21:55 +0100 Subject: [PATCH] System.Net.Http --- Fesh.Rhino.fsproj | 2 ++ Src/PlugIn.fs | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Fesh.Rhino.fsproj b/Fesh.Rhino.fsproj index 1b8ba91..55aa906 100644 --- a/Fesh.Rhino.fsproj +++ b/Fesh.Rhino.fsproj @@ -46,6 +46,8 @@ + + diff --git a/Src/PlugIn.fs b/Src/PlugIn.fs index 3e8f778..ff50b49 100644 --- a/Src/PlugIn.fs +++ b/Src/PlugIn.fs @@ -4,6 +4,7 @@ open Rhino open System open Fesh open System.Windows +open System.Net.Http //open System.Drawing // fot net 7 @@ -40,7 +41,7 @@ module internal FeshApp = type Dummy = class end - open System.Net.Http + let checkForNewRelease(fesh: Fesh.Fesh) = async { try