From c1df26eef75fe761ed684ea1b77a7b1da6428c16 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=BC=A0=E6=9C=A8=E6=A3=AE=20=C2=B7=20=E4=BD=9C=E9=9C=96?=
<16236903+NMSAzulX@users.noreply.github.com>
Date: Wed, 13 Nov 2024 15:31:09 +0800
Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=83=E7=83=AD=E9=87=8D=E8=BD=BD?=
=?UTF-8?q?=20SG=20=E5=8C=85?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.github/project.yml | 7 +------
CHANGELOG.md | 11 +++++------
samples/ExtensionSample/ExtensionSample.csproj | 2 +-
.../Natasha.CSharp.HotExecutor.SG.csproj | 12 ++----------
4 files changed, 9 insertions(+), 23 deletions(-)
diff --git a/.github/project.yml b/.github/project.yml
index 78bb35bf..bb69b3bb 100644
--- a/.github/project.yml
+++ b/.github/project.yml
@@ -227,12 +227,7 @@ src:
project_folder: src/Natasha.CSharp/Extension/Natasha.CSharp.Extension.CompileDirector
labels:
dependency_config:
- - using_output:
- enable: true
- ignores:
- - System
- - System.Runtime.CompilerServices
- - System.Reflection
+ - using_output:
id: 39456A90-01B8-4749-B1C7-B1F3082F2466
is_ignored: false
is_folded: false
diff --git a/CHANGELOG.md b/CHANGELOG.md
index dd57f5c1..11f5a16d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -54,11 +54,6 @@ Example:
### DotNetCore.Natasha.DynamicLoad.Base _ v9.0.0.0:
- 跟随其他扩展库版本号发布.
-
--->
-
-## [9.0.0.0] - 2024-11-13
-
### DotNetCore.Natasha.CSharp.Extension.MethodCreator _ v9.0.0.0:
- 发布 便捷动态方法编译模板.
- 跟随其他扩展库版本号发布.
@@ -66,7 +61,11 @@ Example:
### DotNetCore.Natasha.CSharp.Extension.CompileDirector _ v9.0.0.0:
- 编译导演,每次编译学习并保留有用的 using code.
- 跟随其他扩展库版本号发布.
--
+
+-->
+
+## [9.0.0.0] - 2024-11-13
+
### DotNetCore.Natasha.CSharp.Extension.HotReload.SG _ v8.9.0.0:
- 热重载,允许程序在运行时更改代码,并输出新的结果.
- 跟随其他扩展库版本号发布.
diff --git a/samples/ExtensionSample/ExtensionSample.csproj b/samples/ExtensionSample/ExtensionSample.csproj
index 9c689d04..3c4d0d0a 100644
--- a/samples/ExtensionSample/ExtensionSample.csproj
+++ b/samples/ExtensionSample/ExtensionSample.csproj
@@ -18,10 +18,10 @@
-
+
diff --git a/src/Natasha.CSharp/Extension/HotExecutor/Natasha.CSharp.HotExecutor.SG/Natasha.CSharp.HotExecutor.SG.csproj b/src/Natasha.CSharp/Extension/HotExecutor/Natasha.CSharp.HotExecutor.SG/Natasha.CSharp.HotExecutor.SG.csproj
index 01908118..9e7128f8 100644
--- a/src/Natasha.CSharp/Extension/HotExecutor/Natasha.CSharp.HotExecutor.SG/Natasha.CSharp.HotExecutor.SG.csproj
+++ b/src/Natasha.CSharp/Extension/HotExecutor/Natasha.CSharp.HotExecutor.SG/Natasha.CSharp.HotExecutor.SG.csproj
@@ -4,7 +4,7 @@
netstandard2.1;
DotNetCore.Natasha.CSharp.Extension.HotReload.SG
true
- enable
+ false
true
动态重载控制台代码结果.
升级到最新版.
@@ -15,22 +15,14 @@
+
-
- Always
-
-
-
-
-
-
-