Skip to content

Commit

Permalink
Version 2.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 16, 2024
1 parent 36791f8 commit d9c201f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [2.5.5] - 2024-11-16

### Fixed
- [NDMF] ArgumentNullException on play mode when the avatar has a newly created Pipeline Manager.
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG_JP.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

このフォーマットは [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) に基づいており、このプロジェクトは [Semantic Versioning](https://semver.org/spec/v2.0.0.html) に準拠しています。

## [Unreleased]
## [2.5.5] - 2024-11-16

### 修正
- [NDMF] 作成したばかりの Pipeline Manager を持つアバターがあるとき Play Mode で ArgumentNullException が発生する問題を修正。
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public static class VRCQuestTools
/// <summary>
/// VRCQuestTools version (semver).
/// </summary>
public const string Version = "2.5.4";
public const string Version = "2.5.5";

/// <summary>
/// GitHub repository (username/reponame).
Expand Down
4 changes: 2 additions & 2 deletions Packages/com.github.kurotu.vrc-quest-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.github.kurotu.vrc-quest-tools",
"version": "2.5.4",
"version": "2.5.5",
"displayName": "VRCQuestTools",
"description": "Editor extension to support uploading VRChat Android avatars",
"unity": "2019.4",
Expand All @@ -17,7 +17,7 @@
"vpmDependencies": {
"com.vrchat.avatars": "^3.3.0"
},
"url": "https://github.com/kurotu/VRCQuestTools/releases/download/v2.5.4/com.github.kurotu.vrc-quest-tools-2.5.4.zip",
"url": "https://github.com/kurotu/VRCQuestTools/releases/download/v2.5.5/com.github.kurotu.vrc-quest-tools-2.5.5.zip",
"legacyFolders": {
"Assets\\KRT\\VRCQuestTools": "bb6bc9dbb414049cebd82117a7ccb2c1",
"Assets\\KRT\\VRCQuestToolsExtra": "0d11585594bb9756382a21acad43a616"
Expand Down

0 comments on commit d9c201f

Please sign in to comment.