Merge Release into Develop (#912)

* Make CurrentFrame return the actual frame index from the source atlas

* Start the animation controller playing, don't make the consumer manually call it initially

* Play is automatically called in the controller ctor

* Added property to get name of current animation

* Only copy reference files if user opts in by specifying property in csproj

* Update Kni solution to new project structure

* Update Fna solution to new project structure

* Bump version number to 4.0.0

* Update release workflow

* Remove old test
This commit is contained in:
Christopher Whitley
2024-07-08 18:27:54 -04:00
committed by GitHub
parent 3a5269cfea
commit 0fe1064217
8 changed files with 43 additions and 313 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
</PropertyGroup>
<PropertyGroup>
<MonoGameExtendedVersion>3.9.0</MonoGameExtendedVersion>
<MonoGameExtendedVersion>4.0.0</MonoGameExtendedVersion>
<IsPrerelease Condition="'$(IS_PRERELEASE)' != ''">-prerelease</IsPrerelease>
<BuildNumber Condition="'$(BUILD_NUMBER)' != ''">.$(BUILD_NUMBER)</BuildNumber>
<Version>$(MonoGameExtendedVersion)$(IsPrerelease)$(BuildNumber)</Version>