Skip to content

Commit

Permalink
0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hadashiA committed Jan 23, 2024
1 parent f1fd8fa commit 9782ae1
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<!-- NuGet Packaging -->
<PackageVersion>0.22.0</PackageVersion>
<PackageVersion>0.23.0</PackageVersion>
<Authors>hadashiA</Authors>
<PackageProjectUrl>https://github.com/hadashiA/VYaml</PackageProjectUrl>
<RepositoryUrl>$(PackageProjectUrl)</RepositoryUrl>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Require Unity 2021.3 or later.
If you are using a version of Unity newer than 2022.2, you can install as the Unity package manager at the following git URL;

```
https://github.com/hadashiA/VYaml.git?path=VYaml.Unity/Assets/VYaml#0.22.0
https://github.com/hadashiA/VYaml.git?path=VYaml.Unity/Assets/VYaml#0.23.0
```

If you are using Unity 2022.1 or older, the git url cannot be used as is because the source generator versions are different.
Expand Down
2 changes: 1 addition & 1 deletion VYaml.Unity/Assets/VYaml/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jp.hadashikick.vyaml",
"displayName": "VYaml",
"version": "0.22.0",
"version": "0.23.0",
"unity": "2021.3",
"description": "The extra fast YAML library",
"keywords": ["yaml", "serialization", "parser"],
Expand Down
14 changes: 14 additions & 0 deletions VYaml/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "vyaml",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/hadashiA/VYaml.git"
},
"private": true
}

0 comments on commit 9782ae1

Please sign in to comment.