You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/ObjectPoolLinter.Package/ObjectPoolLinter.Package.csproj
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@
9
9
10
10
<PropertyGroup>
11
11
<PackageId>ObjectPoolLinter</PackageId>
12
-
<Version>0.9.1</Version>
12
+
<Version>0.9.2</Version>
13
13
<Authors>Joe Zhuo</Authors>
14
14
<Copyright>Copyright (c) 2026 Joe Zhuo</Copyright>
15
15
<Description>Roslyn analyzer for Unity C# that flags object allocations in hot paths and offers code fixes that route them through an object pool, minimizing GC and frame hitches.</Description>
0 commit comments