-
Notifications
You must be signed in to change notification settings - Fork 51
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
22 lines (21 loc) · 857 Bytes
/
Directory.Build.props
File metadata and controls
22 lines (21 loc) · 857 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="utf-8"?>
<Project>
<PropertyGroup>
<LangVersion>latest</LangVersion>
<Copyright>Copyright 2017-2025</Copyright>
<Authors>Husqvik</Authors>
<Company>Tibber</Company>
<VersionPrefix>0.9.32</VersionPrefix>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/Husqvik/GraphQlClientGenerator</PackageProjectUrl>
<PackageIcon>GraphQlLogo.png</PackageIcon>
<RepositoryUrl>https://github.com/Husqvik/GraphQlClientGenerator</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>
<ItemGroup>
<None Include="..\..\README.md" Pack="true" PackagePath="\"/>
</ItemGroup>
</Project>