Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
<PackageProjectUrl>https://github.com/EasiNote/EasiPlugin.Sample</PackageProjectUrl>

<RepositoryType>git</RepositoryType>
<Copyright>Copyright © 2025 Guangzhou Shirui Electronics Co.,Ltd, All Rights Reserved.</Copyright>
<Copyright>Copyright © 2025-2026 Guangzhou Shirui Electronics Co.,Ltd, All Rights Reserved.</Copyright>
Comment thread
lindexi marked this conversation as resolved.
Outdated
</PropertyGroup>
</Project>
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@

### VisualStudio

VisualStudio 2022 17.5.2 及更高版本
VisualStudio 2026 及更高版本
Comment thread
lindexi marked this conversation as resolved.

**注:如遇编译相关问题,优先看本地开发环境的 VisualStudio 版本,低于 VisualStudio 2022 17.5.2 版本基本无法构建通过**

### NuGet 配置

由于当前 `dotnetCampus.EasiPlugin.Sdk` 包的新版本依然还是 alpha 预览模式,没有发布到 NuGet.Org 上,因此需要配置本地的 NuGet 包源为 `packages` 文件夹

或者将 `packages` 文件夹下的 `dotnetcampus.easiplugin.sdk.2.0.0-alpha304.nupkg` 文件导入到自己本地包源或私有的 NuGet 服务器上
或者将 `packages` 文件夹下的 `dotnetcampus.easiplugin.sdk.2.1.1-alpha.3.nupkg` 文件导入到自己本地包源或私有的 NuGet 服务器上
Comment thread
lindexi marked this conversation as resolved.
Outdated

默认已通过 `NuGet.config` 文件夹配置指定了本地包源为 `packages` 文件夹,但是否生效取决于 Visual Studio 的心情,如发现还原 `dotnetCampus.EasiPlugin.Sdk` 包版本失败,还请自行配置好本地 NuGet 包源

Expand Down
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion src/EasiPluginSample/EasiPluginSample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
<UseEasiNote>all</UseEasiNote>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="dotnetCampus.EasiPlugin.Sdk" Version="2.1.1-alpha.1" />
<PackageReference Include="dotnetCampus.EasiPlugin.Sdk" Version="2.1.1-alpha.3" />
</ItemGroup>
</Project>
Loading