-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
25 lines (24 loc) · 1.33 KB
/
Directory.Build.props
File metadata and controls
25 lines (24 loc) · 1.33 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
<Project>
<PropertyGroup>
<PackagePrefix/>
<Version>4.1.0</Version>
<Authors>Max Rose</Authors>
<Company>Max Rose</Company>
<PackageIcon>icon.png</PackageIcon>
<PackageIconUrl>https://raw.githubusercontent.com/maxs-rose/Aspire-OpenFGA/refs/heads/main/assets/icon.png</PackageIconUrl>
<Description>Aspire hosting integration for OpenFGA</Description>
<iconUrl>https://raw.githubusercontent.com/maxs-rose/Aspire-OpenFGA/main/assets/icon.png</iconUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/maxs-rose/Aspire-OpenFGA</PackageProjectUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageReleaseNotes>$(PackageProjectUrl)/releases</PackageReleaseNotes>
<RepositoryUrl>$(PackageProjectUrl).git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<Copyright>Copyright © $(Company) $([System.DateTime]::Now.ToString(yyyy))</Copyright>
<tags>openfga authorization fga fine-grained-authorization rebac aspire integration hosting</tags>
</PropertyGroup>
<ItemGroup>
<None Include="..\README.md" Pack="true" PackagePath="." Visible="true"/>
<None Include="..\assets\icon.png" Pack="true" Visible="false" PackagePath="\"/>
</ItemGroup>
</Project>