Skip to content

Commit

Permalink
Release 7.0.11 to nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
huangxiangyao committed Sep 17, 2023
1 parent 3d0e38e commit 98a1c10
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
</PropertyGroup>

<PropertyGroup>
<MinVerVersion>7.0.11</MinVerVersion>
<MinVerDefaultPreReleaseIdentifiers>alpha</MinVerDefaultPreReleaseIdentifiers>
<MinVerVersion>7.0</MinVerVersion>
<MinVerIgnoreHeight>alpha</MinVerIgnoreHeight>
</PropertyGroup>
<Target Name="CustomFileVersion" AfterTargets="MinVer">
<PropertyGroup>
Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Myvas.AspNetCore.Authentication Family
[![QQConnect](https://githubfast.com/myvas/AspNetCore.Authentication.QQConnect/actions/workflows/dotnet.yml/badge.svg)](https://github.com/myvas/AspNetCore.Authentication.QQConnect)
[![WeixinOpen](https://githubfast.com/myvas/AspNetCore.Authentication.WeixinOpen/actions/workflows/dotnet.yml/badge.svg)](https://github.com/myvas/AspNetCore.Authentication.WeixinOpen)
[![WeixinAuth](https://githubfast.com/myvas/AspNetCore.Authentication.WeixinAuth/actions/workflows/dotnet.yml/badge.svg)](https://github.com/myvas/AspNetCore.Authentication.WeixinAuth)
[![QQConnect](https://github.com/myvas/AspNetCore.Authentication.QQConnect/actions/workflows/dotnet.yml/badge.svg)](https://github.com/myvas/AspNetCore.Authentication.QQConnect)
[![WeixinOpen](https://github.com/myvas/AspNetCore.Authentication.WeixinOpen/actions/workflows/dotnet.yml/badge.svg)](https://github.com/myvas/AspNetCore.Authentication.WeixinOpen)
[![WeixinAuth](https://github.com/myvas/AspNetCore.Authentication.WeixinAuth/actions/workflows/dotnet.yml/badge.svg)](https://github.com/myvas/AspNetCore.Authentication.WeixinAuth)

* QQConnect: [Here](https://github.com/myvas/AspNetCore.Authentication.QQConnect)
* WeixinOpen: [Here](https://github.com/myvas/AspNetCore.Authentication.WeixinOpen)
Expand Down Expand Up @@ -59,7 +59,8 @@ services.AddAuthentication()
```

# Dev
* [.NET Core SDK 6.0](https://dotnet.microsoft.com/en-us/download/dotnet/6.0)
* [Visual Studio 2022](https://visualstudio.microsoft.com)
* [.NET 7.0, 6.0, 5.0, 3.1](https://dotnet.microsoft.com/en-us/download/dotnet)
* [微信开发者工具](https://mp.weixin.qq.com/debug/wxadoc/dev/devtools/download.html)
# Demo
Expand Down
4 changes: 4 additions & 0 deletions src/WeixinAuth/WeixinAuth.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@
</Description>
<RootNamespace>Myvas.AspNetCore.Authentication.WeixinAuth</RootNamespace>
<Product>Myvas.AspNetCore.Authentication</Product>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>
<ItemGroup>
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
</ItemGroup>

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

0 comments on commit 98a1c10

Please sign in to comment.