We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f54156 commit 097ba52Copy full SHA for 097ba52
Prism.csproj
@@ -6,6 +6,9 @@
6
<GenerateDocumentationFile>true</GenerateDocumentationFile>
7
<!-- Specify output directory for generated code -->
8
<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>
12
</PropertyGroup>
13
14
<!-- Add necessary package references -->
0 commit comments