-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
33 lines (33 loc) · 1.82 KB
/
Copy pathDirectory.Build.props
File metadata and controls
33 lines (33 loc) · 1.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<Project>
<PropertyGroup>
<Copyright>Copyright © 2026-$([System.DateTime]::Now.Year) Petabridge, LLC</Copyright>
<Authors>Petabridge, LLC</Authors>
<Company>Petabridge, LLC</Company>
<PackageProjectUrl>https://netclaw.dev</PackageProjectUrl>
<NoWarn>$(NoWarn);CS1591</NoWarn>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<VersionPrefix>0.26.0</VersionPrefix>
<VersionSuffix>beta.1</VersionSuffix>
<PackageReleaseNotes>
Features: MCP OAuth surfaced at add time; mention-required thread replies with history backfill; file-read permissions match shell reach; TUI state preserved across navigation; background job and one-shot reminder cleanup. Bug fixes: approval prompts skip already-granted candidates; safe shell stages compose with one-time grants; background job control bypasses approval; failed one-shot reminders retry; phantom directory scopes and quoted free-text operands removed from stored patterns; trailing-slash globs scoped to parent; ToolAccessPolicy fail-closed. Dependency updates: Termina 0.16.1, SkiaSharp 4.151.1, Verify.XunitV3 31.28.0.
</PackageReleaseNotes>
</PropertyGroup>
<PropertyGroup>
<NetCoreTestVersion>net10.0</NetCoreTestVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" />
</ItemGroup>
<PropertyGroup>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>
<ItemGroup>
<None Include="$(MSBuildThisFileDirectory)LICENSE" Pack="true" PackagePath="" Visible="false" />
</ItemGroup>
</Project>