Skip to content

Commit 15cdf52

Browse files
committed
bump version to 0.2.0
1 parent 43a8b81 commit 15cdf52

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

UnityAsset.NET/UnityAsset.NET.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
<WarningsAsErrors>nullable</WarningsAsErrors>
88
<Authors>AXiX</Authors>
99
<Description>A work-in-progress .NET library for parsing/serializing/patching Unity Engine asset files.</Description>
10-
<Version>0.1.1</Version>
10+
<Version>0.2.0</Version>
1111
<Title>UnityAsset.NET</Title>
1212
<Copyright>AXiX</Copyright>
1313
<PackageProjectUrl>https://github.com/AXiX-official/UnityAsset.NET</PackageProjectUrl>
1414
<RepositoryUrl>https://github.com/AXiX-official/UnityAsset.NET</RepositoryUrl>
1515
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
16-
<AssemblyVersion>0.1.1.0</AssemblyVersion>
17-
<FileVersion>0.1.1.0</FileVersion>
16+
<AssemblyVersion>0.2.0</AssemblyVersion>
17+
<FileVersion>0.2.0</FileVersion>
1818
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
1919
<PackageReadmeFile>README.md</PackageReadmeFile>
2020
<PackageTags>Unity</PackageTags>

0 commit comments

Comments
 (0)