Skip to content

Commit c0ffabb

Browse files
committed
Enable symbols
1 parent fe21b82 commit c0ffabb

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

example/ChatAIze.PluginApi.ExamplePlugin.csproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,13 @@
1616
<PackageLicenseExpression>GPL-3.0-or-later</PackageLicenseExpression>
1717
<RepositoryType>git</RepositoryType>
1818
<RepositoryUrl>https://github.com/chataize/plugin-api</RepositoryUrl>
19+
<PublishRepositoryUrl>true</PublishRepositoryUrl>
1920
<TargetFramework>net9.0</TargetFramework>
2021
<ImplicitUsings>enable</ImplicitUsings>
2122
<Nullable>enable</Nullable>
22-
<InvariantGlobalization>true</InvariantGlobalization>
23+
<IncludeSymbols>true</IncludeSymbols>
24+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
25+
<SuppressSymbolPackageFormatValidation>true</SuppressSymbolPackageFormatValidation>
2326
<Description>
2427
Example plugin demonstrating how to use the ChatAIze Plugin API.
2528
</Description>

src/ChatAIze.PluginApi.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,13 @@
1616
<PackageLicenseExpression>GPL-3.0-or-later</PackageLicenseExpression>
1717
<RepositoryType>git</RepositoryType>
1818
<RepositoryUrl>https://github.com/chataize/plugin-api</RepositoryUrl>
19+
<PublishRepositoryUrl>true</PublishRepositoryUrl>
1920
<TargetFramework>net9.0</TargetFramework>
2021
<ImplicitUsings>enable</ImplicitUsings>
2122
<Nullable>enable</Nullable>
23+
<IncludeSymbols>true</IncludeSymbols>
24+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
25+
<SuppressSymbolPackageFormatValidation>true</SuppressSymbolPackageFormatValidation>
2226
<Description>
2327
Official library for building ChatAIze chatbot add-ons.
2428
</Description>

0 commit comments

Comments
 (0)