Files
webhook-server/Directory.Build.props
T
justin 8b41cc6b6c
Release (Gitea) / build-installer (push) Successful in 1m45s
Bump version to 0.1.5 (#19)
2026-05-08 14:24:23 -04:00

15 lines
431 B
XML

<Project>
<PropertyGroup>
<Version>0.1.5</Version>
<Authors>Justin Paul</Authors>
<Company>Justin Paul</Company>
<Product>Webhook Server</Product>
<Copyright>Copyright (c) Justin Paul</Copyright>
<PackageProjectUrl>https://jpaul.me</PackageProjectUrl>
<RepositoryUrl>https://github.com/recklessop/webhook-server</RepositoryUrl>
<RepositoryType>git</RepositoryType>
</PropertyGroup>
</Project>