Compare commits

..

No commits in common. "master" and "v1.0.1" have entirely different histories.

View File

@ -6,14 +6,10 @@
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> <PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<Authors>Thorsten Sommer</Authors> <Authors>Thorsten Sommer</Authors>
<Copyright>Thorsten Sommer</Copyright> <Copyright>Thorsten Sommer</Copyright>
<PackageProjectUrl>https://github.com/SommerEngineering/NoiseEngine</PackageProjectUrl> <PackageProjectUrl>https://github.com/SommerEngineering/CubicNoise</PackageProjectUrl>
<RepositoryUrl>https://github.com/SommerEngineering/NoiseEngine</RepositoryUrl> <RepositoryUrl>https://github.com/SommerEngineering/CubicNoise</RepositoryUrl>
<PackageTags>Noise, Procedural Generation, Cubic Noise</PackageTags> <PackageTags>Noise, Procedural Generation, Cubic Noise</PackageTags>
<PackageLicenseFile>LICENSE</PackageLicenseFile> <PackageLicenseFile>LICENSE</PackageLicenseFile>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<FileVersion>1.0.0.0</FileVersion>
<Version>1.0.0.1</Version>
<Description />
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">