Skip to content

Commit 0bf6518

Browse files
Merge branch 'main' into feat/improve-chat-logging
2 parents 3d3c7af + d698978 commit 0bf6518

19 files changed

+1735
-5057
lines changed

Directory.Packages.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
44
<TimeStamp>$([System.DateTime]::UtcNow.ToString("yyyyMMdd"))</TimeStamp>
5-
<Version>2.0.0-preview</Version>
5+
<Version>2.0.0</Version>
66
<!-- 项目信息 -->
77
<Product>OpenDeepWiki</Product>
88
<Title>OpenDeepWiki - AI驱动的代码知识库</Title>
@@ -19,7 +19,7 @@
1919
<PackageLicenseExpression>MIT</PackageLicenseExpression>
2020
<!-- 项目标签 -->
2121
<PackageTags>AI;CodeAnalysis;Documentation;SemanticKernel;Knowledge;Wiki;OpenSource;dotnet9;csharp</PackageTags>
22-
<TargetFramework>net9.0</TargetFramework>
22+
<TargetFramework>net10.0</TargetFramework>
2323
<LangVersion>latest</LangVersion>
2424
<Nullable>enable</Nullable>
2525
<ImplicitUsings>enable</ImplicitUsings>

publish.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ cd ..
135135

136136
:: 复制前端 standalone 构建产物
137137
echo 复制前端构建产物...
138-
xcopy /E /I /Y "web\.next\standalone\web\*" "%FRONTEND_DIR%\"
138+
xcopy /E /I /Y "web\.next\standalone\*" "%FRONTEND_DIR%\"
139139
xcopy /E /I /Y "web\.next\static" "%FRONTEND_DIR%\.next\static"
140140
xcopy /E /I /Y "web\public" "%FRONTEND_DIR%\public"
141141

0 commit comments

Comments
 (0)