v1.8.0.1
This commit is contained in:
parent
1282abae67
commit
f2739939c6
@ -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
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
<PropertyGroup>
|
||||
<Authors>KacieXX</Authors>
|
||||
<Company>Karsian</Company>
|
||||
<Version>1.8.0.0</Version>
|
||||
<Version>1.8.0.1</Version>
|
||||
<Description>A plugin to help you vibe your controller or toys</Description>
|
||||
<Copyright>kacieXX 2023</Copyright>
|
||||
<PackageProjectUrl>https://github.com/kaciexx/FFXIV_Vibe_Plugin</PackageProjectUrl>
|
||||
|
12
repo.json
12
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"
|
||||
}
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user