-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
18 lines (18 loc) · 906 Bytes
/
Directory.Build.props
File metadata and controls
18 lines (18 loc) · 906 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<Project>
<PropertyGroup>
<Version>1.0.0</Version>
<Authors>Marc Roca Musach</Authors>
<Company>Architect's Toolkit</Company>
<Copyright>Copyright (c) 2024-2026 Marc Roca Musach</Copyright>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/architects-toolkit/ghjson-dotnet</PackageProjectUrl>
<RepositoryUrl>https://github.com/architects-toolkit/ghjson-dotnet</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>grasshopper;rhino;ghjson;serialization</PackageTags>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
<ImplicitUsings>disable</ImplicitUsings>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<GhJsonOfficialSchemaUrl>https://architects-toolkit.github.io/ghjson-spec/schema/v1.0/ghjson.schema.json</GhJsonOfficialSchemaUrl>
</PropertyGroup>
</Project>