From b76609187babf7ca0300dfac2438fe0f0224bae5 Mon Sep 17 00:00:00 2001 From: RubenPX Date: Thu, 7 Mar 2024 09:36:38 +0100 Subject: [PATCH 1/4] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 440aa69..ee907b0 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ This template should help get you started developing with Tauri, Svelte and Type This dll can talk with NetHostFX apps +Latest running example: https://github.com/RubenPX/TauriNET/releases/download/0.1.1/TauriNET_Example.zip + ## TODOS - [X] Invoke from Tauri to NetHostFX From 3a99ed62c0f9c22cd9847c96b8d78a8fcaa696ab Mon Sep 17 00:00:00 2001 From: RubenPX Date: Thu, 7 Mar 2024 09:36:48 +0100 Subject: [PATCH 2/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee907b0..0c4c27b 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This template should help get you started developing with Tauri, Svelte and Type This dll can talk with NetHostFX apps -Latest running example: https://github.com/RubenPX/TauriNET/releases/download/0.1.1/TauriNET_Example.zip +[Latest running example](https://github.com/RubenPX/TauriNET/releases/download/0.1.1/TauriNET_Example.zip) ## TODOS From 529d3359b34778eb100e37c2f035563e3eec7046 Mon Sep 17 00:00:00 2001 From: RubenPX Date: Thu, 7 Mar 2024 09:39:40 +0100 Subject: [PATCH 3/4] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0c4c27b..08e3c52 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ This dll can talk with NetHostFX apps - [X] Invoke from Tauri to NetHostFX - [ ] Allow Tauri pass to C# String parameters - [ ] Allow to send & parse JSON Data betwen processes +- [ ] Maybe in future can hide C# code using tauri ([Tauri Security Module](https://tauri.app/v1/references/architecture/security/)) ## Extra From 931c564704c4650234180b180b2c529dadc054e2 Mon Sep 17 00:00:00 2001 From: RubenPX Date: Thu, 7 Mar 2024 09:40:04 +0100 Subject: [PATCH 4/4] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 08e3c52..3cfe9b5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Tauri + Svelte + Typescript + C# +# Tauri + Typescript + C# -This template should help get you started developing with Tauri, Svelte and TypeScript in Vite. +This template should help get you started developing with Tauri, TypeScript in Vite. This dll can talk with NetHostFX apps