Skip to content

Commit

Permalink
build(plugins/memosplus/): 0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
yiyungent committed May 19, 2023
1 parent 6039b65 commit 39fb0de
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions plugins/MemosPlus/MemosPlus.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PackageId>PluginCore.MemosPlus</PackageId>
<Version>0.1.7</Version>
<FileVersion>0.1.7.0</FileVersion>
<Version>0.1.8</Version>
<FileVersion>0.1.8.0</FileVersion>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<Company>yiyun</Company>
<Authors>yiyun</Authors>
Expand Down
2 changes: 1 addition & 1 deletion plugins/MemosPlus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
- [x] 定时同步 `memos` 内容到 `GitHub` 仓库 指定文件夹
- [x] 纯文本内容 (包含 `markdown`)
- [x] 自定义模版 (默认适配 `Hexo post` 风格, 配合 `GitHub Actions` 即可实现 `memos` 同步发布到 `Hexo`)
- [ ] 资源库 (`二进制文件`)
- [x] 资源库 (`二进制文件`)

## 使用

Expand Down
2 changes: 1 addition & 1 deletion plugins/MemosPlus/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"DisplayName": "memos+",
"Description": "提升 memos 体验",
"Author": "yiyun",
"Version": "0.1.7",
"Version": "0.1.8",
"SupportedVersions": [ "0.0.1" ]
}

0 comments on commit 39fb0de

Please sign in to comment.