Skip to content

Commit d35150c

Browse files
authored
doc(Download): update download url (#4547)
* refactor: 更改命名空间 * refactor: 移除命名空间 * chore: 增加版本号控制文件 * chore: 更新下载地址链接
1 parent 59ce9a0 commit d35150c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

BootstrapBlazor.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "configuration", "configurat
5656
.editorconfig = .editorconfig
5757
.gitignore = .gitignore
5858
exclusion.dic = exclusion.dic
59+
Framework.props = Framework.props
5960
EndProjectSection
6061
EndProject
6162
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UniTestSvgIcon", "test\UniTestSvgIcon\UniTestSvgIcon.csproj", "{01DA4687-0973-4CA6-97F5-04E0B8DD1B13}"

src/BootstrapBlazor.Server/Components/Components/Header.razor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public partial class Header
3939
[NotNull]
4040
private string? TutorialsText { get; set; }
4141

42-
private string DownloadUrl => $"{WebsiteOption.CurrentValue.GiteeRepositoryUrl}/repository/archive/main.zip";
42+
private string DownloadUrl => "https://github.com/dotnetcore/BootstrapBlazor/releases?wt.mc_id=DT-MVP-5004174";
4343

4444
private string _versionString = "";
4545

0 commit comments

Comments
 (0)