Skip to content

Commit

Permalink
Fixed manifest short desc
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Turco committed Feb 14, 2021
1 parent 0e8d36c commit 1cd53b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ProtoAttributor/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Metadata>
<Identity Id="ProtoAttributor.fc16f3d2-4cc4-42ca-a6ca-2e7fb9cb3e5f" Version="1.1" Language="en-US" Publisher="Dan Turco" />
<DisplayName>ProtoAttributor</DisplayName>
<Description xml:space="preserve">ProtoAttributor is an open source Visual Studio extension that can manage the appropriate attributes on a class to support ProtoBuf. It currently supports ProtoContract, ProtoMember, ProtoIgnore, DataContract, DataMember, IgnoreDataMemeber attributes. This extension lets you Add, Reorder, and Remove ProtoBuf attributes from a class. This works in conjunction with the protobuf-net 3.0+ Nuget package</Description>
<Description xml:space="preserve">ProtoAttributor is an open source Visual Studio extension that can manage the appropriate attributes on a class to support ProtoBuf. It currently supports ProtoContract, ProtoMember, ProtoIgnore, DataContract, DataMember, IgnoreDataMemeber attributes.</Description>
<MoreInfo>https://github.com/d1820/proto-attributor</MoreInfo>
<ReleaseNotes>https://github.com/d1820/proto-attributor/releases</ReleaseNotes>
<Icon>logo.png</Icon>
Expand Down

0 comments on commit 1cd53b6

Please sign in to comment.