4405de34| 1 | <Project> |
| 2 | |
| 3 | <PropertyGroup> |
| 4 | <!-- NuGet Packaging --> |
| 5 | <PackageVersion>0.1.5</PackageVersion> |
| 6 | <Authors>nuskey</Authors> |
| 7 | <Copyright>© Yusuke Nakada</Copyright> |
| 8 | <PackageProjectUrl>https://github.com/nuskey8/acp-csharp</PackageProjectUrl> |
| 9 | <RepositoryUrl>$(PackageProjectUrl)</RepositoryUrl> |
| 10 | <RepositoryType>git</RepositoryType> |
| 11 | <PackageLicenseExpression>MIT</PackageLicenseExpression> |
| 12 | <PackageReadmeFile>README.md</PackageReadmeFile> |
| 13 | </PropertyGroup> |
| 14 | |
| 15 | </Project> |
View only · write via MCP/CIDE