Skip to content

Commit 2181ccd

Browse files
committed
Add packaging setup
1 parent d3fe8ba commit 2181ccd

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/Dynatello/Dynatello.csproj

+12
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@
44
<TargetFramework>net6.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
7+
<IsPackable>false</IsPackable>
8+
<PackageVersion>0.0.0</PackageVersion>
9+
<Title>Dynatello</Title>
10+
<Authors>Robert Andersson</Authors>
11+
<Description>Contains functionality to improve the convinience when working the DynamoDB.SourceGenerator.</Description>
12+
<Copyright>Robert Anderson</Copyright>
13+
<PackageProjectUrl>https://github.com/inputfalken/DynamoDB.SourceGenerator</PackageProjectUrl>
14+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
15+
<RepositoryUrl>https://github.com/inputfalken/DynamoDB.SourceGenerator</RepositoryUrl>
16+
<RepositoryType>git</RepositoryType>
17+
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
18+
<GenerateDocumentationFile>true</GenerateDocumentationFile>
719
</PropertyGroup>
820

921
<ItemGroup>

0 commit comments

Comments
 (0)