File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 23
23
id : set_unity_version
24
24
run : |
25
25
UNITY_VERSION=$(sed -n 's/^\m_EditorVersion: //p'< ./ProjectSettings/ProjectVersion.txt)
26
- echo "VERSION={ $UNITY_VERSION} " >> $GITHUB_OUTPUT
26
+ echo "VERSION=$UNITY_VERSION" >> $GITHUB_OUTPUT
27
27
28
28
- name : Set tag
29
29
id : set_tag
Original file line number Diff line number Diff line change 1
1
{
2
2
"dependencies" : {
3
3
"com.unity.connect.share" : " 4.2.3" ,
4
- "com.unity.ide.rider" : " 3.0.15 " ,
4
+ "com.unity.ide.rider" : " 3.0.16 " ,
5
5
"com.unity.ide.visualstudio" : " 2.0.16" ,
6
6
"com.unity.ide.vscode" : " 1.2.5" ,
7
7
"com.unity.test-framework" : " 1.1.31" ,
Original file line number Diff line number Diff line change 25
25
"url" : " https://packages.unity.com"
26
26
},
27
27
"com.unity.ide.rider" : {
28
- "version" : " 3.0.15 " ,
28
+ "version" : " 3.0.16 " ,
29
29
"depth" : 0 ,
30
30
"source" : " registry" ,
31
31
"dependencies" : {
Original file line number Diff line number Diff line change 1
- m_EditorVersion: 2021.3.13f1
2
- m_EditorVersionWithRevision: 2021.3.13f1 (9e7d58001ecf )
1
+ m_EditorVersion: 2021.3.15f1
2
+ m_EditorVersionWithRevision: 2021.3.15f1 (e8e88683f834 )
You can’t perform that action at this time.
0 commit comments