File tree Expand file tree Collapse file tree 4 files changed +17
-3
lines changed Expand file tree Collapse file tree 4 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 11# 更新日志
22
3+ ## [ 1.0.22] - 2025-08-19
4+
5+ ### Bug Fixes
6+
7+ - 还原番剧解析代码 #354
8+
9+ ### Miscellaneous Tasks
10+
11+ - 优化ci构建,使trimmed正确移除程序集
12+
13+ ### Refactor
14+
15+ - 消除对WebClient程序集的依赖 (#350 )
16+
317## [ 1.0.21] - 2025-08-10
418
519### Bug Fixes
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ public class AppInfo
1111
1212 private const int A = 1 ;
1313 private const int B = 0 ;
14- private const int C = 21 ;
14+ private const int C = 22 ;
1515
1616 public AppInfo ( )
1717 {
Original file line number Diff line number Diff line change 99 <key >CFBundleName </key >
1010 <string >哔哩下载姬 </string >
1111 <key >CFBundleVersion </key >
12- <string >1.0.21 </string >
12+ <string >1.0.22 </string >
1313 <key >LSMinimumSystemVersion </key >
1414 <string >10.15 </string >
1515 <key >CFBundleExecutable </key >
Original file line number Diff line number Diff line change 1- 1.0.21
1+ 1.0.22
You can’t perform that action at this time.
0 commit comments