Skip to content

Commit 4253618

Browse files
committed
Extensions->Extension
1 parent 22c0d7a commit 4253618

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

WebApiClient/Extensions.cs renamed to WebApiClient/Extension.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
using System;
2-
using System.Collections.Generic;
3-
using System.Linq;
42
using System.Threading.Tasks;
53

64
namespace WebApiClient
75
{
86
/// <summary>
97
/// 提供项目相关扩展
108
/// </summary>
11-
public static class Extensions
9+
public static class Extension
1210
{
1311
/// <summary>
1412
/// 返回提供请求重试的请求任务对象

0 commit comments

Comments
 (0)