Skip to content

Commit f4323ae

Browse files
committed
Project configuration to nuget
1 parent 02588df commit f4323ae

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/MapperAI.Core/MapperAI.Core.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
<TargetFramework>net8.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
7+
<Title>MapperAI-Alpha</Title>
8+
<Authors>Dridev</Authors>
9+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
10+
<Version>0.0.1-alpha</Version>
11+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
12+
<RepositoryUrl>https://github.com/01Dri/MapperAI</RepositoryUrl>
713
<RootNamespace>MapperAI.Core</RootNamespace>
814
</PropertyGroup>
915

0 commit comments

Comments
 (0)