BiliAccount Versions Save

基于.net standard的B站账号操作封装。|A .net standard library for bilibili account operations.(like login and sso)

2.5.5.27

2 years ago
  • adds:
  1. 新增 Linq.ByQRCode.LoginByQrCodeUrl。(#94 )
  • enhancements:
  1. 更新引用库版本。

2.5.4.26

3 years ago
  • fixes: 1. 修复了由于破站改接口导致无法通过密码登录的问题。(#74) 重要!不更新无法使用!!!

2.5.3.25

3 years ago
  • enhancements:
    1. 修改登录接口UA

2.5.2.24

3 years ago

enhancements

  1. 更新了QRCoder到1.4.1版本(针对.net standard和.net core平台)
  2. 更新了System.Drawing.Common到5.0.0(针对.net standard和.net core平台)(fixed #56)
  3. 优化了对SSO过程中对低版本IDE环境的兼容性。(fixed #18)

2.5.1.23

3 years ago
  • fixes:
    1. 修复 ByQRCode.LoginByQrCode 方法背景色存在透明度时,二维码绘制概率性出现无前景色的问题。(#47)

2.5.0.22

4 years ago
  • adds:

    1. 新增Verify_Device的外部方法(#11)
  • 此版本发包是为开发中的BiliAccount.Geetest.Controls提供包支持,没有特别必要可以无需更新。

2.4.0.21

4 years ago
  • adds:
    1. 新增二维码图像自定义可选参数。(#25 )

主要修改:

public static Bitmap LoginByQrCode(string strForeground = "#FF000000", string strBackground = "#FFFFFFFF", bool IsBorderVisable = false)

 public static Bitmap LoginByQrCode(System.Drawing.Color Foreground, System.Drawing.Color Background, bool IsBorderVisable = false)

1.3.6.20

4 years ago
  • fixes:
  1. 修复.net core 3.x下二维码登录返回值转换错误的问题。(#23 )

1.3.5.19

4 years ago
  • fixes: 1. 修复.net core 3.x下二维码登录转换错误的问题。(#21 )

1.3.4.18

4 years ago