Skip to content

Commit

Permalink
Release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ikorin24 committed Oct 8, 2021
1 parent cb2c599 commit 3a143fc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# U8XmlParser

[![GitHub license](https://img.shields.io/github/license/ikorin24/U8XmlParser?color=FF8821)](https://github.com/ikorin24/U8XmlParser/blob/master/LICENSE)
[![nuget](https://img.shields.io/badge/nuget-v1.0.2-FF8821)](https://www.nuget.org/packages/U8XmlParser)
[![nuget](https://img.shields.io/badge/nuget-v1.1.0-FF8821)](https://www.nuget.org/packages/U8XmlParser)

High performance, thread-safe and IL2CPP-safe C# xml parser.

Expand All @@ -23,7 +23,7 @@ $ dotnet add package U8XmlParser

If Unity 2020 or newer, install the package from UPM by git URL.

git URL: (https://github.com/ikorin24/U8XmlParser.git?path=src/U8XmlParserUnity/Assets/Plugins#v1.0.2)
git URL: (https://github.com/ikorin24/U8XmlParser.git?path=src/U8XmlParserUnity/Assets/Plugins#v1.1.0)

For Unity 2019 or older, add the following libraries built for .net standard2.0 to your project.
You can get them at the [release page](https://github.com/ikorin24/U8XmlParser/releases).
Expand Down
2 changes: 1 addition & 1 deletion src/U8XmlParser/U8XmlParser.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<RepositoryUrl>https://github.com/ikorin24/U8XmlParser.git</RepositoryUrl>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<RepositoryType>git</RepositoryType>
<Version>1.1.0-pre1</Version>
<Version>1.1.0</Version>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/U8XmlParserUnity/Assets/Plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.ikorin24.u8xmlparser",
"displayName": "U8XmlParser",
"version": "1.1.0-pre1",
"version": "1.1.0",
"unity": "2020.3",
"description": "Provides the fastest xml parser.",
"keywords": [ "xml", "parser", "XmlParser", "U8XmlParser" ],
Expand Down

0 comments on commit 3a143fc

Please sign in to comment.