feat(releases): add empty ClaudeDo.Releases library

This commit is contained in:
mika kuns
2026-04-23 13:59:45 +02:00
parent da19eb807b
commit 86012e02b9
3 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<LangVersion>latest</LangVersion>
</PropertyGroup>
</Project>