From f90837840852b0131a201128e8a0856d52c469a9 Mon Sep 17 00:00:00 2001 From: Ahmed Zamil Date: Tue, 15 Oct 2024 23:47:45 +0300 Subject: [PATCH] fix --- Esiur/Esiur.csproj | 2 +- Esiur/Tools/Esiur.psm1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Esiur/Esiur.csproj b/Esiur/Esiur.csproj index 5d839d3..2d8f425 100644 --- a/Esiur/Esiur.csproj +++ b/Esiur/Esiur.csproj @@ -5,7 +5,7 @@ Ahmed Kh. Zamil http://www.esiur.com true - 2.4.6 + 2.4.7 https://github.com/esiur/esiur-dotnet Ahmed Kh. Zamil diff --git a/Esiur/Tools/Esiur.psm1 b/Esiur/Tools/Esiur.psm1 index a2ba17e..31c71be 100644 --- a/Esiur/Tools/Esiur.psm1 +++ b/Esiur/Tools/Esiur.psm1 @@ -5,7 +5,7 @@ #write-host "Lib is at $($lib)" $assembly = [Reflection.Assembly]::LoadFile($lib) - $tempPath = [Esiur.Proxy.TemplateGenerator]::GetTemplate($url, $dir, true, $username,$password, $asyncSetters); + $tempPath = [Esiur.Proxy.TemplateGenerator]::GetTemplate($url, $dir, $true, $username,$password, $asyncSetters); $startupProject = GetStartupProject