change version
ln.build - build0.waldrennach.l--n.de build job pending Details

master v0.4.2
Harald Wolff 2020-12-04 11:27:35 +01:00
parent ff4068c718
commit 18e7a3a229
2 changed files with 3 additions and 2 deletions

View File

@ -6,7 +6,7 @@
</PropertyGroup>
<PropertyGroup>
<Version>0.4.1</Version>
<Version>0.4.2</Version>
<Authors>Harald Wolff-Thobaben</Authors>
<Company>l--n.de</Company>
<Description>A simple build server scheduling builds triggered via web-hooks</Description>
@ -20,6 +20,7 @@
<PackageReference Include="ln.json" Version="1.0.0" />
<PackageReference Include="ln.logging" Version="1.0.1" />
<PackageReference Include="ln.threading" Version="0.1.0" />
<PackageReference Include="Microsoft.Extensions.Hosting.Systemd" Version="5.0.0" />
</ItemGroup>
<ItemGroup>

View File

@ -5,7 +5,7 @@
</PropertyGroup>
<PropertyGroup>
<Version>0.4.0</Version>
<Version>0.4.2</Version>
<Authors>Harald Wolff-Thobaben</Authors>
<Company>l--n.de</Company>
<Description>A simple build server scheduling builds triggered via web-hooks</Description>