Skip to content

Commit

Permalink
chore(Messaging): Add description and other meta to packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kruplm committed Mar 27, 2024
1 parent 1d23c8b commit 8073736
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<RootNamespace>MorganStanley.ComposeUI.Messaging</RootNamespace>
<Description>.NET Client for ComposeUI's Message Router. More Details: http://opensource.morganstanley.com/ComposeUI/</Description>
<Tags>ComposeUI</Tags>
</PropertyGroup>

<PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<RootNamespace>MorganStanley.ComposeUI.Messaging</RootNamespace>
<Description>.NET Core Package for ComposeUI's Message Router. More Details: http://opensource.morganstanley.com/ComposeUI/</Description>
<Tags>ComposeUI</Tags>
</PropertyGroup>

<PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
<ImplicitUsings>enable</ImplicitUsings>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<RootNamespace>MorganStanley.ComposeUI.Messaging</RootNamespace>
<Description>.NET Host Package for ComposeUI's Message Router. More Details: http://opensource.morganstanley.com/ComposeUI/</Description>
<Tags>ComposeUI</Tags>
</PropertyGroup>

<PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<RootNamespace>MorganStanley.ComposeUI.Messaging</RootNamespace>
<Description>.NET Server Package for ComposeUI's Message Router. More Details: http://opensource.morganstanley.com/ComposeUI/</Description>
<Tags>ComposeUI</Tags>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit 8073736

Please sign in to comment.