Skip to content

Commit

Permalink
Merge pull request #6 from MrUnbelievable92/v2.3.0
Browse files Browse the repository at this point in the history
Release 2.3.0
  • Loading branch information
MrUnbelievable92 authored Aug 18, 2022
2 parents e08e11e + a1bff90 commit 981f38f
Show file tree
Hide file tree
Showing 1,100 changed files with 163,435 additions and 67,039 deletions.
7 changes: 7 additions & 0 deletions LICENSE.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions README.md.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions Runtime.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 8 additions & 6 deletions Runtime/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Reflection;
using System.Reflection;
using System.Runtime.InteropServices;
using System.Runtime.CompilerServices;
using System.Diagnostics.CodeAnalysis;
Expand All @@ -11,10 +11,11 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("MaxMath")]
[assembly: AssemblyCopyright("Copyright © 2020 - 2021 Maximilian Kalimon")]
[assembly: AssemblyCopyright("Copyright © 2020 - 2022 Maximilian Kalimon")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: InternalsVisibleTo("MaxMath.Tests")]
[assembly: InternalsVisibleTo("SIMD Algorithms")]

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
Expand All @@ -31,8 +32,9 @@
// Build Number
// Revision
//
[assembly: AssemblyVersion("2.2.0")]
[assembly: AssemblyFileVersion("2.2.0")]
[assembly: AssemblyInformationalVersion("2.2 Release")]
[assembly: AssemblyVersion("2.3.0")]
[assembly: AssemblyFileVersion("2.3.0")]
[assembly: AssemblyInformationalVersion("2.3 Release")]

[assembly: SuppressMessage("Style", "IDE1006:Naming Styles", Justification = "Unity.Mathematics API consistency")]
[assembly: SuppressMessage("Style", "IDE1006:Naming Styles", Justification = "Unity.Mathematics API consistency")]
[assembly: CompilationRelaxationsAttribute(CompilationRelaxations.NoStringInterning)]
11 changes: 11 additions & 0 deletions Runtime/AssemblyInfo.cs.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 981f38f

Please sign in to comment.