Skip to content

Commit 71a21b8

Browse files
committed
发布1.2.1版本;
1 parent 53b388c commit 71a21b8

File tree

114 files changed

+139
-133
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

114 files changed

+139
-133
lines changed

ZqUtils.Core.Console/ZqUtils.Core.Console.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</ItemGroup>
1717

1818
<ItemGroup>
19-
<PackageReference Include="Oracle.ManagedDataAccess.Core" Version="3.21.50" />
19+
<PackageReference Include="Oracle.ManagedDataAccess.Core" Version="3.21.61" />
2020
<PackageReference Include="Quartz.Serialization.Json" Version="3.4.0" />
2121
</ItemGroup>
2222

ZqUtils.Core/Attributes/HystrixAttribute.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#region License
22
/***
3-
* Copyright © 2018-2022, 张强 ([email protected]).
3+
* Copyright © 2018-2025, 张强 ([email protected]).
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

ZqUtils.Core/Attributes/ServiceNameAttribute.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#region License
22
/***
3-
* Copyright © 2018-2022, 张强 ([email protected]).
3+
* Copyright © 2018-2025, 张强 ([email protected]).
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

ZqUtils.Core/Extensions/Extensions.Array.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#region License
22
/***
3-
* Copyright © 2018-2022, 张强 ([email protected]).
3+
* Copyright © 2018-2025, 张强 ([email protected]).
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

ZqUtils.Core/Extensions/Extensions.Assembly.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#region License
22
/***
3-
* Copyright © 2018-2022, 张强 ([email protected]).
3+
* Copyright © 2018-2025, 张强 ([email protected]).
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

ZqUtils.Core/Extensions/Extensions.AutoMapper.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#region License
22
/***
3-
* Copyright © 2018-2022, 张强 ([email protected]).
3+
* Copyright © 2018-2025, 张强 ([email protected]).
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

ZqUtils.Core/Extensions/Extensions.ConnectionState.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#region License
22
/***
3-
* Copyright © 2018-2022, 张强 ([email protected]).
3+
* Copyright © 2018-2025, 张强 ([email protected]).
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

ZqUtils.Core/Extensions/Extensions.DataColumnCollection.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#region License
22
/***
3-
* Copyright © 2018-2022, 张强 ([email protected]).
3+
* Copyright © 2018-2025, 张强 ([email protected]).
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

ZqUtils.Core/Extensions/Extensions.DataRow.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#region License
22
/***
3-
* Copyright © 2018-2022, 张强 ([email protected]).
3+
* Copyright © 2018-2025, 张强 ([email protected]).
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

ZqUtils.Core/Extensions/Extensions.DataSet.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#region License
22
/***
3-
* Copyright © 2018-2022, 张强 ([email protected]).
3+
* Copyright © 2018-2025, 张强 ([email protected]).
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

ZqUtils.Core/Extensions/Extensions.DataTable.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#region License
22
/***
3-
* Copyright © 2018-2022, 张强 ([email protected]).
3+
* Copyright © 2018-2025, 张强 ([email protected]).
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

ZqUtils.Core/Extensions/Extensions.DateTime.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#region License
22
/***
3-
* Copyright © 2018-2022, 张强 ([email protected]).
3+
* Copyright © 2018-2025, 张强 ([email protected]).
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

ZqUtils.Core/Extensions/Extensions.DateTimeOffset.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#region License
22
/***
3-
* Copyright © 2018-2022, 张强 ([email protected]).
3+
* Copyright © 2018-2025, 张强 ([email protected]).
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

ZqUtils.Core/Extensions/Extensions.DbCommand.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#region License
22
/***
3-
* Copyright © 2018-2022, 张强 ([email protected]).
3+
* Copyright © 2018-2025, 张强 ([email protected]).
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

ZqUtils.Core/Extensions/Extensions.DbConnection.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#region License
22
/***
3-
* Copyright © 2018-2022, 张强 ([email protected]).
3+
* Copyright © 2018-2025, 张强 ([email protected]).
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

ZqUtils.Core/Extensions/Extensions.DbParameter.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#region License
22
/***
3-
* Copyright © 2018-2022, 张强 ([email protected]).
3+
* Copyright © 2018-2025, 张强 ([email protected]).
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

ZqUtils.Core/Extensions/Extensions.Dictionary.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#region License
22
/***
3-
* Copyright © 2018-2022, 张强 ([email protected]).
3+
* Copyright © 2018-2025, 张强 ([email protected]).
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

ZqUtils.Core/Extensions/Extensions.Enum.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#region License
22
/***
3-
* Copyright © 2018-2022, 张强 ([email protected]).
3+
* Copyright © 2018-2025, 张强 ([email protected]).
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

ZqUtils.Core/Extensions/Extensions.Exception.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#region License
22
/***
3-
* Copyright © 2018-2022, 张强 ([email protected]).
3+
* Copyright © 2018-2025, 张强 ([email protected]).
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

ZqUtils.Core/Extensions/Extensions.IConfiguration.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#region License
22
/***
3-
* Copyright © 2018-2022, 张强 ([email protected]).
3+
* Copyright © 2018-2025, 张强 ([email protected]).
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

ZqUtils.Core/Extensions/Extensions.IDataReader.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#region License
22
/***
3-
* Copyright © 2018-2022, 张强 ([email protected]).
3+
* Copyright © 2018-2025, 张强 ([email protected]).
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

ZqUtils.Core/Extensions/Extensions.IDbConnection.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#region License
22
/***
3-
* Copyright © 2018-2022, 张强 ([email protected]).
3+
* Copyright © 2018-2025, 张强 ([email protected]).
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

ZqUtils.Core/Extensions/Extensions.IQueryable.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#region License
22
/***
3-
* Copyright © 2018-2022, 张强 ([email protected]).
3+
* Copyright © 2018-2025, 张强 ([email protected]).
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

ZqUtils.Core/Extensions/Extensions.IServiceCollection.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#region License
22
/***
3-
* Copyright © 2018-2022, 张强 ([email protected]).
3+
* Copyright © 2018-2025, 张强 ([email protected]).
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

ZqUtils.Core/Extensions/Extensions.IServiceProvider.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#region License
22
/***
3-
* Copyright © 2018-2022, 张强 ([email protected]).
3+
* Copyright © 2018-2025, 张强 ([email protected]).
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

ZqUtils.Core/Extensions/Extensions.Linq.cs

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#region License
22
/***
3-
* Copyright © 2018-2022, 张强 ([email protected]).
3+
* Copyright © 2018-2025, 张强 ([email protected]).
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.
@@ -17,7 +17,6 @@
1717
#endregion
1818

1919
using System;
20-
using System.Linq;
2120
using System.Linq.Expressions;
2221
using System.Reflection;
2322
/****************************

ZqUtils.Core/Extensions/Extensions.List.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#region License
22
/***
3-
* Copyright © 2018-2022, 张强 ([email protected]).
3+
* Copyright © 2018-2025, 张强 ([email protected]).
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

ZqUtils.Core/Extensions/Extensions.MemberInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#region License
22
/***
3-
* Copyright © 2018-2022, 张强 ([email protected]).
3+
* Copyright © 2018-2025, 张强 ([email protected]).
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

ZqUtils.Core/Extensions/Extensions.MethodInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#region License
22
/***
3-
* Copyright © 2018-2022, 张强 ([email protected]).
3+
* Copyright © 2018-2025, 张强 ([email protected]).
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

ZqUtils.Core/Extensions/Extensions.Number.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#region License
22
/***
3-
* Copyright © 2018-2022, 张强 ([email protected]).
3+
* Copyright © 2018-2025, 张强 ([email protected]).
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

ZqUtils.Core/Extensions/Extensions.Object.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#region License
22
/***
3-
* Copyright © 2018-2022, 张强 ([email protected]).
3+
* Copyright © 2018-2025, 张强 ([email protected]).
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

ZqUtils.Core/Extensions/Extensions.Quartz.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#region License
22
/***
3-
* Copyright © 2018-2022, 张强 ([email protected]).
3+
* Copyright © 2018-2025, 张强 ([email protected]).
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

ZqUtils.Core/Extensions/Extensions.Socket.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#region License
22
/***
3-
* Copyright © 2018-2022, 张强 ([email protected]).
3+
* Copyright © 2018-2025, 张强 ([email protected]).
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

ZqUtils.Core/Extensions/Extensions.SqlBulkCopy.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#region License
22
/***
3-
* Copyright © 2018-2022, 张强 ([email protected]).
3+
* Copyright © 2018-2025, 张强 ([email protected]).
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

ZqUtils.Core/Extensions/Extensions.SqlCommand.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#region License
22
/***
3-
* Copyright © 2018-2022, 张强 ([email protected]).
3+
* Copyright © 2018-2025, 张强 ([email protected]).
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

ZqUtils.Core/Extensions/Extensions.SqlConnection.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#region License
22
/***
3-
* Copyright © 2018-2022, 张强 ([email protected]).
3+
* Copyright © 2018-2025, 张强 ([email protected]).
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

ZqUtils.Core/Extensions/Extensions.SqlParameterCollection.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#region License
22
/***
3-
* Copyright © 2018-2022, 张强 ([email protected]).
3+
* Copyright © 2018-2025, 张强 ([email protected]).
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

ZqUtils.Core/Extensions/Extensions.Stream.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#region License
22
/***
3-
* Copyright © 2018-2022, 张强 ([email protected]).
3+
* Copyright © 2018-2025, 张强 ([email protected]).
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

ZqUtils.Core/Extensions/Extensions.String.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#region License
22
/***
3-
* Copyright © 2018-2022, 张强 ([email protected]).
3+
* Copyright © 2018-2025, 张强 ([email protected]).
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

ZqUtils.Core/Extensions/Extensions.StringBuilder.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#region License
22
/***
3-
* Copyright © 2018-2022, 张强 ([email protected]).
3+
* Copyright © 2018-2025, 张强 ([email protected]).
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

ZqUtils.Core/Extensions/Extensions.Type.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#region License
22
/***
3-
* Copyright © 2018-2022, 张强 ([email protected]).
3+
* Copyright © 2018-2025, 张强 ([email protected]).
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

ZqUtils.Core/Helpers/AssemblyHelper.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#region License
22
/***
3-
* Copyright © 2018-2022, 张强 ([email protected]).
3+
* Copyright © 2018-2025, 张强 ([email protected]).
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

ZqUtils.Core/Helpers/CacheHelper.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#region License
22
/***
3-
* Copyright © 2018-2022, 张强 ([email protected]).
3+
* Copyright © 2018-2025, 张强 ([email protected]).
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

ZqUtils.Core/Helpers/CalendarHelper.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#region License
22
/***
3-
* Copyright © 2018-2022, 张强 ([email protected]).
3+
* Copyright © 2018-2025, 张强 ([email protected]).
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

ZqUtils.Core/Helpers/ChannelHelper.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#region License
22
/***
3-
* Copyright © 2018-2022, 张强 ([email protected]).
3+
* Copyright © 2018-2025, 张强 ([email protected]).
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

ZqUtils.Core/Helpers/CmdHelper.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#region License
22
/***
3-
* Copyright © 2018-2022, 张强 ([email protected]).
3+
* Copyright © 2018-2025, 张强 ([email protected]).
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

ZqUtils.Core/Helpers/CodeHelper.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#region License
22
/***
3-
* Copyright © 2018-2022, 张强 ([email protected]).
3+
* Copyright © 2018-2025, 张强 ([email protected]).
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

ZqUtils.Core/Helpers/CompressHelper.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#region License
22
/***
3-
* Copyright © 2018-2022, 张强 ([email protected]).
3+
* Copyright © 2018-2025, 张强 ([email protected]).
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)