Skip to content

Commit f023eb5

Browse files
Merge pull request #36 from myvas:versioning
Versioning
2 parents 804ebc4 + 027db5d commit f023eb5

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<MinVerMinimumMajorMinor>8.0</MinVerMinimumMajorMinor>
1212
<MinVerTagPrefix>v</MinVerTagPrefix>
1313
<MinVerDefaultPreReleaseIdentifiers>alpha</MinVerDefaultPreReleaseIdentifiers>
14-
<MinVerIgnoreHeight>false</MinVerIgnoreHeight>
14+
<MinVerIgnoreHeight>true</MinVerIgnoreHeight>
1515
<MinVerSkip Condition="'$(Configuration)' == 'Debug'">true</MinVerSkip>
1616
</PropertyGroup>
1717
<Target Name="CustomFileVersion" AfterTargets="MinVer">

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Myvas.AspNetCore.Authentication.Demo
22

3-
This repo (Branch 6.0) deployed on <http://demo.auth.myvas.com>
3+
This repo is auto deployed on <https://demo.auth.myvas.com>
4+
45
OS: Debian GNU/Linux 11 (bullseye) x86_64
56

67
## Components
@@ -74,12 +75,10 @@ OS: Debian GNU/Linux 11 (bullseye) x86_64
7475

7576
### QQ开放平台配置 QQConnect <https://connect.qq.com>
7677

77-
(TODO:在此添加配置说明)
78-
7978
![Screenshot](assets/secrets-QQConnect.png)
8079

8180
## For developers
8281

83-
- [Visual Studio 2022](https://visualstudio.microsoft.com) | [Visual Studio Code](https://code.visualstudio.com)
84-
- [.NET 6.0](https://dotnet.microsoft.com/download/dotnet-core/6.0)
82+
- [Visual Studio Code](https://code.visualstudio.com) | [Visual Studio 2022](https://visualstudio.microsoft.com)
83+
- [.NET 8.0](https://dotnet.microsoft.com/download/dotnet-core/8.0)
8584
- [微信开发者工具](https://mp.weixin.qq.com/debug/wxadoc/dev/devtools/download.html)

0 commit comments

Comments
 (0)