File tree Expand file tree Collapse file tree
src/main/resources/META-INF Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44 kotlin(" jvm" ) version " 1.9.20"
55}
66group = " platform.plugin"
7- version = " 0.6.3 "
7+ version = " 0.6.4 "
88
99repositories {
1010 mavenCentral()
@@ -13,7 +13,7 @@ repositories {
1313tasks {
1414 patchPluginXml {
1515 sinceBuild.set(" 200" )
16- untilBuild.set(" 252 .*" )
16+ untilBuild.set(" 253 .*" )
1717 }
1818}
1919
Original file line number Diff line number Diff line change 4242 </actions >
4343
4444 <change-notes ><![CDATA[
45+ <strong>0.6.4</strong>
46+ <ul>
47+ <li>Add support to IDE with version up to 253.* </li>
48+ </ul>
4549 <strong>0.6.3</strong>
4650 <ul>
4751 <li>Add support to IDE with version up to 252.* </li>
Original file line number Diff line number Diff line change 11{
22 "name" : " platform-sync" ,
3- "version" : " 0.6.3 " ,
3+ "version" : " 0.6.4 " ,
44 "private" : true ,
55 "workspaces" : [
66 " vscode-extension"
1717 "devDependencies" : {
1818 "concurrently" : " ^8.2.2"
1919 }
20- }
20+ }
Original file line number Diff line number Diff line change 22 "name" : " platform-sync-vscode" ,
33 "displayName" : " Platform Sync" ,
44 "description" : " Cross-platform code review synchronization tool for VS Code and IntelliJ IDEA" ,
5- "version" : " 0.6.3 " ,
5+ "version" : " 0.6.4 " ,
66 "publisher" : " dicodingacademy" ,
77 "license" : " MIT" ,
88 "repository" : {
7777 "typescript" : " ^5.3.3" ,
7878 "@vscode/vsce" : " ^3.3.0"
7979 }
80- }
80+ }
You can’t perform that action at this time.
0 commit comments