-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAtolye.Maybe.csproj
29 lines (26 loc) · 1005 Bytes
/
Atolye.Maybe.csproj
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
26
27
28
29
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PackageId>Atolye.Maybe</PackageId>
<Title>Atolye.Maybe</Title>
<AssemblyVersion>0.5.15.0</AssemblyVersion>
<FileVersion>0.5.15.0</FileVersion>
<Version>0.5.16</Version>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Copyright>Copyright Atolye Dijital 2022-2024</Copyright>
<PackageTags>Maybe;Functional;Lightweight;NullSafety;Null;Monad </PackageTags>
<PackageOutputPath>nuget</PackageOutputPath>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Authors>Atolye Dijital</Authors>
<PackageReadmeFile>README.md</PackageReadmeFile>
<RepositoryUrl>https://github.com/AtolyeDijital/maybe</RepositoryUrl>
</PropertyGroup>
<ItemGroup>
<None Update="README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>
</Project>