Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JunaMeinhold authored May 28, 2024
1 parent bb3c460 commit 4f5e287
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Hexa.Protobuf

`Hexa.Protobuf` is a powerful inline code generator for Protobuf, designed to work via Roslyn analyzers. It enables seamless generation and integration of Protobuf serialization code directly in your .NET projects, enhancing build-time type checking and reducing runtime errors.
`Hexa.Protobuf` is a powerful inline code generator for Protobuf, designed to work via Roslyn analyzers. It enables seamless generation and integration of Protobuf serialization code directly in your .NET projects, enhancing build-time type checking and reducing runtime errors. The library targets `netstandard2.0`, ensuring broad compatibility across different .NET implementations.

## Features

Expand All @@ -14,7 +14,7 @@
### Prerequisites

Ensure you have the following installed:
- .NET SDK (version 6.0 or later)
- .NET SDK supporting `netstandard2.0` (e.g., .NET Core 2.0 or later, .NET Framework 4.6.1 or later)
- An IDE that supports Roslyn analyzers (e.g., Visual Studio, Visual Studio Code with OmniSharp)

### Installation
Expand Down

0 comments on commit 4f5e287

Please sign in to comment.