Files
cloudflare-api/src/Extensions/Directory.Build.props
Andreas Müller f20ee64221 Update Versions for Release
- Core: v0.1.1
- Zones: v0.1.1
- DNS: v0.2.0
2025-11-06 21:30:25 +01:00

22 lines
822 B
XML

<Project>
<PropertyGroup>
<AssemblyOriginatorKeyFile>../../../cloudflare-api.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup Condition="'$(Configuration)' == 'Release'">
<PackageReference Include="AMWD.Net.API.Cloudflare" Version="0.1.1" />
</ItemGroup>
<ItemGroup Condition="'$(Configuration)' == 'Debug'">
<ProjectReference Include="../../../src/Cloudflare/Cloudflare.csproj" />
</ItemGroup>
<ItemGroup>
<None Include="../../../package-icon.png" Pack="true" PackagePath="/" />
<None Include="../../../LICENSE.txt" Pack="true" PackagePath="/" />
<None Include="README.md" Pack="true" PackagePath="/" />
</ItemGroup>
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)\..'))" />
</Project>