Skip to content

Commit

Permalink
新的版本
Browse files Browse the repository at this point in the history
  • Loading branch information
lc6464 authored Oct 2, 2023
1 parent 3845ade commit 886c53d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions LC6464.Base16384.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
<PackageLicenseExpression>GPL-3.0-only</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
<Authors>LC</Authors>
<Version>2.0.0-RC.2</Version>
<PackageReleaseNotes>更改 MoveFromUnmanagedMemory 相关 API 名称。</PackageReleaseNotes>
<Version>2.0.0</Version>
<PackageReleaseNotes>修复 ConvertFromUtf16BEBytesToUtf8BOMBytes 无法正常使用的问题。</PackageReleaseNotes>
</PropertyGroup>
<ItemGroup>
<Using Include="System.Runtime.InteropServices" />
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Base16384 编解码器的 .NET 实现。
<!-- 一些东西 -->
</PropertyGroup>
<ItemGroup>
<PackageReference Include="LC6464.Base16384" Version="1.2.0" />
<PackageReference Include="LC6464.Base16384" Version="2.0.0" />
<!-- PackageReference,建议使用 Visual Studio 或 dotnet cli 等工具添加 -->
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit 886c53d

Please sign in to comment.