Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions Rebus.MsgPack/Rebus.MsgPack.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
<TargetFramework>netstandard2.0</TargetFramework>
<RootNamespace>Rebus</RootNamespace>
<LangVersion>11</LangVersion>
<Authors>mookid8000</Authors>
<PackageProjectUrl>https://rebus.fm/what-is-rebus/</PackageProjectUrl>
<Copyright>Copyright Rebus FM ApS 2012</Copyright>
<RepositoryUrl>https://github.com/rebus-org/Rebus.MsgPack</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageDescription>Provides a MsgPack message serializer for Rebus</PackageDescription>
<PackageIcon>little_rebusbus2_copy-500x500.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
Expand Down