Skip to content

Commit

Permalink
Merge pull request #32 from extism/ci-use-minver-for-versioning
Browse files Browse the repository at this point in the history
Update Extism.Pdk.csproj
  • Loading branch information
mhmd-azeez authored Nov 16, 2023
2 parents e8c8fff + 2a13c4c commit b855c2b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/Extism.Pdk/Extism.Pdk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,20 @@

<PropertyGroup>
<PackageId>Extism.Pdk</PackageId>
<Version>1.0.0-rc3</Version>
<Authors>Extism Contributors</Authors>
<Description>Extism PDK that allows compiling .NET apps into wasm Extism plugins.</Description>
<Tags>extism, wasm, plugin</Tags>
<PackageLicenseExpression>BSD-3-Clause</PackageLicenseExpression>
<MinVerTagPrefix>v</MinVerTagPrefix>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="MinVer" Version="4.3.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>

<Target Name="PackTaskDependencies" BeforeTargets="GenerateNuspec">
<ItemGroup>
<_PackageFiles Include="build\**" BuildAction="Content" PackagePath="build" />
Expand Down

0 comments on commit b855c2b

Please sign in to comment.