Skip to content

Commit ce734bc

Browse files
committed
[Release] Vit.Library release/2.2.17
1 parent c738d26 commit ce734bc

9 files changed

Lines changed: 29 additions & 21 deletions

File tree

Vit.DynamicCompile/Test/Vit.DynamicCompile.MsTest/Vit.DynamicCompile.MsTest.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
13-
<PackageReference Include="MSTest.TestAdapter" Version="3.5.0" />
14-
<PackageReference Include="MSTest.TestFramework" Version="3.5.0" />
12+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
13+
<PackageReference Include="MSTest.TestAdapter" Version="3.5.2" />
14+
<PackageReference Include="MSTest.TestFramework" Version="3.5.2" />
1515
</ItemGroup>
1616

1717

Vit.DynamicCompile/Vit.DynamicCompile/Vit.DynamicCompile.csproj

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66

77
<PropertyGroup>
88
<TargetFramework>netstandard2.0</TargetFramework>
9-
<Version>2.2.16</Version>
9+
<Version>2.2.17</Version>
1010
<LangVersion>9.0</LangVersion>
1111
<PreserveCompilationContext>true</PreserveCompilationContext>
1212
</PropertyGroup>
1313

1414
<PropertyGroup>
1515
<Authors>Lith</Authors>
16-
<Description>
17-
dynamic compile tool.
18-
add below config to csproj:
16+
<Description>dynamic compile tool.
17+
18+
add below config to csproj:
1919
<PropertyGroup>
2020
<PreserveCompilationContext>true</PreserveCompilationContext>
2121
<!--if used-->
@@ -27,6 +27,7 @@
2727

2828
<PropertyGroup>
2929
<DocumentationFile>bin\Debug\netstandard2.0\Vit.DynamicCompile.xml</DocumentationFile>
30+
<PackageReadmeFile>README.md</PackageReadmeFile>
3031
</PropertyGroup>
3132

3233
<ItemGroup>
@@ -35,9 +36,16 @@
3536
</ItemGroup>
3637

3738
<ItemGroup>
38-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="4.10.0" />
39-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.10.0" />
39+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="4.11.0" />
40+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.11.0" />
4041
<PackageReference Include="Microsoft.Extensions.DependencyModel" Version="5.0.0" />
4142
</ItemGroup>
4243

44+
<ItemGroup>
45+
<None Update="README.md">
46+
<Pack>True</Pack>
47+
<PackagePath>\</PackagePath>
48+
</None>
49+
</ItemGroup>
50+
4351
</Project>

Vit.Excel/Test/Vit.Excel.MsTest/Vit.Excel.MsTest.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010

1111

1212
<ItemGroup>
13-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
14-
<PackageReference Include="MSTest.TestAdapter" Version="3.5.0" />
15-
<PackageReference Include="MSTest.TestFramework" Version="3.5.0" />
13+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
14+
<PackageReference Include="MSTest.TestAdapter" Version="3.5.2" />
15+
<PackageReference Include="MSTest.TestFramework" Version="3.5.2" />
1616
</ItemGroup>
1717

1818

Vit.Excel/Vit.Excel/Vit.Excel.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<PropertyGroup>
88
<TargetFramework>netstandard2.0</TargetFramework>
9-
<Version>2.2.16</Version>
9+
<Version>2.2.17</Version>
1010
<LangVersion>9.0</LangVersion>
1111
</PropertyGroup>
1212

@@ -23,7 +23,7 @@
2323

2424
<ItemGroup>
2525
<PackageReference Include="Vit.Core" Version="2.2.0" />
26-
<PackageReference Include="MiniExcel" Version="1.34.0" />
26+
<PackageReference Include="MiniExcel" Version="1.34.1" />
2727
</ItemGroup>
2828

2929
</Project>

Vit.Http.ChunkUpload/Vit.Http.ChunkUpload/Vit.Http.ChunkUpload.csproj

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

77
<PropertyGroup>
88
<TargetFramework>net6.0</TargetFramework>
9-
<Version>2.2.16</Version>
9+
<Version>2.2.17</Version>
1010
</PropertyGroup>
1111

1212
<PropertyGroup>

Vit.Mail/Test/Vit.Mail.MsTest/Vit.Mail.MsTest.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
</ItemGroup>
1616

1717
<ItemGroup>
18-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
19-
<PackageReference Include="MSTest.TestAdapter" Version="3.5.0" />
20-
<PackageReference Include="MSTest.TestFramework" Version="3.5.0" />
18+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
19+
<PackageReference Include="MSTest.TestAdapter" Version="3.5.2" />
20+
<PackageReference Include="MSTest.TestFramework" Version="3.5.2" />
2121
</ItemGroup>
2222

2323
<ItemGroup>

Vit.Mail/Vit.Mail/Vit.Mail.csproj

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

77
<PropertyGroup>
88
<TargetFramework>netstandard2.0</TargetFramework>
9-
<Version>2.2.16</Version>
9+
<Version>2.2.17</Version>
1010
</PropertyGroup>
1111

1212
<PropertyGroup>

Vit.OnlineUpgrade/Vit.OnlineUpgrade.Netcore/Vit.OnlineUpgrade.Netcore.csproj

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

77
<PropertyGroup>
88
<TargetFramework>net6.0</TargetFramework>
9-
<Version>2.2.16</Version>
9+
<Version>2.2.17</Version>
1010
</PropertyGroup>
1111

1212
<PropertyGroup>

Vit.OnlineUpgrade/Vit.OnlineUpgrade/Vit.OnlineUpgrade.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<PropertyGroup>
88
<OutputType>Exe</OutputType>
99
<TargetFramework>net6.0</TargetFramework>
10-
<Version>2.2.16</Version>
10+
<Version>2.2.17</Version>
1111
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1212
</PropertyGroup>
1313

0 commit comments

Comments
 (0)