Skip to content

Commit b69374f

Browse files
committed
version bump
1 parent 92b9854 commit b69374f

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

LinqGen.Unity/Packages/com.cathei.linqgen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"author": {
55
"name": "Maxwell Keonwoo Kang"
66
},
7-
"version": "0.2.4",
7+
"version": "0.2.5",
88
"unity": "2020.3",
99
"description": "Fast Linq-to-object source generator",
1010
"license": "MIT",

LinqGen.Unity/Packages/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"com.unity.ide.rider": "3.0.21",
99
"com.unity.ide.visualstudio": "2.0.18",
1010
"com.unity.ide.vscode": "1.2.5",
11-
"com.unity.test-framework": "1.1.31",
11+
"com.unity.test-framework": "1.1.33",
1212
"com.unity.textmeshpro": "3.0.6",
1313
"com.unity.timeline": "1.6.5",
1414
"com.unity.ugui": "1.0.0",

LinqGen.Unity/Packages/packages-lock.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"com.unity.ide.vscode": "1.2.5",
6666
"com.unity.editorcoroutines": "1.0.0",
6767
"com.unity.performance.profile-analyzer": "1.2.2",
68-
"com.unity.test-framework": "1.1.31",
68+
"com.unity.test-framework": "1.1.33",
6969
"com.unity.testtools.codecoverage": "1.2.3"
7070
}
7171
},
@@ -116,7 +116,7 @@
116116
"url": "https://packages.unity.com"
117117
},
118118
"com.unity.test-framework": {
119-
"version": "1.1.31",
119+
"version": "1.1.33",
120120
"depth": 0,
121121
"source": "registry",
122122
"dependencies": {
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
m_EditorVersion: 2021.3.25f1
2-
m_EditorVersionWithRevision: 2021.3.25f1 (68ef2c4f8861)
1+
m_EditorVersion: 2021.3.27f1
2+
m_EditorVersionWithRevision: 2021.3.27f1 (ca3ffb99bcc6)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ Install from NuGet, both [LinqGen](https://www.nuget.org/packages/LinqGen) as li
1414

1515
```xml
1616
<ItemGroup>
17-
<PackageReference Include="LinqGen" Version="0.2.4" />
18-
<PackageReference Include="LinqGen.Generator" Version="0.2.4" />
17+
<PackageReference Include="LinqGen" Version="0.2.5" />
18+
<PackageReference Include="LinqGen.Generator" Version="0.2.5" />
1919
</ItemGroup>
2020
```
2121

0 commit comments

Comments
 (0)