Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyrest authored Aug 15, 2024
1 parent bd90f0e commit 177aff1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,24 +37,24 @@
### Pre-Compiled Version

```powershell
dotnet add package FastGenericNew --version 3.1.0-preview1
dotnet add package FastGenericNew --version 3.3.0
```

```xml
<ItemGroup>
<PackageReference Include="FastGenericNew" Version="3.1.0-preview1" />
<PackageReference Include="FastGenericNew" Version="3.3.0" />
</ItemGroup>
```

### SourceGenerator Version

```powershell
dotnet add package FastGenericNew.SourceGenerator --version 3.1.0-preview1
dotnet add package FastGenericNew.SourceGenerator --version 3.3.0
```

```xml
<ItemGroup>
<PackageReference Include="FastGenericNew.SourceGenerator" Version="3.1.0-preview1" />
<PackageReference Include="FastGenericNew.SourceGenerator" Version="3.3.0" />
</ItemGroup>
```
#### SourceGeneratorV2 requires
Expand Down

0 comments on commit 177aff1

Please sign in to comment.