Skip to content

Commit d7c25c7

Browse files
committed
update nuspec
1 parent c409849 commit d7c25c7

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

AssetTools.NET/AssetsTools.NET.nuspec

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
33
<metadata>
44
<id>AssetsTools.NET</id>
5-
<version>3.0.2</version>
5+
<version>3.0.3</version>
66
<authors>nesrak1</authors>
77
<owners>nesrak1</owners>
88
<requireLicenseAcceptance>false</requireLicenseAcceptance>
@@ -11,10 +11,12 @@
1111
<icon>icon.png</icon>
1212
<summary>An assets/bundle library, inspired by UABE's AssetsTools</summary>
1313
<description>An assets/bundle library, inspired by UABE's AssetsTools. Read and write assets and bundle files from engine versions 5.x and later. For most cases, you'll need the class data file which you can find in the AssetRipper/Tpk repo. See the wiki for usage and examples.</description>
14-
<releaseNotes>v3.0.2 - bug fixes, template field [] syntax, lz4 fast compress option</releaseNotes>
14+
<releaseNotes>v3.0.3 - added back .net 3.5 support, fixed typetrees with unicode, added field iterator helper class</releaseNotes>
1515
<projectUrl>https://github.com/nesrak1/AssetsTools.NET</projectUrl>
1616
<repository type="Git" url="https://github.com/nesrak1/AssetsTools.NET" />
1717
<dependencies>
18+
<group targetFramework=".NETFramework3.5">
19+
</group>
1820
<group targetFramework=".NETFramework4.0">
1921
</group>
2022
<group targetFramework=".NETStandard2.0">
@@ -24,6 +26,9 @@
2426
<files>
2527
<file src="icon.png" target="" />
2628

29+
<file src="bin\Release\net35\AssetsTools.NET.dll" target="lib/net35" />
30+
<file src="bin\Release\net35\AssetsTools.NET.pdb" target="lib/net35" />
31+
<file src="bin\Release\net35\AssetsTools.NET.xml" target="lib/net35" />
2732
<file src="bin\Release\net40\AssetsTools.NET.dll" target="lib/net40" />
2833
<file src="bin\Release\net40\AssetsTools.NET.pdb" target="lib/net40" />
2934
<file src="bin\Release\net40\AssetsTools.NET.xml" target="lib/net40" />

0 commit comments

Comments
 (0)