From 89cc4ee8cb2d2525a322caaf56520e5858706c1b Mon Sep 17 00:00:00 2001 From: Christopher M Date: Sun, 14 Aug 2022 12:25:26 +1000 Subject: [PATCH] Updated README and version --- .github/workflows/dotnet.yml | 2 +- Client/Main.cs | 2 +- Client/Properties/AssemblyInfo.cs | 2 +- Client/fxmanifest.lua | 4 ++-- LICENCE.txt | 2 +- LaddersReborn/Models/Config.cs | 2 +- LaddersReborn/Properties/AssemblyInfo.cs | 2 +- README.md | 13 +++++++++---- Server/Main.cs | 2 +- Server/Properties/AssemblyInfo.cs | 2 +- 10 files changed, 19 insertions(+), 14 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 4031924..cd380ba 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -1,4 +1,4 @@ -# Inferno Collection Ladders Reborn 1.0 Alpha +# Inferno Collection Ladders Reborn 1.1 Alpha # # Copyright (c) 2019-2022, Christopher M, Inferno Collection. All rights reserved. # diff --git a/Client/Main.cs b/Client/Main.cs index a3b8a75..38fbd7c 100644 --- a/Client/Main.cs +++ b/Client/Main.cs @@ -1,5 +1,5 @@ /* - * Inferno Collection Ladders Reborn 1.0 Alpha + * Inferno Collection Ladders Reborn 1.1 Alpha * * Copyright (c) 2019-2022, Christopher M, Inferno Collection. All rights reserved. * diff --git a/Client/Properties/AssemblyInfo.cs b/Client/Properties/AssemblyInfo.cs index 0d282a1..546fe47 100644 --- a/Client/Properties/AssemblyInfo.cs +++ b/Client/Properties/AssemblyInfo.cs @@ -6,5 +6,5 @@ [assembly: Guid("97B940F7-06B6-4AEA-A3C4-20E3C9FDCC00")] [assembly: AssemblyCompany("Inferno Collection")] [assembly: NeutralResourcesLanguage("en-US")] -[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyVersion("1.1.0.0")] [assembly: ComVisible(false)] \ No newline at end of file diff --git a/Client/fxmanifest.lua b/Client/fxmanifest.lua index 638d839..1a01762 100644 --- a/Client/fxmanifest.lua +++ b/Client/fxmanifest.lua @@ -1,4 +1,4 @@ --- Inferno Collection Ladders Reborn 1.0 Alpha +-- Inferno Collection Ladders Reborn 1.1 Alpha -- -- Copyright (c) 2019-2022, Christopher M, Inferno Collection. All rights reserved. -- @@ -15,7 +15,7 @@ description "OneSync Ladder script for FiveM." author "Inferno Collection (inferno-collection.com)" -version "1.0 Alpha" +version "1.1 Alpha" url "https://inferno-collection.com" diff --git a/LICENCE.txt b/LICENCE.txt index 2426502..078d689 100644 --- a/LICENCE.txt +++ b/LICENCE.txt @@ -1,4 +1,4 @@ -Inferno Collection Ladders Reborn 1.0 Alpha +Inferno Collection Ladders Reborn 1.1 Alpha Copyright (c) 2019-2022, Christopher M, Inferno Collection. All rights reserved. diff --git a/LaddersReborn/Models/Config.cs b/LaddersReborn/Models/Config.cs index d990925..7d6fd72 100644 --- a/LaddersReborn/Models/Config.cs +++ b/LaddersReborn/Models/Config.cs @@ -1,5 +1,5 @@ /* - * Inferno Collection Ladders Reborn 1.0 Alpha + * Inferno Collection Ladders Reborn 1.1 Alpha * * Copyright (c) 2019-2022, Christopher M, Inferno Collection. All rights reserved. * diff --git a/LaddersReborn/Properties/AssemblyInfo.cs b/LaddersReborn/Properties/AssemblyInfo.cs index 07e5c7e..564f426 100644 --- a/LaddersReborn/Properties/AssemblyInfo.cs +++ b/LaddersReborn/Properties/AssemblyInfo.cs @@ -6,5 +6,5 @@ [assembly: Guid("E1D692C6-5297-47EA-8A69-EA7E14831F80")] [assembly: AssemblyCompany("Inferno Collection")] [assembly: NeutralResourcesLanguage("en-US")] -[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyVersion("1.1.0.0")] [assembly: ComVisible(false)] \ No newline at end of file diff --git a/README.md b/README.md index 3818c93..5a845ed 100644 --- a/README.md +++ b/README.md @@ -2,18 +2,23 @@ # Inferno Collection: Ladders - Reborn [![Build and Check](https://github.com/inferno-collection/Ladders-Reborn/actions/workflows/dotnet.yml/badge.svg?branch=master)](https://github.com/inferno-collection/Ladders-Reborn/actions/workflows/dotnet.yml) -__Public Alpha Version 1.0__ +__Public Alpha Version 1.1__ Following the release of the [original Ladders](https://github.com/inferno-collection/Ladders) back in 2020, Ladders - Reborn is the updated C# version boasting OneSync support, addon Ladder prop instead of replace, Ace permissions, and more efficient code. "Adds working ladders to FiveM, ideal for Fire Department use. Ladders are stored in a configurable list of vehicles, with each vehicle being able to carry a configurable maximum amount of ladders. The resource includes a custom ladder model as well." Presently, the following can be customized: -- Vehicle List and Ladder count per vehicle -- Max total ladders +- Chat command suggestion text +- Custom notification support +- Style of ladder preview +- Kicking of cheaters +- Max distance from vehicles to collect/store ladders +- Vehicle whitelist with optional ladder limits +- Max global ladder limit Usage: -- Go up to a vehicle and type `/ladder collect` or `/ladder store` +- Go up to a vehicle and type `/ladder` to collect/store ### Download link https://github.com/inferno-collection/Ladders-Reborn/releases/latest diff --git a/Server/Main.cs b/Server/Main.cs index 44b4b2a..eba397c 100644 --- a/Server/Main.cs +++ b/Server/Main.cs @@ -1,5 +1,5 @@ /* - * Inferno Collection Ladders Reborn 1.0 Alpha + * Inferno Collection Ladders Reborn 1.1 Alpha * * Copyright (c) 2019-2022, Christopher M, Inferno Collection. All rights reserved. * diff --git a/Server/Properties/AssemblyInfo.cs b/Server/Properties/AssemblyInfo.cs index b21ffe6..3983988 100644 --- a/Server/Properties/AssemblyInfo.cs +++ b/Server/Properties/AssemblyInfo.cs @@ -6,5 +6,5 @@ [assembly: Guid("195116AA-5A93-4820-B2F9-A1AC9DC00909")] [assembly: AssemblyCompany("Inferno Collection")] [assembly: NeutralResourcesLanguage("en-US")] -[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyVersion("1.1.0.0")] [assembly: ComVisible(false)] \ No newline at end of file