Skip to content

Commit

Permalink
updated release workflow with new tags to try and fix RELEASE_VERSION…
Browse files Browse the repository at this point in the history
… issue
  • Loading branch information
azurecoder committed Jan 26, 2025
1 parent d22bf93 commit e8841fe
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions DotPrompt.Sql.Cli/DotPrompt.Sql.Cli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,7 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PackageId>DotPrompt.Sql.Cli</PackageId>
<AssemblyName>DotPrompt.Sql.Cli</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>
<PackageVersion>0.1.1</PackageVersion>
<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>
<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit e8841fe

Please sign in to comment.