Skip to content

Commit 690497c

Browse files
committed
refactor: Remove test installation project and associated files to streamline the repository
1 parent 8f24686 commit 690497c

File tree

7 files changed

+9
-116
lines changed

7 files changed

+9
-116
lines changed

src/NLWebNet/NLWebNet.csproj

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,16 @@
33
<TargetFramework>net9.0</TargetFramework>
44
<Nullable>enable</Nullable>
55
<ImplicitUsings>enable</ImplicitUsings>
6-
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> <!-- Package Metadata -->
7-
<PackageId>NLWebNet</PackageId>
8-
<PackageVersion Condition="'$(PackageVersion)' == ''">1.0.0</PackageVersion>
6+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> <!-- Package Metadata --> <PackageId>NLWebNet</PackageId>
7+
<PackageVersion Condition="'$(PackageVersion)' == ''">1.0.0-beta.1</PackageVersion>
98
<Authors>Jon Galloway</Authors>
109
<Description>A .NET library implementing the NLWeb protocol for natural language web interfaces. Provides minimal API endpoints, Model Context Protocol (MCP) integration, and streaming support for building conversational AI applications.</Description>
1110
<PackageProjectUrl>https://github.com/jongalloway/NLWebNet</PackageProjectUrl>
1211
<RepositoryUrl>https://github.com/jongalloway/NLWebNet</RepositoryUrl>
1312
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1413
<PackageReadmeFile>README.md</PackageReadmeFile>
15-
<PackageTags>nlweb;ai;conversation;minimal-api;mcp;streaming;rag;search;llm;dotnet9</PackageTags>
16-
<PackageReleaseNotes>Initial release: Complete NLWeb protocol implementation with Minimal API endpoints, MCP integration, streaming support, and comprehensive testing.</PackageReleaseNotes>
14+
<PackageTags>nlweb;ai;conversation;minimal-api;mcp;streaming;rag;search;llm;dotnet9;prerelease</PackageTags>
15+
<PackageReleaseNotes>Beta release: Complete NLWeb protocol implementation with Minimal API endpoints, MCP integration, streaming support, and comprehensive testing. Marked as prerelease due to dependency on ModelContextProtocol preview package.</PackageReleaseNotes>
1716

1817
<!-- Symbol and Deterministic Build Configuration -->
1918
<IncludeSymbols>true</IncludeSymbols>
@@ -26,10 +25,8 @@
2625
<!-- Source Link Configuration -->
2726
<PublishRepositoryUrl>true</PublishRepositoryUrl>
2827
<EmbedUntrackedSources>true</EmbedUntrackedSources>
29-
</PropertyGroup>
30-
<ItemGroup>
28+
</PropertyGroup> <ItemGroup>
3129
<PackageReference Include="Microsoft.Extensions.AI" Version="9.6.0" />
32-
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.3.0" />
3330
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.6" />
3431
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.6" />
3532
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.6" />
@@ -40,6 +37,10 @@
4037
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
4138
</ItemGroup>
4239

40+
<ItemGroup>
41+
<FrameworkReference Include="Microsoft.AspNetCore.App" />
42+
</ItemGroup>
43+
4344
<ItemGroup>
4445
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
4546
</ItemGroup>

test-installation/TestNLWebNet/Program.cs

Lines changed: 0 additions & 50 deletions
This file was deleted.

test-installation/TestNLWebNet/Properties/launchSettings.json

Lines changed: 0 additions & 23 deletions
This file was deleted.

test-installation/TestNLWebNet/TestNLWebNet.csproj

Lines changed: 0 additions & 12 deletions
This file was deleted.

test-installation/TestNLWebNet/TestNLWebNet.http

Lines changed: 0 additions & 6 deletions
This file was deleted.

test-installation/TestNLWebNet/appsettings.Development.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

test-installation/TestNLWebNet/appsettings.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)