Skip to content

Commit

Permalink
Set dotnet package name and namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
vogti committed May 11, 2024
1 parent 0f54156 commit 097ba52
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Prism.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<!-- Specify output directory for generated code -->
<Protobuf_OutputDir>Generated</Protobuf_OutputDir>
<PackageId>Polypheny.Prism</PackageId>
<RootNamespace>Polypheny.Prism</RootNamespace>
<PackageDescription>API communication library for the Polypheny Prism query protocol.</PackageDescription>
</PropertyGroup>

<!-- Add necessary package references -->
Expand Down

0 comments on commit 097ba52

Please sign in to comment.