Skip to content

Commit 097ba52

Browse files
committed
Set dotnet package name and namespace
1 parent 0f54156 commit 097ba52

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Prism.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
<GenerateDocumentationFile>true</GenerateDocumentationFile>
77
<!-- Specify output directory for generated code -->
88
<Protobuf_OutputDir>Generated</Protobuf_OutputDir>
9+
<PackageId>Polypheny.Prism</PackageId>
10+
<RootNamespace>Polypheny.Prism</RootNamespace>
11+
<PackageDescription>API communication library for the Polypheny Prism query protocol.</PackageDescription>
912
</PropertyGroup>
1013

1114
<!-- Add necessary package references -->

0 commit comments

Comments
 (0)