Skip to content

Commit

Permalink
v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AXiX-official committed May 19, 2024
1 parent 0e95848 commit d02f8e0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# UnityAsset.NET

[![MIT](https://img.shields.io/github/license/AXiX-official/UnityAsset.NET)](https://github.com/AXiX-official/UnityAsset.NET/master/LICENSE)
[![NuGet Stats](https://img.shields.io/nuget/v/UnityAsset.NET.svg)](https://www.nuget.org/packages/UnityAsset.NET)

A .NET library for reading and modifying Unity assets and bundles.

## Features
Expand Down
7 changes: 3 additions & 4 deletions UnityAsset.NET/UnityAsset.NET.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,17 @@
<Nullable>enable</Nullable>
<Authors>AXiX</Authors>
<Description>A .NET library for reading and modifying Unity assets and bundles.</Description>
<Version>0.0.1</Version>
<Version>0.0.2</Version>
<Title>UnityAsset.NET</Title>
<Copyright>AXiX</Copyright>
<PackageProjectUrl>https://github.com/AXiX-official/UnityAsset.NET</PackageProjectUrl>
<RepositoryUrl>https://github.com/AXiX-official/UnityAsset.NET</RepositoryUrl>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<AssemblyVersion>0.0.1</AssemblyVersion>
<FileVersion>0.0.1</FileVersion>
<AssemblyVersion>0.0.2</AssemblyVersion>
<FileVersion>0.0.2</FileVersion>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageTags>Unity</PackageTags>
<PackAsTool>True</PackAsTool>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
</PropertyGroup>

Expand Down

0 comments on commit d02f8e0

Please sign in to comment.