Skip to content

Commit b60b129

Browse files
committed
Update version numbers in Register.cs and .csproj files to 0.13.18 and 0.14.0-preview.1 respectively
1 parent e2e63fb commit b60b129

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Extensions/Senparc.Xncf.PromptRange/Register.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public partial class Register : XncfRegisterBase, IXncfRegister
3232

3333
public override string Uid => "C6175B8E-9F79-4053-9523-F8E4AC0C3E18"; //必须确保全局唯一,生成后必须固定,已自动生成,也可自行修改
3434

35-
public override string Version => "0.13.17"; //必须填写版本号
35+
public override string Version => "0.13.18"; //必须填写版本号
3636

3737
public override string MenuName => "提示词靶场";
3838

src/Extensions/Senparc.Xncf.PromptRange/Senparc.Xncf.PromptRange.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk.Razor">
22
<PropertyGroup>
33
<TargetFramework>net8.0</TargetFramework>
4-
<Version>0.13.19-preview</Version>
4+
<Version>0.14.0-preview.1</Version>
55
<!--<TargetFramework>net5.0</TargetFramework>-->
66
<!--<RazorLangVersion>2.0</RazorLangVersion>-->
77
<LangVersion>10.0</LangVersion>
@@ -65,8 +65,8 @@
6565
[2025-05-18] v0.13.15-preview1 Update Installation
6666
[2025-06-20] v0.13.16-preview1 Add MCP functions in XncfRegisterBase class
6767
[2025-08-19] v0.13.17-preview.1 remove debug code in prompt.js
68-
6968
[2025-11-01] update basic libraries, including Senparc.AI
69+
[2025-11-06] v0.14.0-preview.1 add AI score standard setting
7070
</PackageReleaseNotes>
7171
<RepositoryUrl>https://github.com/NeuCharFramework/NcfPackageSources</RepositoryUrl>
7272
<Configurations>Debug;Release;Debug-Dapr;Test;TemplateRelease;NcfDebugForPromptRange</Configurations>

0 commit comments

Comments
 (0)