File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 2025.1.3
4+ * Fix the missing project templates
5+
36## 2025.1.2
47 * Implement the Debug Run Configuration on Linux
58
Original file line number Diff line number Diff line change @@ -167,6 +167,10 @@ dependencies {
167167 jetbrainsRuntime()
168168
169169 bundledPlugin(" com.intellij.resharper.unity" )
170+
171+ if (ProductVersion .contains(" 2025.2" )) {
172+ bundledModule(" intellij.spellchecker" )
173+ }
170174 }
171175}
172176
@@ -212,7 +216,7 @@ tasks.prepareSandbox {
212216 from(file, { into(" ${rootProject.name} /dotnet" ) })
213217 })
214218
215- from(" ${rootDir} /src/dotnet/${DotnetPluginId } /projectTemplates " , { into(" ${rootProject.name} /projectTemplates " ) })
219+ from(" ${rootDir} /src/dotnet/${DotnetPluginId } /ProjectTemplates " , { into(" ${rootProject.name} /ProjectTemplates " ) })
216220
217221 doLast {
218222 dllFiles.forEach({ f ->
Original file line number Diff line number Diff line change 44DotnetPluginId =ReSharperPlugin.RimworldDev
55DotnetSolution =ReSharperPlugin.RimworldDev.sln
66RiderPluginId =com.jetbrains.rider.plugins.rimworlddev
7- PluginVersion =2025.1.2
7+ PluginVersion =2025.1.3
88
99BuildConfiguration =Release
1010
You can’t perform that action at this time.
0 commit comments