Skip to content

Commit

Permalink
RE
Browse files Browse the repository at this point in the history
  • Loading branch information
NMSAzulX committed Nov 13, 2024
1 parent 396ef81 commit a812e91
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
8 changes: 3 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,12 @@ Example:
- 编译导演,每次编译学习并保留有用的 using code.
- 跟随其他扩展库版本号发布.
-->

## [9.0.0.0] - 2024-11-13

### DotNetCore.Natasha.CSharp.Extension.HotExecutor.SG _ v8.9.0.2:
- 热重载,允许程序在运行时更改代码,并输出新的结果.
- 跟随其他扩展库版本号发布.
-->

## [9.0.0.0] - 2024-11-13

### DotNetCore.Natasha.CSharp.Extension.HotExecutor.Wrapper _ v9.0.0.0:
- 热重载,允许程序在运行时更改代码,并输出新的结果.
Expand Down
7 changes: 7 additions & 0 deletions Natasha.sln
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "NETCore3.0", "NETCore3.0",
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleSample", "samples\HE\NETCORE3.0\ConsoleSample\ConsoleSample.csproj", "{580C1DBC-5EDB-4C77-A5B9-456E7800BC43}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Natasha.CSharp.HotExecutor.Wrapper", "src\Natasha.CSharp\Extension\HotExecutor\Natasha.CSharp.HotExecutor.Wrapper\Natasha.CSharp.HotExecutor.Wrapper.csproj", "{8B5F2626-8EB0-44FF-9F1F-A1EFBCF8E030}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -475,6 +477,10 @@ Global
{580C1DBC-5EDB-4C77-A5B9-456E7800BC43}.Debug|Any CPU.Build.0 = Debug|Any CPU
{580C1DBC-5EDB-4C77-A5B9-456E7800BC43}.Release|Any CPU.ActiveCfg = Release|Any CPU
{580C1DBC-5EDB-4C77-A5B9-456E7800BC43}.Release|Any CPU.Build.0 = Release|Any CPU
{8B5F2626-8EB0-44FF-9F1F-A1EFBCF8E030}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8B5F2626-8EB0-44FF-9F1F-A1EFBCF8E030}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8B5F2626-8EB0-44FF-9F1F-A1EFBCF8E030}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8B5F2626-8EB0-44FF-9F1F-A1EFBCF8E030}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down Expand Up @@ -570,6 +576,7 @@ Global
{78A4B5F2-A26B-473D-9035-D2078EDAB02A} = {65FA3AA7-C1CF-4366-AE33-24EBF0291E31}
{915508A8-D118-4B5D-A17C-761C7033D32D} = {9546332D-450A-44D1-BF9B-52F43A7F7DDC}
{580C1DBC-5EDB-4C77-A5B9-456E7800BC43} = {915508A8-D118-4B5D-A17C-761C7033D32D}
{8B5F2626-8EB0-44FF-9F1F-A1EFBCF8E030} = {7A3EC767-1531-4472-8896-60B3F649BF34}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3004E730-B231-40FA-B75C-58D7DDE17679}
Expand Down

0 comments on commit a812e91

Please sign in to comment.