Skip to content

Commit d02f8e0

Browse files
committed
v0.0.2
1 parent 0e95848 commit d02f8e0

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# UnityAsset.NET
22

3+
[![MIT](https://img.shields.io/github/license/AXiX-official/UnityAsset.NET)](https://github.com/AXiX-official/UnityAsset.NET/master/LICENSE)
4+
[![NuGet Stats](https://img.shields.io/nuget/v/UnityAsset.NET.svg)](https://www.nuget.org/packages/UnityAsset.NET)
5+
36
A .NET library for reading and modifying Unity assets and bundles.
47

58
## Features

UnityAsset.NET/UnityAsset.NET.csproj

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,17 @@
66
<Nullable>enable</Nullable>
77
<Authors>AXiX</Authors>
88
<Description>A .NET library for reading and modifying Unity assets and bundles.</Description>
9-
<Version>0.0.1</Version>
9+
<Version>0.0.2</Version>
1010
<Title>UnityAsset.NET</Title>
1111
<Copyright>AXiX</Copyright>
1212
<PackageProjectUrl>https://github.com/AXiX-official/UnityAsset.NET</PackageProjectUrl>
1313
<RepositoryUrl>https://github.com/AXiX-official/UnityAsset.NET</RepositoryUrl>
1414
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
15-
<AssemblyVersion>0.0.1</AssemblyVersion>
16-
<FileVersion>0.0.1</FileVersion>
15+
<AssemblyVersion>0.0.2</AssemblyVersion>
16+
<FileVersion>0.0.2</FileVersion>
1717
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
1818
<PackageReadmeFile>README.md</PackageReadmeFile>
1919
<PackageTags>Unity</PackageTags>
20-
<PackAsTool>True</PackAsTool>
2120
<PackageLicenseFile>LICENSE</PackageLicenseFile>
2221
</PropertyGroup>
2322

0 commit comments

Comments
 (0)