Skip to content

Commit

Permalink
update NuGet info
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcosCobena committed Jul 18, 2023
1 parent faedb3d commit cbf0d85
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/Evergine.Mocks/Evergine.Mocks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,17 @@
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>2022.9.28.1</Version>
<Version>2022.9.28.2</Version>
<Authors>MarcosCobena,Evergine</Authors>
<Description>Library to enable testing applications made with Evergine.</Description>
<PackageProjectUrl>https://github.com/MarcosCobena/Evergine.Mocks</PackageProjectUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
<PackageReleaseNotes>Initial release!</PackageReleaseNotes>
<PackageReleaseNotes>- add fixed game time
It is a must to provide a fixed game time in MockWindowSystem.RunOneLoop() in order to make tests more deterministic.
- fix Camera3D.AspectRatio -1
The camera is updated now with the display settings, retrieving the correct screen size.</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit cbf0d85

Please sign in to comment.