fix: remove specific version from instation instructions in README.md

This commit is contained in:
Stevan Freeborn
2026-06-18 23:03:14 -05:00
parent f6e2fb00de
commit d65634c057
+1 -1
View File
@@ -135,7 +135,7 @@ Add the NuGet package to projects that need the analyzer:
```xml
<PackageReference
Include="StevanFreeborn.AsyncSyncFlagAnalyzer"
Version="0.0.0"
Version="x.x.x"
ReferenceOutputAssembly="false"
OutputItemType="Analyzer"
/>