From f2739939c64aabd48a6959b959a2b49e52ecda76 Mon Sep 17 00:00:00 2001 From: Kacie <90719658+kaciexx@users.noreply.github.com> Date: Wed, 25 Jan 2023 00:08:59 +0100 Subject: [PATCH] v1.8.0.1 --- Docs/RELEASE.md | 6 +++--- FFXIV_Vibe_Plugin/FFXIV_Vibe_Plugin.csproj | 2 +- repo.json | 12 ++++++------ 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Docs/RELEASE.md b/Docs/RELEASE.md index c5a66dd..e253498 100644 --- a/Docs/RELEASE.md +++ b/Docs/RELEASE.md @@ -1,11 +1,11 @@ # Internal release process reminder 1. Bump the C# assembly project version (double click on FFXIV\_Vibe\_Plugin in Visual Studio). -2. Build in release mode (ignore the error saying that the manifest file could not be found) +2. Build in release mode. 3. Go to the FFXIV\_Vibe\_Plugin\bin\x64\Release folder and **again** in FFXIV\_Vibe\_Plugin folder. -4. Rename the ZIP to the corresponding version (eg: FFXIV\_Vibe\_Plugin\_v1.4.0.0.zip) +4. Rename the ZIP to the corresponding version (eg: FFXIV\_Vibe\_Plugin\_v1.8.0.0.zip) 5. Update the repo.json version, timestamp, downloadCount and download links. 6. Commit your changes and push. -7. Tag the project version (eg: `git tag v1.4.0.0`) and push the tag. +7. Tag the project version (eg: `git tag v1.8.0.0`) and push the tag. 8. Create a release on github, upload the zip and publish 9. Remove the FFXIV\_Vibe\_Plugin in devPlugins/FFXIV\_Vibe\_Plugin diff --git a/FFXIV_Vibe_Plugin/FFXIV_Vibe_Plugin.csproj b/FFXIV_Vibe_Plugin/FFXIV_Vibe_Plugin.csproj index 2163eef..4ca45ba 100644 --- a/FFXIV_Vibe_Plugin/FFXIV_Vibe_Plugin.csproj +++ b/FFXIV_Vibe_Plugin/FFXIV_Vibe_Plugin.csproj @@ -3,7 +3,7 @@ KacieXX Karsian - 1.8.0.0 + 1.8.0.1 A plugin to help you vibe your controller or toys kacieXX 2023 https://github.com/kaciexx/FFXIV_Vibe_Plugin diff --git a/repo.json b/repo.json index 75ab216..fbe6660 100644 --- a/repo.json +++ b/repo.json @@ -4,7 +4,7 @@ "Name": "FFXIV Vibe Plugin", "Description": "Plugin that let you vibe your controller or toys", "InternalName": "FFXIV_Vibe_Plugin", - "AssemblyVersion": "1.8.0.0", + "AssemblyVersion": "1.8.0.1", "RepoUrl": "https://github.com/kaciexx/FFXIV_Vibe_Plugin", "ApplicableVersion": "any", "Tags": [ @@ -16,10 +16,10 @@ "IconUrl": "https://github.com/kaciexx/FFXIV_Vibe_Plugin/raw/master/images/logo.png", "IsHide": "False", "IsTestingExclusive": "False", - "LastUpdated": 1662225133, - "DownloadCount": 3352, - "DownloadLinkInstall": "https://github.com/kaciexx/FFXIV_Vibe_Plugin/releases/download/v1.8.0.0/FFXIV_Vibe_Plugin_v1.8.0.0.zip", - "DownloadLinkTesting": "https://github.com/kaciexx/FFXIV_Vibe_Plugin/releases/download/v1.8.0.0/FFXIV_Vibe_Plugin_v1.8.0.0.zip", - "DownloadLinkUpdate": "https://github.com/kaciexx/FFXIV_Vibe_Plugin/releases/download/v1.8.0.0/FFXIV_Vibe_Plugin_v1.8.0.0.zip" + "LastUpdated": 1674601693, + "DownloadCount": 3607, + "DownloadLinkInstall": "https://github.com/kaciexx/FFXIV_Vibe_Plugin/releases/download/v1.8.0.1/FFXIV_Vibe_Plugin_v1.8.0.1.zip", + "DownloadLinkTesting": "https://github.com/kaciexx/FFXIV_Vibe_Plugin/releases/download/v1.8.0.1/FFXIV_Vibe_Plugin_v1.8.0.1.zip", + "DownloadLinkUpdate": "https://github.com/kaciexx/FFXIV_Vibe_Plugin/releases/download/v1.8.0.1/FFXIV_Vibe_Plugin_v1.8.0.1.zip" } ]