Skip to content

Commit

Permalink
补发接口包
Browse files Browse the repository at this point in the history
  • Loading branch information
NMSAzulX committed Jan 10, 2024
1 parent 77f1c51 commit a9658ff
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
9 changes: 4 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ Example:
## [8.0.0.0] - 2024-01-10


### DotNetCore.Natasha.DynamicLoad.Base _ v8.0.0.0:
- INatashaDynamicLoadContextBase 接口来规范域的行为.
- INatashaDynamicLoadContextCreator 接口来规范创建域以及其他 Runtime 方法的实现.

### DotNetCore.Natasha.Domain _ v8.0.0.0:
- 优化域加载时程序集比对的逻辑.
- 相同依赖不会二次加载.
Expand Down Expand Up @@ -53,8 +57,3 @@ Example:

### DotNetCore.Natasha.CSharp.Extension.Ambiguity _ v8.0.0.0:
- 全面兼容 Standard2.0.


### DotNetCore.Natasha.DynamicLoad.Base _ v8.0.0.0:
- INatashaDynamicLoadContextBase 接口来规范域的行为.
- INatashaDynamicLoadContextCreator 接口来规范创建域以及其他 Runtime 方法的实现.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<PackageReleaseNotes>升级到最新版.</PackageReleaseNotes>
<PackageTags>Roslyn;IL;Script;Dynamic;Natasha;NMS;Compiler;</PackageTags>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Version>8.0.0.0</Version>
<Version>8.0.0.0</Version>
<FileVersion>8.0.0.0</FileVersion>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<TargetFrameworks>netstandard2.0;</TargetFrameworks>
<IsPackable>true</IsPackable>
<Description>Natasha 域加载上下文的接口规范.</Description>
<PackageId>DotNetCore.Natasha.DynamicLoad.Base</PackageId>
<PackageReleaseNotes>升级到最新版.</PackageReleaseNotes>
<PackageTags>Natasha;Compiler;LoadContext;Interface;</PackageTags>
<Version>8.0.0.0</Version>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Version>8.0.0.0</Version>
<FileVersion>8.0.0.0</FileVersion>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
</PropertyGroup>
Expand All @@ -17,4 +18,5 @@
<None Include="Targets\Project.Usings.targets" Pack="true" PackagePath="buildTransitive\netstandard2.0\DotNetCore.Natasha.DynamicLoad.Base.targets" />
<None Include="Targets\Project.Usings.targets" Pack="true" PackagePath="buildMultiTargeting\netstandard2.0\DotNetCore.Natasha.DynamicLoad.Base.targets" />
</ItemGroup>

</Project>

0 comments on commit a9658ff

Please sign in to comment.