Skip to content

Commit b4d9e59

Browse files
author
Hamed Sabzian
committed
fix the NuGet address
1 parent d3e4e8b commit b4d9e59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dotnet add package Generators.Dispose
77
```
88
| Package | Version |
99
|:-------:|:-------:|
10-
| Generators.Dispose | [![NuGet Badge](https://buildstats.info/nuget/Generators.Dispose)](https://www.nuget.org/packages/Generators.Dispose) |
10+
| Generators.Dispose | [![NuGet](https://img.shields.io/nuget/vpre/Generators.Dispose.svg)](https://www.nuget.org/packages/Generators.Dispose) |
1111

1212
It generates a partial class for all partial classes that implement `IDisposable` interface.
1313

@@ -46,7 +46,7 @@ public partial class SampleClass : IDisposable
4646
}
4747
```
4848

49-
If you have a partial class implements `IDisposable` interface, but you want to exclude it from generation, just use `IgnoreGeneration` attribute.
49+
If you have a partial class implements `IDisposable` interface, but you want to exclude it from source generation, just use `IgnoreGeneration` attribute.
5050

5151
```csharp
5252
[IgnoreGeneration]

0 commit comments

Comments
 (0)