Skip to content

Commit f4c8603

Browse files
committed
1. 补齐 <util-descriptions> 标签属性.
2. 补齐 <util-form> 标签属性. 3. 补齐 <util-form-label> 标签属性. 4. 补齐 <util-segmented> 标签属性. 5. 补齐 <util-statistic> 标签属性.
1 parent d97d4df commit f4c8603

File tree

188 files changed

+2135
-940
lines changed

Some content is hidden

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

188 files changed

+2135
-940
lines changed

build/version.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<VersionMajor>8</VersionMajor>
44
<VersionMinor>0</VersionMinor>
5-
<VersionPatch>17</VersionPatch>
5+
<VersionPatch>18</VersionPatch>
66
<VersionPrefix>$(VersionMajor).$(VersionMinor).$(VersionPatch)</VersionPrefix>
77
<VersionSuffix></VersionSuffix>
88
</PropertyGroup>

src/Util.AspNetCore/08-Util.AspNetCore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
</ItemGroup>
3232

3333
<ItemGroup>
34-
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.5" />
34+
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.6" />
3535
</ItemGroup>
3636

3737
<ItemGroup>

src/Util.Data.Core/01-Util.Data.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</ItemGroup>
2828

2929
<ItemGroup>
30-
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.3.14" />
30+
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.4.0" />
3131
</ItemGroup>
3232

3333
<ItemGroup>

src/Util.Data.Dapper.SqlServer/02-Util.Data.Dapper.SqlServer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</ItemGroup>
2828

2929
<ItemGroup>
30-
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.0" />
30+
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.1" />
3131
</ItemGroup>
3232

3333
<ItemGroup>

src/Util.Data.EntityFrameworkCore.SqlServer/02-Util.Data.EntityFrameworkCore.SqlServer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</ItemGroup>
2828

2929
<ItemGroup>
30-
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.5" />
30+
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.6" />
3131
</ItemGroup>
3232

3333
<ItemGroup>

src/Util.Data.EntityFrameworkCore.Sqlite/05-Util.Data.EntityFrameworkCore.Sqlite.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</ItemGroup>
2828

2929
<ItemGroup>
30-
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.5" />
30+
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.6" />
3131
</ItemGroup>
3232

3333
<ItemGroup>

src/Util.Data.EntityFrameworkCore/01-Util.Data.EntityFrameworkCore.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
</ItemGroup>
2828

2929
<ItemGroup>
30-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.5" />
31-
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="8.0.5" />
30+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.6" />
31+
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="8.0.6" />
3232
</ItemGroup>
3333

3434
<ItemGroup>

src/Util.FileStorage/02-Util.FileStorage.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131
</ItemGroup>
3232

3333
<ItemGroup>
34-
<PackageReference Include="FileSignatures" Version="4.4.1" />
34+
<PackageReference Include="FileSignatures" Version="5.0.1" />
3535
</ItemGroup>
3636
</Project>

src/Util.Http/07-Util.Http.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</ItemGroup>
2828

2929
<ItemGroup>
30-
<PackageReference Include="Microsoft.AspNetCore.WebUtilities" Version="8.0.5" />
30+
<PackageReference Include="Microsoft.AspNetCore.WebUtilities" Version="8.0.6" />
3131
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.0" />
3232
</ItemGroup>
3333

src/Util.Localization/09-Util.Localization.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
<ItemGroup>
3030
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="8.0.0" />
31-
<PackageReference Include="Microsoft.Extensions.Localization" Version="8.0.5" />
31+
<PackageReference Include="Microsoft.Extensions.Localization" Version="8.0.6" />
3232
</ItemGroup>
3333

3434
<ItemGroup>

0 commit comments

Comments
 (0)