Skip to content

Commit

Permalink
added new version numbers for the proj files
Browse files Browse the repository at this point in the history
  • Loading branch information
azurecoder committed Jan 26, 2025
1 parent 07e868c commit 789ed72
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion DotPrompt.Sql.Cli/DotPrompt.Sql.Cli.csproj
Original file line number Diff line number Diff line change
@@ -1,12 +1,29 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PackageId>DotPrompt.Sql</PackageId>
<AssemblyName>DotPrompt.Sql</AssemblyName>
<Description>A SQL store for DotPrompt allowing you to store prompt files in a relational form</Description>
<Authors>Richard Conway</Authors>
<Version>0.1.1</Version>
<Company>Elastacloud</Company>
<PackageProjectUrl>https://elastacloud.com</PackageProjectUrl>
<RepositoryUrl>https://github.com/elastacloud/DotPrompt.Sql</RepositoryUrl>
<PackageOutputPath>./nupkg</PackageOutputPath>
<PackageReadmeFile>readme.md</PackageReadmeFile>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<LangVersion>default</LangVersion>
<NoWarn>NU1702</NoWarn>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>

<ItemGroup>
<None Include="../readme.md" Pack="true" PackagePath="readme.md" />
</ItemGroup>

<ItemGroup>
<None Update="prompts\basic.prompt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
Expand Down

0 comments on commit 789ed72

Please sign in to comment.