Skip to content

Commit 789ed72

Browse files
committed
added new version numbers for the proj files
1 parent 07e868c commit 789ed72

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

DotPrompt.Sql.Cli/DotPrompt.Sql.Cli.csproj

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,29 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<OutputType>Exe</OutputType>
54
<TargetFramework>net8.0</TargetFramework>
65
<ImplicitUsings>enable</ImplicitUsings>
76
<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>
821
</PropertyGroup>
922

23+
<ItemGroup>
24+
<None Include="../readme.md" Pack="true" PackagePath="readme.md" />
25+
</ItemGroup>
26+
1027
<ItemGroup>
1128
<None Update="prompts\basic.prompt">
1229
<CopyToOutputDirectory>Always</CopyToOutputDirectory>

0 commit comments

Comments
 (0)