Skip to content

Commit

Permalink
Update README_nuget.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyrest authored Aug 16, 2024
1 parent 15f6df3 commit ab3d5d1
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README_nuget.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,24 +33,24 @@ The ultimate fast and powerful alternative to `Activator.CreateInstance<T>` / `n
### Pre-Compiled Version

```powershell
dotnet add package FastGenericNew --version 3.3.0
dotnet add package FastGenericNew --version 3.3.1
```

```xml
<ItemGroup>
<PackageReference Include="FastGenericNew" Version="3.3.0" />
<PackageReference Include="FastGenericNew" Version="3.3.1" />
</ItemGroup>
```

### SourceGenerator Version

```powershell
dotnet add package FastGenericNew.SourceGenerator --version 3.3.0
dotnet add package FastGenericNew.SourceGenerator --version 3.3.1
```

```xml
<ItemGroup>
<PackageReference Include="FastGenericNew.SourceGenerator" Version="3.3.0" />
<PackageReference Include="FastGenericNew.SourceGenerator" Version="3.3.1" />
</ItemGroup>
```
#### SourceGeneratorV2 requires
Expand Down Expand Up @@ -91,6 +91,9 @@ if (FastNew.TryCreateInstance<T, string>("arg0", out T result));
## 🚀 Benchmark

Check updated benchmark results here (Up to .NET 9.0):
https://github.com/Nyrest/FastGenericNew/blob/main/benchmark_results.md

### **Environment**

``` ini
Expand Down

0 comments on commit ab3d5d1

Please sign in to comment.