Skip to content

Commit

Permalink
updated readme and verison
Browse files Browse the repository at this point in the history
  • Loading branch information
d1820 committed Feb 27, 2024
1 parent f60fa6c commit a4da98b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions vscode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
![Visual Studio Marketplace Installs](https://img.shields.io/visual-studio-marketplace/i/DanTurco.protoattributor-vscode)


ProtoAttributor is an open source Visual Studio extension that can manage the appropriate attributes on a class to support ProtoBuf.
ProtoAttributor is an open source Visual Studio Code extension that can manage the appropriate attributes on a class to support ProtoBuf.
It currently supports ProtoContract, ProtoMember, ProtoIgnore, DataContract, DataMember, IgnoreDataMember attributes. This extension lets you Add, Reorder, and Remove ProtoBuf attributes from a class.
This works in conjunction with the [protobuf-net](https://github.com/protobuf-net/protobuf-net) 3.0+ Nuget package

Expand All @@ -34,7 +34,7 @@ Removing attributes will not only remove the ProtoMember/DataMember attributes b

## Ways to Use

ProtoAttributor can handle single files already open in Visual Studio from the Tools menu or it can handle entire directories of files from the solution explorer.
ProtoAttributor can handle single files already open in Visual Studio Code from the F1 menu actions.

## Proto[Attributor] In Action

Expand Down
2 changes: 1 addition & 1 deletion vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publisher": "DanTurco",
"displayName": "Proto Attributor C#",
"description": "A Visual Studio Code Extension that can manage the appropriate attributes on a class to support ProtoBuf. It currently supports ProtoContract, ProtoMember, ProtoIgnore attributes. This extension lets you Add, Reorder, and Remove ProtoBuf attributes from a class.",
"version": "1.0.2",
"version": "1.0.3",
"engines": {
"vscode": "^1.85.0"
},
Expand Down

0 comments on commit a4da98b

Please sign in to comment.