versioning
Build & Release VS Code Extension / release (push) Failing after 19s Details

This commit is contained in:
Chase Eller 2026-03-22 18:05:09 -04:00
parent e18100a06f
commit 720a18bce7
No known key found for this signature in database
GPG Key ID: 9233D42F495E657C
2 changed files with 3 additions and 3 deletions

View File

@ -6,6 +6,6 @@ I will use this area to keep up with what i did last.
- Initial release - Initial release
- Updating SLFVARS to make the correct checks in fxmanifest instead of assuming 4 - Updating SLFVARS to make the correct checks in fxmanifest instead of assuming 4
## [Release 1.0.4] ## [Release 1.0.5]
- Commit of testing for auto updates - Commit of testing for auto updates

View File

@ -2,7 +2,7 @@
"name": "cstmgames-fivem-snippets", "name": "cstmgames-fivem-snippets",
"displayName": "CSTMGames FiveM Snippets", "displayName": "CSTMGames FiveM Snippets",
"description": "Snippets for FiveM", "description": "Snippets for FiveM",
"version": "1.0.4", "version": "1.0.5",
"engines": { "engines": {
"vscode": "^1.110.0" "vscode": "^1.110.0"
}, },
@ -16,7 +16,7 @@
"type": "git", "type": "git",
"url": "https://git.cstmgames.dev/CSTMGames/FiveM_Snippets.git" "url": "https://git.cstmgames.dev/CSTMGames/FiveM_Snippets.git"
}, },
"publisher": "CSTMGames - KJ4LXC", "publisher": "kj4lxc",
"categories": [ "categories": [
"Snippets" "Snippets"
], ],