File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <OutputType >Exe</OutputType >
5
4
<TargetFramework >net8.0</TargetFramework >
6
5
<ImplicitUsings >enable</ImplicitUsings >
7
6
<Nullable >enable</Nullable >
7
+ <PackageId >DotPrompt.Sql</PackageId >
8
+ <AssemblyName >DotPrompt.Sql</AssemblyName >
9
+ <Description >A SQL store for DotPrompt allowing you to store prompt files in a relational form</Description >
10
+ <Authors >Richard Conway</Authors >
11
+ <Version >0.1.1</Version >
12
+ <Company >Elastacloud</Company >
13
+ <PackageProjectUrl >https://elastacloud.com</PackageProjectUrl >
14
+ <RepositoryUrl >https://github.com/elastacloud/DotPrompt.Sql</RepositoryUrl >
15
+ <PackageOutputPath >./nupkg</PackageOutputPath >
16
+ <PackageReadmeFile >readme.md</PackageReadmeFile >
17
+ <PackageLicenseExpression >MIT</PackageLicenseExpression >
18
+ <LangVersion >default</LangVersion >
19
+ <NoWarn >NU1702</NoWarn >
20
+ <GenerateDocumentationFile >true</GenerateDocumentationFile >
8
21
</PropertyGroup >
9
22
23
+ <ItemGroup >
24
+ <None Include =" ../readme.md" Pack =" true" PackagePath =" readme.md" />
25
+ </ItemGroup >
26
+
10
27
<ItemGroup >
11
28
<None Update =" prompts\basic.prompt" >
12
29
<CopyToOutputDirectory >Always</CopyToOutputDirectory >
You can’t perform that action at this time.
0 commit comments