Skip to content

Commit

Permalink
[Build] Adjust PackageVersion for sample templates according to Xenko…
Browse files Browse the repository at this point in the history
…OfficialBuild rather than XenkoPackageBuild
  • Loading branch information
xen2 committed Dec 20, 2018
1 parent 5467379 commit 916d074
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -8,7 +8,7 @@
<!-- Note: we version this package manually because most of the time the samples are big and don't need to be updated.
PLEASE UPDATE XenkoDefaultAssetsPlugin.LoadDefaultTemplates() accordingly! -->
<PackageVersion>3.1.0.1</PackageVersion>
<PackageVersion Condition="'$(XenkoPackageBuild)' != 'true'">$(PackageVersion)-beta01</PackageVersion>
<PackageVersion Condition="'$(XenkoOfficialBuild)' != 'true'">$(PackageVersion)-beta01</PackageVersion>
</PropertyGroup>

<Import Project="$(XenkoPostSettingsTargets)" />
Expand Down

0 comments on commit 916d074

Please sign in to comment.