-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectory.Build.targets
More file actions
22 lines (19 loc) · 979 Bytes
/
Directory.Build.targets
File metadata and controls
22 lines (19 loc) · 979 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<Project>
<PropertyGroup Label="NuGet Metadata">
<Authors>Ken Swan</Authors>
<Copyright>Copyright (c) 2023 BlazorFocused</Copyright>
<NeutralLanguage>en-US</NeutralLanguage>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://BlazorFocused.github.io/Exceptions/</PackageProjectUrl>
<RepositoryUrl>https://github.com/BlazorFocused/Exceptions.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageReleaseNotes>See https://github.com/BlazorFocused/Exceptions/releases</PackageReleaseNotes>
<SynchReleaseVersion>false</SynchReleaseVersion>
<PackageIcon>BlazorFocused.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>
<ItemGroup Label="NuGet Artifacts">
<None Include="..\..\..\BlazorFocused.png" Pack="true" PackagePath="\" Visible="false" />
<None Include="..\README.md" Pack="true" PackagePath="\" Visible="false"/>
</ItemGroup>
</Project>