Skip to content

Commit

Permalink
Removed CLSCompliant attributes everywhere. Updated license header da…
Browse files Browse the repository at this point in the history
…tes. Updated nuget package to use license file/logo file attributes. Updated dependencies (new ILPatcher means 'cpobj' instruction is no longer used, so IL2CPP should work now in Unity)
  • Loading branch information
Starnick committed Feb 16, 2020
1 parent 71d1651 commit e988391
Show file tree
Hide file tree
Showing 84 changed files with 94 additions and 132 deletions.
3 changes: 0 additions & 3 deletions AssimpNet.Net4Sample/AssimpNet.Net4Sample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,6 @@
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\AssimpNet\AssimpNet.csproj">
<Project>{eab14bd7-4180-407a-bb55-d67c9d32f9fe}</Project>
Expand Down
2 changes: 1 addition & 1 deletion AssimpNet.Net4Sample/Program.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2012-2018 AssimpNet - Nicholas Woodfield
* Copyright (c) 2012-2020 AssimpNet - Nicholas Woodfield
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion AssimpNet.Sample/Camera.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2012-2018 AssimpNet - Nicholas Woodfield
* Copyright (c) 2012-2020 AssimpNet - Nicholas Woodfield
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion AssimpNet.Sample/Helper.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2012-2018 AssimpNet - Nicholas Woodfield
* Copyright (c) 2012-2020 AssimpNet - Nicholas Woodfield
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion AssimpNet.Sample/Program.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2012-2018 AssimpNet - Nicholas Woodfield
* Copyright (c) 2012-2020 AssimpNet - Nicholas Woodfield
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion AssimpNet.Sample/SampleApp.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2012-2018 AssimpNet - Nicholas Woodfield
* Copyright (c) 2012-2020 AssimpNet - Nicholas Woodfield
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion AssimpNet.Sample/Shaders.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2012-2018 AssimpNet - Nicholas Woodfield
* Copyright (c) 2012-2020 AssimpNet - Nicholas Woodfield
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion AssimpNet.Sample/SimpleModel.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2012-2018 AssimpNet - Nicholas Woodfield
* Copyright (c) 2012-2020 AssimpNet - Nicholas Woodfield
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion AssimpNet.Test/AssimpContextTestFixture.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2012-2018 AssimpNet - Nicholas Woodfield
* Copyright (c) 2012-2020 AssimpNet - Nicholas Woodfield
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
9 changes: 6 additions & 3 deletions AssimpNet.Test/AssimpNet.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.8.0" />
<PackageReference Include="NUnit" Version="3.10.1" />
<PackageReference Include="NUnit3TestAdapter" Version="3.10.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.5.0" />
<PackageReference Include="NUnit" Version="3.12.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.16.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="OpenTK.NETCore" Version="1.1.2749.6433" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion AssimpNet.Test/Color3DTestFixture.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2012-2018 AssimpNet - Nicholas Woodfield
* Copyright (c) 2012-2020 AssimpNet - Nicholas Woodfield
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion AssimpNet.Test/Color4DTestFixture.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2012-2018 AssimpNet - Nicholas Woodfield
* Copyright (c) 2012-2020 AssimpNet - Nicholas Woodfield
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion AssimpNet.Test/ExportDataBlobTestFixture.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2012-2018 AssimpNet - Nicholas Woodfield
* Copyright (c) 2012-2020 AssimpNet - Nicholas Woodfield
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion AssimpNet.Test/IOSystem_TestFixture.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2012-2018 AssimpNet - Nicholas Woodfield
* Copyright (c) 2012-2020 AssimpNet - Nicholas Woodfield
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion AssimpNet.Test/MarshalingTestFixture.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2012-2018 AssimpNet - Nicholas Woodfield
* Copyright (c) 2012-2020 AssimpNet - Nicholas Woodfield
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion AssimpNet.Test/Matrix3x3TestFixture.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2012-2018 AssimpNet - Nicholas Woodfield
* Copyright (c) 2012-2020 AssimpNet - Nicholas Woodfield
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion AssimpNet.Test/Matrix4x4TestFixture.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2012-2018 AssimpNet - Nicholas Woodfield
* Copyright (c) 2012-2020 AssimpNet - Nicholas Woodfield
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion AssimpNet.Test/MiscDefectTests.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2012-2018 AssimpNet - Nicholas Woodfield
* Copyright (c) 2012-2020 AssimpNet - Nicholas Woodfield
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion AssimpNet.Test/ObjSameFolderMtl_TestFixture.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2012-2018 AssimpNet - Nicholas Woodfield
* Copyright (c) 2012-2020 AssimpNet - Nicholas Woodfield
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion AssimpNet.Test/QuaternionTestFixture.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2012-2018 AssimpNet - Nicholas Woodfield
* Copyright (c) 2012-2020 AssimpNet - Nicholas Woodfield
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion AssimpNet.Test/TestHelper.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2012-2018 AssimpNet - Nicholas Woodfield
* Copyright (c) 2012-2020 AssimpNet - Nicholas Woodfield
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion AssimpNet.Test/Vector2DTestFixture.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2012-2018 AssimpNet - Nicholas Woodfield
* Copyright (c) 2012-2020 AssimpNet - Nicholas Woodfield
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion AssimpNet.Test/Vector3DTestFixture.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2012-2018 AssimpNet - Nicholas Woodfield
* Copyright (c) 2012-2020 AssimpNet - Nicholas Woodfield
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion AssimpNet/Animation.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2012-2018 AssimpNet - Nicholas Woodfield
* Copyright (c) 2012-2020 AssimpNet - Nicholas Woodfield
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion AssimpNet/AssimpContext.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2012-2018 AssimpNet - Nicholas Woodfield
* Copyright (c) 2012-2020 AssimpNet - Nicholas Woodfield
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion AssimpNet/AssimpException.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2012-2018 AssimpNet - Nicholas Woodfield
* Copyright (c) 2012-2020 AssimpNet - Nicholas Woodfield
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
11 changes: 6 additions & 5 deletions AssimpNet/AssimpNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>Nicholas Woodfield</Authors>
<Company />
<Version>4.1.0</Version>
<PackageLicenseUrl>http://opensource.org/licenses/mit-license.php</PackageLicenseUrl>
<Copyright>Copyright © 2012-2018 Nicholas Woodfield</Copyright>
<PackageIconUrl>https://bytebucket.org/Starnick/assimpnet/raw/18e2bc4dbf261221bac39741247287c4f5f373bb/logo.png</PackageIconUrl>
<Version>5.0.0</Version>
<PackageLicenseFile>License.txt</PackageLicenseFile>
<Copyright>Copyright © 2012-2020 Nicholas Woodfield</Copyright>
<PackageIcon>logo.png</PackageIcon>
<PackageProjectUrl>https://bitbucket.org/Starnick/assimpnet</PackageProjectUrl>
<RepositoryUrl>https://bitbucket.org/Starnick/assimpnet.git</RepositoryUrl>
<RepositoryType>Git</RepositoryType>
Expand All @@ -29,6 +29,7 @@
</PropertyGroup>

<ItemGroup>
<Content Include="..\logo.png" Link="nuget\logo.png" PackagePath=""/>
<Content Include="..\ChangeLog.txt" Link="nuget\ChangeLog.txt" PackagePath="" />
<Content Include="..\License.txt" Link="nuget\License.txt" PackagePath="" />
<Content Include="..\Docs\AssimpNet Documentation %28October 2018%29.chm" Link="nuget\AssimpNet Documentation %28October 2018%29.chm" PackagePath="" />
Expand All @@ -40,7 +41,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="MemoryInterop.ILPatcher" Version="2.0.0">
<PackageReference Include="MemoryInterop.ILPatcher" Version="2.2.0">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion AssimpNet/Bone.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2012-2018 AssimpNet - Nicholas Woodfield
* Copyright (c) 2012-2020 AssimpNet - Nicholas Woodfield
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion AssimpNet/Camera.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2012-2018 AssimpNet - Nicholas Woodfield
* Copyright (c) 2012-2020 AssimpNet - Nicholas Woodfield
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion AssimpNet/Color3D.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2012-2018 AssimpNet - Nicholas Woodfield
* Copyright (c) 2012-2020 AssimpNet - Nicholas Woodfield
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion AssimpNet/Color4D.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2012-2018 AssimpNet - Nicholas Woodfield
* Copyright (c) 2012-2020 AssimpNet - Nicholas Woodfield
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion AssimpNet/Configs/PropertyConfig.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2012-2018 AssimpNet - Nicholas Woodfield
* Copyright (c) 2012-2020 AssimpNet - Nicholas Woodfield
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion AssimpNet/EmbeddedTexture.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2012-2018 AssimpNet - Nicholas Woodfield
* Copyright (c) 2012-2020 AssimpNet - Nicholas Woodfield
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion AssimpNet/Enums.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2012-2018 AssimpNet - Nicholas Woodfield
* Copyright (c) 2012-2020 AssimpNet - Nicholas Woodfield
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion AssimpNet/ExportDataBlob.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2012-2018 AssimpNet - Nicholas Woodfield
* Copyright (c) 2012-2020 AssimpNet - Nicholas Woodfield
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion AssimpNet/ExportFormatDescription.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2012-2018 AssimpNet - Nicholas Woodfield
* Copyright (c) 2012-2020 AssimpNet - Nicholas Woodfield
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion AssimpNet/Face.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2012-2018 AssimpNet - Nicholas Woodfield
* Copyright (c) 2012-2020 AssimpNet - Nicholas Woodfield
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion AssimpNet/FileIOSystem.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2012-2018 AssimpNet - Nicholas Woodfield
* Copyright (c) 2012-2020 AssimpNet - Nicholas Woodfield
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion AssimpNet/IOStream.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2012-2018 AssimpNet - Nicholas Woodfield
* Copyright (c) 2012-2020 AssimpNet - Nicholas Woodfield
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion AssimpNet/IOSystem.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2012-2018 AssimpNet - Nicholas Woodfield
* Copyright (c) 2012-2020 AssimpNet - Nicholas Woodfield
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion AssimpNet/ImporterDescription.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2012-2018 AssimpNet - Nicholas Woodfield
* Copyright (c) 2012-2020 AssimpNet - Nicholas Woodfield
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion AssimpNet/Interfaces.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2012-2018 AssimpNet - Nicholas Woodfield
* Copyright (c) 2012-2020 AssimpNet - Nicholas Woodfield
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion AssimpNet/Light.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2012-2018 AssimpNet - Nicholas Woodfield
* Copyright (c) 2012-2020 AssimpNet - Nicholas Woodfield
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion AssimpNet/LogStream.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2012-2018 AssimpNet - Nicholas Woodfield
* Copyright (c) 2012-2020 AssimpNet - Nicholas Woodfield
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion AssimpNet/Material.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2012-2018 AssimpNet - Nicholas Woodfield
* Copyright (c) 2012-2020 AssimpNet - Nicholas Woodfield
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion AssimpNet/MaterialProperty.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2012-2018 AssimpNet - Nicholas Woodfield
* Copyright (c) 2012-2020 AssimpNet - Nicholas Woodfield
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion AssimpNet/Matrix3x3.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2012-2018 AssimpNet - Nicholas Woodfield
* Copyright (c) 2012-2020 AssimpNet - Nicholas Woodfield
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion AssimpNet/Matrix4x4.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2012-2018 AssimpNet - Nicholas Woodfield
* Copyright (c) 2012-2020 AssimpNet - Nicholas Woodfield
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion AssimpNet/MemoryHelper.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2012-2018 AssimpNet - Nicholas Woodfield
* Copyright (c) 2012-2020 AssimpNet - Nicholas Woodfield
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
3 changes: 1 addition & 2 deletions AssimpNet/Mesh.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2012-2018 AssimpNet - Nicholas Woodfield
* Copyright (c) 2012-2020 AssimpNet - Nicholas Woodfield
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down Expand Up @@ -545,7 +545,6 @@ public int[] GetIndices()
/// array as unsigned integers (the default from Assimp, if you need them).
/// </summary>
/// <returns>uint index array</returns>
[CLSCompliant(false)]
public uint[] GetUnsignedIndices()
{
if(HasFaces)
Expand Down
Loading

0 comments on commit e988391

Please sign in to comment.