We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92d780b commit 05d89efCopy full SHA for 05d89ef
RuntimeUnityEditor.Core.IL2CPP/Directory.Build.props
@@ -0,0 +1,6 @@
1
+ <Target Name="CustomVersion" AfterTargets="MinVer">
2
+ <PropertyGroup>
3
+ <FileVersion>$(MinVerMajor).$(MinVerMinor).$(MinVerPatch)</FileVersion>
4
+ <AssemblyVersion>$(MinVerMajor).$(MinVerMinor).$(MinVerPatch)</AssemblyVersion>
5
+ </PropertyGroup>
6
+ </Target>
0 commit comments