Skip to content

Commit 198eb91

Browse files
committed
2.2.18
1 parent 3d6993e commit 198eb91

9 files changed

Lines changed: 24 additions & 17 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11

22
# Vit.Library
3-
> source address: [https://github.com/VitLibs/Vit.Library](https://github.com/VitLibs/Vit.Library)
3+
> source address: [https://github.com/Vit-Lib/Vit.Library](https://github.com/Vit-Lib/Vit.Library)
44
5-
![](https://img.shields.io/github/license/VitLibs/Vit.Library.svg)
6-
![](https://img.shields.io/github/repo-size/VitLibs/Vit.Library.svg) ![](https://img.shields.io/github/last-commit/VitLibs/Vit.Library.svg)
5+
![](https://img.shields.io/github/license/Vit-Lib/Vit.Library.svg)
6+
![](https://img.shields.io/github/repo-size/Vit-Lib/Vit.Library.svg) ![](https://img.shields.io/github/last-commit/Vit-Lib/Vit.Library.svg)
77

88

99
| Build | NuGet |
1010
| -------- | -------- |
11-
|![](https://github.com/VitLibs/Vit.Library/workflows/ki_devops3/badge.svg) | [![](https://img.shields.io/nuget/v/Vit.Excel.svg)](https://www.nuget.org/packages/Vit.Excel) ![](https://img.shields.io/nuget/dt/Vit.Excel.svg) |
11+
|![](https://github.com/Vit-Lib/Vit.Library/workflows/ki_devops3/badge.svg) | [![](https://img.shields.io/nuget/v/Vit.Excel.svg)](https://www.nuget.org/packages/Vit.Excel) ![](https://img.shields.io/nuget/dt/Vit.Excel.svg) |
1212

1313

1414

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

3+
<PropertyGroup>
4+
<test>MSTest</test>
5+
</PropertyGroup>
6+
37
<PropertyGroup>
48
<TargetFramework>net6.0</TargetFramework>
59
<ImplicitUsings>enable</ImplicitUsings>

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

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

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

1414
<PropertyGroup>
1515
<Authors>Lith</Authors>
1616
<Description>dynamic compile tool.
17-
1817
add below config to csproj:
1918
<PropertyGroup>
2019
<PreserveCompilationContext>true</PreserveCompilationContext>
2120
<!--if used-->
2221
<MvcRazorExcludeRefAssembliesFromPublish>false</MvcRazorExcludeRefAssembliesFromPublish>
2322
</PropertyGroup>
2423
</Description>
25-
<PackageProjectUrl>https://github.com/VitLibs/Vit.Library</PackageProjectUrl>
24+
<PackageProjectUrl>https://github.com/Vit-Lib/Vit.Library</PackageProjectUrl>
2625
</PropertyGroup>
2726

2827
<PropertyGroup>

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

3+
<PropertyGroup>
4+
<test>MSTest</test>
5+
</PropertyGroup>
6+
37
<PropertyGroup>
48
<TargetFramework>net6.0</TargetFramework>
59
<ImplicitUsings>enable</ImplicitUsings>

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

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

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

1313
<PropertyGroup>
1414
<Authors>Lith</Authors>
1515
<Description>tool for excel</Description>
16-
<PackageProjectUrl>https://github.com/VitLibs/Vit.Library</PackageProjectUrl>
16+
<PackageProjectUrl>https://github.com/Vit-Lib/Vit.Library</PackageProjectUrl>
1717
</PropertyGroup>
1818

1919
<PropertyGroup>

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

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

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

1212
<PropertyGroup>
1313
<Authors>Lith</Authors>
1414
<Description>AspNetCore chunk upload file</Description>
15-
<PackageProjectUrl>https://github.com/VitLibs/Vit.Library</PackageProjectUrl>
15+
<PackageProjectUrl>https://github.com/Vit-Lib/Vit.Library</PackageProjectUrl>
1616
</PropertyGroup>
1717

1818
<PropertyGroup>

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

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

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

1212
<PropertyGroup>
1313
<Authors>Lith</Authors>
1414
<Description>Email tool</Description>
15-
<PackageProjectUrl>https://github.com/VitLibs/Vit.Library</PackageProjectUrl>
15+
<PackageProjectUrl>https://github.com/Vit-Lib/Vit.Library</PackageProjectUrl>
1616
</PropertyGroup>
1717

1818
<PropertyGroup>

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

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

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

1212
<PropertyGroup>
1313
<Authors>Lith</Authors>
1414
<Description>AspNetCore online upgrade</Description>
15-
<PackageProjectUrl>https://github.com/VitLibs/Vit.Library</PackageProjectUrl>
15+
<PackageProjectUrl>https://github.com/Vit-Lib/Vit.Library</PackageProjectUrl>
1616
</PropertyGroup>
1717

1818
<PropertyGroup>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
<PropertyGroup>
88
<OutputType>Exe</OutputType>
99
<TargetFramework>net6.0</TargetFramework>
10-
<Version>2.2.17</Version>
10+
<Version>2.2.18</Version>
1111
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1212
</PropertyGroup>
1313

1414
<PropertyGroup>
1515
<Authors>Lith</Authors>
1616
<Description>station online upgrade</Description>
17-
<PackageProjectUrl>https://github.com/VitLibs/Vit.Library</PackageProjectUrl>
17+
<PackageProjectUrl>https://github.com/Vit-Lib/Vit.Library</PackageProjectUrl>
1818
</PropertyGroup>
1919

2020
<PropertyGroup>

0 commit comments

Comments
 (0)