Skip to content

Commit

Permalink
修改 README 和对逻辑没有影响的项目配置
Browse files Browse the repository at this point in the history
  • Loading branch information
lc6464 committed Feb 19, 2024
1 parent 304d2c6 commit 6427014
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions LC6464.Base16384.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>key.snk</AssemblyOriginatorKeyFile>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Description>Base16384 编解码器的 .NET 实现。</Description>
<Copyright>Copyright © 2023 LC. All rights reserved.</Copyright>
<Description>Base16384 编解码器的 .NET 跨平台实现。</Description>
<Copyright>Copyright © 2024 LC. All rights reserved.</Copyright>
<PackageProjectUrl>https://github.com/lc6464/LC6464.Base16384</PackageProjectUrl>
<RepositoryUrl>https://github.com/lc6464/LC6464.Base16384</RepositoryUrl>
<PackageTags>Base16384;Base64;utf16;utf16be;binary;unsafe-pointer</PackageTags>
<PackageTags>Base16384;Base64;utf16;utf16be;binary;chinese-character</PackageTags>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseExpression>GPL-3.0-only</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[NuGet 包](https://www.nuget.org/packages/LC6464.Base16384 "NuGet.Org")
[GitHub 项目](https://github.com/lc6464/LC6464.Base16384 "github.com")

Base16384 编解码器的 .NET 实现
Base16384 编解码器的 .NET 跨平台实现
参考:[fumiama/base16384](https://github.com/fumiama/base16384 "GitHub: fumiama/base16384")
使用:[lc6464/Base16384.Net](https://github.com/lc6464/Base16384.Net "GitHub: lc6464/Base16384.Net")

Expand All @@ -13,7 +13,7 @@ Base16384 编解码器的 .NET 实现。
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<!-- 一些东西 -->
Expand Down

0 comments on commit 6427014

Please sign in to comment.