Skip to content

Commit 9f067bf

Browse files
committed
build: v0.1.0
1 parent 1c007a5 commit 9f067bf

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

src/HeimGuard/HeimGuard.csproj

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,22 @@
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>

0 commit comments

Comments
 (0)