Skip to content

Commit 98a1c10

Browse files
committed
Release 7.0.11 to nuget
1 parent 3d0e38e commit 98a1c10

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
</PropertyGroup>
99

1010
<PropertyGroup>
11-
<MinVerVersion>7.0.11</MinVerVersion>
12-
<MinVerDefaultPreReleaseIdentifiers>alpha</MinVerDefaultPreReleaseIdentifiers>
11+
<MinVerVersion>7.0</MinVerVersion>
12+
<MinVerIgnoreHeight>alpha</MinVerIgnoreHeight>
1313
</PropertyGroup>
1414
<Target Name="CustomFileVersion" AfterTargets="MinVer">
1515
<PropertyGroup>

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Myvas.AspNetCore.Authentication Family
2-
[![QQConnect](https://githubfast.com/myvas/AspNetCore.Authentication.QQConnect/actions/workflows/dotnet.yml/badge.svg)](https://github.com/myvas/AspNetCore.Authentication.QQConnect)
3-
[![WeixinOpen](https://githubfast.com/myvas/AspNetCore.Authentication.WeixinOpen/actions/workflows/dotnet.yml/badge.svg)](https://github.com/myvas/AspNetCore.Authentication.WeixinOpen)
4-
[![WeixinAuth](https://githubfast.com/myvas/AspNetCore.Authentication.WeixinAuth/actions/workflows/dotnet.yml/badge.svg)](https://github.com/myvas/AspNetCore.Authentication.WeixinAuth)
2+
[![QQConnect](https://github.com/myvas/AspNetCore.Authentication.QQConnect/actions/workflows/dotnet.yml/badge.svg)](https://github.com/myvas/AspNetCore.Authentication.QQConnect)
3+
[![WeixinOpen](https://github.com/myvas/AspNetCore.Authentication.WeixinOpen/actions/workflows/dotnet.yml/badge.svg)](https://github.com/myvas/AspNetCore.Authentication.WeixinOpen)
4+
[![WeixinAuth](https://github.com/myvas/AspNetCore.Authentication.WeixinAuth/actions/workflows/dotnet.yml/badge.svg)](https://github.com/myvas/AspNetCore.Authentication.WeixinAuth)
55

66
* QQConnect: [Here](https://github.com/myvas/AspNetCore.Authentication.QQConnect)
77
* WeixinOpen: [Here](https://github.com/myvas/AspNetCore.Authentication.WeixinOpen)
@@ -59,7 +59,8 @@ services.AddAuthentication()
5959
```
6060

6161
# Dev
62-
* [.NET Core SDK 6.0](https://dotnet.microsoft.com/en-us/download/dotnet/6.0)
62+
* [Visual Studio 2022](https://visualstudio.microsoft.com)
63+
* [.NET 7.0, 6.0, 5.0, 3.1](https://dotnet.microsoft.com/en-us/download/dotnet)
6364
* [微信开发者工具](https://mp.weixin.qq.com/debug/wxadoc/dev/devtools/download.html)
6465
6566
# Demo

src/WeixinAuth/WeixinAuth.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@
1616
</Description>
1717
<RootNamespace>Myvas.AspNetCore.Authentication.WeixinAuth</RootNamespace>
1818
<Product>Myvas.AspNetCore.Authentication</Product>
19+
<PackageReadmeFile>README.md</PackageReadmeFile>
1920
</PropertyGroup>
21+
<ItemGroup>
22+
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
23+
</ItemGroup>
2024

2125
<ItemGroup Condition="'$(TargetFramework)' == 'net7.0'">
2226
<PackageReference Include="Microsoft.AspNetCore.Authentication.Twitter" Version="7.0.0" />

0 commit comments

Comments
 (0)