Skip to content
This repository was archived by the owner on Feb 18, 2024. It is now read-only.

Commit ff2a72b

Browse files
authored
Tag release
1 parent 750b238 commit ff2a72b

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

Gatekeeper.SCIM.Client/Gatekeeper.SCIM.Client.csproj

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
<PropertyGroup>
44
<TargetFramework>net5.0</TargetFramework>
55
<Nullable>enable</Nullable>
6+
7+
<Version>0.0.1-alpha</Version>
8+
<Authors>Lukas Reschke</Authors>
9+
<Company>Gatekeeper</Company>
10+
<Description>
11+
This library implements a SCIM client in C#.
12+
13+
API reference can be found at https://github.com/GetGatekeeper/SCIM.Client
14+
</Description>
15+
<PackageLicenseExpression>AGPL-3.0-or-later</PackageLicenseExpression>
16+
<PackageProjectUrl>https://github.com/GetGatekeeper/SCIM.Client</PackageProjectUrl>
17+
<RepositoryUrl>https://github.com/GetGatekeeper/SCIM.Client.git</RepositoryUrl>
18+
<PackageReleaseNotes>
19+
Initial release.
20+
</PackageReleaseNotes>
21+
<RepositoryType>git</RepositoryType>
22+
<Title>Gatekeeper.SCIM.Client</Title>
623
</PropertyGroup>
724

825
</Project>

0 commit comments

Comments
 (0)