aximo - Aximo 1.0.4-pre1
Aximo Game Engine is a Open Source Game Engine written purly in C#. Documentation: https://www.aximo.games Source: https://github.com/AximoGames/AxEngine
PM> Install-Package Aximo -Version 1.0.4-pre1 -Source https://www.myget.org/F/aximo/api/v3/index.json
> nuget.exe install Aximo -Version 1.0.4-pre1 -Source https://www.myget.org/F/aximo/api/v3/index.json
> dotnet add package Aximo --version 1.0.4-pre1 --source https://www.myget.org/F/aximo/api/v3/index.json
> choco install Aximo --version 1.0.4-pre1 --source https://www.myget.org/F/aximo/api/v2
Import-Module PowerShellGet
Register-PSRepository -Name "aximo" -SourceLocation "https://www.myget.org/F/aximo/api/v2"
Install-Module -Name "Aximo" -RequiredVersion "1.0.4-pre1" -Repository "aximo" -AllowPreRelease
Copy to clipboard
Package history
| Version | Size | Last updated | Downloads | Mirrored? | |||
|---|---|---|---|---|---|---|---|
|
|
1.0.4-pre1 | 2.12 KB | Sun, 24 May 2020 12:04:53 GMT | 53 |
|