File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 <PackageReference Include =" Microsoft.AspNetCore.Authorization" Version =" 6.0.1" />
2121 <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 6.0.0" />
2222 </ItemGroup >
23+
24+ <PropertyGroup >
25+ <AssemblyVersion >0.1.0</AssemblyVersion >
26+ <FileVersion >0.1.0</FileVersion >
27+ <Version >0.1.0</Version >
28+ <PackageLicenseExpression >MIT</PackageLicenseExpression >
29+ <RepositoryUrl >https://github.com/pdevito3/heimguard</RepositoryUrl >
30+ <RepositoryType >git</RepositoryType >
31+ <PackageOutputPath >./nupkg</PackageOutputPath >
32+ <GeneratePackageOnBuild >false</GeneratePackageOnBuild >
33+ <Authors >Paul DeVito</Authors >
34+ <Description >A small and simple library built to allow you to easily manage permissions in your .NET projects.</Description >
35+ <GenerateDocumentationFile >true</GenerateDocumentationFile >
36+ <AssemblyName >HeimGuard</AssemblyName >
37+ <Title >HeimGuard</Title >
38+ <PackageProjectUrl >https://github.com/pdevito3/heimguard</PackageProjectUrl >
39+ <PackageTags >permission permissions authorization policy policies role roles</PackageTags >
40+ </PropertyGroup >
2341</Project >
You can’t perform that action at this time.
0 commit comments