mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-19 10:08:20 +08:00
feat(work): bump version to 2.17.1
This commit is contained in:
@@ -863,6 +863,10 @@
|
||||
|
||||
<summary>[展开查看]</summary>
|
||||
|
||||
- Release 2.17.1
|
||||
|
||||
- **修复**:修复会话内容存档下载媒体文件时 Windows 环境下存在的 IntPtr Double Free 问题。(_via_ [GitHub #95](https://github.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat/issues/95))
|
||||
|
||||
- Release 2.17.0
|
||||
|
||||
- **新增**:新增外部用户临时 ID 转换接口。
|
||||
|
@@ -331,27 +331,6 @@ namespace SKIT.FlurlHttpClient.Wechat.Work.Models
|
||||
[System.Text.Json.Serialization.JsonPropertyName("ot_info")]
|
||||
public Types.Overtime? Overtime { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 获取或设置每月最多补卡次数。
|
||||
/// </summary>
|
||||
[Newtonsoft.Json.JsonProperty("allow_apply_bk_cnt")]
|
||||
[System.Text.Json.Serialization.JsonPropertyName("allow_apply_bk_cnt")]
|
||||
public int LimitApplyRecheckinCount { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 获取或设置补卡时限(单位:天)。
|
||||
/// </summary>
|
||||
[Newtonsoft.Json.JsonProperty("allow_apply_bk_day_limit")]
|
||||
[System.Text.Json.Serialization.JsonPropertyName("allow_apply_bk_day_limit")]
|
||||
public int LimitApplyRecheckinDay { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 获取或设置补卡时限(单位:天)。
|
||||
/// </summary>
|
||||
[Newtonsoft.Json.JsonProperty("buka_limit_next_month")]
|
||||
[System.Text.Json.Serialization.JsonPropertyName("buka_limit_next_month")]
|
||||
public int LimitApplyRecheckinNextMonth { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 获取或设置范围外打卡处理方式。
|
||||
/// </summary>
|
||||
|
@@ -14,7 +14,7 @@
|
||||
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
||||
<PackageProjectUrl>https://github.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat</PackageProjectUrl>
|
||||
<PackageTags>Flurl.Http Wechat Weixin MicroMessage WechatWork WeixinWork Wxwork 微信 企业微信 企业号 微信企业号</PackageTags>
|
||||
<Version>2.17.0</Version>
|
||||
<Version>2.17.1</Version>
|
||||
<Description>基于 Flurl.Http 的企业微信 API 客户端,支持企业内部开发、第三方应用开发、服务商代开发、智慧硬件开发模式,支持基础服务、通讯录管理、身份验证、企业互联、上下游、消息推送、应用管理、素材管理、电子发票、客户联系、微信客服、企业支付、会话内容存档、家校沟通、家校应用、政民沟通、邮件、文档、日程、会议、微盘、直播、公费电话、打卡、审批、汇报、会议室、紧急通知应用、硬件云端接入等功能。</Description>
|
||||
<Authors>Fu Diwei</Authors>
|
||||
<RepositoryType>git</RepositoryType>
|
||||
|
Reference in New Issue
Block a user