From 953b4152ee2c5d7682b704b2b3966be5fcf8d41a Mon Sep 17 00:00:00 2001 From: Sanjar Date: Tue, 11 Jun 2024 22:16:36 +0600 Subject: [PATCH 1/4] Update docs link Updated deprecated GitHub Wiki link to the new wiki site. --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index a8f060da3..921f4161e 100644 --- a/README +++ b/README @@ -17,7 +17,7 @@ Documentation ------------- Documentation for FNA can be found on the FNA wiki: -https://github.com/FNA-XNA/FNA/wiki +https://fna-xna.github.io/docs/ Found an issue? --------------- From d63e0a4f0dea93dacc4ac66033061070f931dc23 Mon Sep 17 00:00:00 2001 From: Ethan Lee Date: Mon, 1 Jul 2024 11:28:04 -0400 Subject: [PATCH 2/4] SDL2# update --- lib/SDL2-CS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/SDL2-CS b/lib/SDL2-CS index b1c4fdfd1..1eb20e5c6 160000 --- a/lib/SDL2-CS +++ b/lib/SDL2-CS @@ -1 +1 @@ -Subproject commit b1c4fdfd10ac3e70c8b3d917029f247fda80855b +Subproject commit 1eb20e5c690aee9a5188ba9cf06207295c51d935 From 0149d584e381add9ce182e3368b76ff55a99a8b5 Mon Sep 17 00:00:00 2001 From: Ethan Lee Date: Mon, 1 Jul 2024 11:28:35 -0400 Subject: [PATCH 3/4] FAudio/FNA3D 24.07 --- lib/FAudio | 2 +- lib/FNA3D | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/FAudio b/lib/FAudio index 8a05b08ad..fc73007cd 160000 --- a/lib/FAudio +++ b/lib/FAudio @@ -1 +1 @@ -Subproject commit 8a05b08ad18e746b4258ad8ae87d2e2bd5eebd53 +Subproject commit fc73007cd71187ed639fb6480eac88be00325101 diff --git a/lib/FNA3D b/lib/FNA3D index 7fe7e1465..56f324634 160000 --- a/lib/FNA3D +++ b/lib/FNA3D @@ -1 +1 @@ -Subproject commit 7fe7e1465a81b796ec0d6e6c8a5da13f4e28869c +Subproject commit 56f3246341b6b4709650fad3c95eef3e678ed60b From d6933f8ee7c2eb3782d69407639d699e786836e6 Mon Sep 17 00:00:00 2001 From: Ethan Lee Date: Mon, 1 Jul 2024 11:28:57 -0400 Subject: [PATCH 4/4] 24.07 --- src/Properties/AssemblyInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Properties/AssemblyInfo.cs b/src/Properties/AssemblyInfo.cs index fcc0019f3..815cb662a 100644 --- a/src/Properties/AssemblyInfo.cs +++ b/src/Properties/AssemblyInfo.cs @@ -39,4 +39,4 @@ // Build Number // Revision // -[assembly: AssemblyVersion("24.06.0.0")] +[assembly: AssemblyVersion("24.07.0.0")]