Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions website/docs/doc/Component Introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,11 @@ Before starting to use GeneralUpdate, we need to understand some basic concepts

##### Version Number Standards

- NuGet Versioning Guidelines: https://docs.microsoft.com/zh-cn/nuget/concepts/package-versioning
- Assembly Versioning Guidelines: https://docs.microsoft.com/zh-cn/dotnet/standard/assembly/versioning
GeneralUpdate follows [Semantic Versioning](https://semver.org/) core principles (`MAJOR.MINOR.PATCH`), extended with a fourth `Revision` segment (`MAJOR.MINOR.PATCH.REVISION`) for .NET `System.Version` compatibility.

- Semantic Versioning: https://semver.org/
- NuGet Versioning Guidelines: https://docs.microsoft.com/en-us/nuget/concepts/package-versioning
- Assembly Versioning Guidelines: https://docs.microsoft.com/en-us/dotnet/standard/assembly/versioning



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,11 @@ Before starting to use GeneralUpdate, we need to understand some basic concepts

##### Version Number Standards

- NuGet Versioning Guidelines: https://docs.microsoft.com/zh-cn/nuget/concepts/package-versioning
- Assembly Versioning Guidelines: https://docs.microsoft.com/zh-cn/dotnet/standard/assembly/versioning
GeneralUpdate follows [Semantic Versioning](https://semver.org/) core principles (`MAJOR.MINOR.PATCH`), extended with a fourth `Revision` segment (`MAJOR.MINOR.PATCH.REVISION`) for .NET `System.Version` compatibility.

- Semantic Versioning: https://semver.org/
- NuGet Versioning Guidelines: https://docs.microsoft.com/en-us/nuget/concepts/package-versioning
- Assembly Versioning Guidelines: https://docs.microsoft.com/en-us/dotnet/standard/assembly/versioning



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,10 @@ GeneralUpdate是一款基于.NET Standard2.0 Apache协议开源的跨平台应

##### 版本号执行标准

- Nuget版本管理参考标准:https://docs.microsoft.com/zh-cn/nuget/concepts/package-versioning
GeneralUpdate 遵循[语义化版本](https://semver.org/lang/zh-CN/)规范的核心原则(`MAJOR.MINOR.PATCH`),并基于 .NET `System.Version` 兼容性扩展了第四个 `Revision` 段(`MAJOR.MINOR.PATCH.REVISION`)。

- 语义化版本规范:https://semver.org/lang/zh-CN/
- Nuget 版本管理参考标准:https://docs.microsoft.com/zh-cn/nuget/concepts/package-versioning
- 应用程序集版本管理参考标准:https://docs.microsoft.com/zh-cn/dotnet/standard/assembly/versioning


Expand Down
Loading