diff --git a/Gorgon/Gorgon.Graphics.Avalonia/Gorgon.Graphics.Avalonia.csproj b/Gorgon/Gorgon.Graphics.Avalonia/Gorgon.Graphics.Avalonia.csproj index 2a85e4c9d..26968c034 100644 --- a/Gorgon/Gorgon.Graphics.Avalonia/Gorgon.Graphics.Avalonia.csproj +++ b/Gorgon/Gorgon.Graphics.Avalonia/Gorgon.Graphics.Avalonia.csproj @@ -54,12 +54,6 @@ runtime; build; native; contentfiles; analyzers; buildtransitive all - - 4.2.0 - - - 4.2.0 - diff --git a/Gorgon/Gorgon.Graphics.Core/Gorgon.Graphics.Core.csproj b/Gorgon/Gorgon.Graphics.Core/Gorgon.Graphics.Core.csproj index 676735e62..3544bce7c 100644 --- a/Gorgon/Gorgon.Graphics.Core/Gorgon.Graphics.Core.csproj +++ b/Gorgon/Gorgon.Graphics.Core/Gorgon.Graphics.Core.csproj @@ -32,6 +32,7 @@ true + True true diff --git a/nuget/Debug/Gorgon.Animation.debug.nuspec b/nuget/Debug/Gorgon.Animation.debug.nuspec index 1a96d1d9d..8d6ae0fc6 100644 --- a/nuget/Debug/Gorgon.Animation.debug.nuspec +++ b/nuget/Debug/Gorgon.Animation.debug.nuspec @@ -12,7 +12,8 @@ false Contains the functionality used to provide animation to specific property types on objects. - Copyright 2020 Tape_Worm + Copyright 2023 Tape_Worm + Gorgon C# .NET Direct3D SharpDX Graphics Animation diff --git a/nuget/Debug/Gorgon.Core.debug.nuspec b/nuget/Debug/Gorgon.Core.debug.nuspec index 178625b18..a9d2afe35 100644 --- a/nuget/Debug/Gorgon.Core.debug.nuspec +++ b/nuget/Debug/Gorgon.Core.debug.nuspec @@ -12,7 +12,8 @@ false Contains common core functionality used by the various Gorgon libraries. - Copyright 2020 Tape_Worm + Copyright 2023 Tape_Worm + Gorgon C# .NET diff --git a/nuget/Debug/Gorgon.Editor.API.debug.nuspec b/nuget/Debug/Gorgon.Editor.API.debug.nuspec index 825171c61..c6f54fd6e 100644 --- a/nuget/Debug/Gorgon.Editor.API.debug.nuspec +++ b/nuget/Debug/Gorgon.Editor.API.debug.nuspec @@ -12,7 +12,8 @@ false The API for accessing content file systems created by the Gorgon Editor from an application. It can also be used to create plug ins for the Editor application. - Copyright 2020 Tape_Worm + Copyright 2023 Tape_Worm + Gorgon C# .NET Direct3D SharpDX Graphics 2D Windows Input GorgonEditor Animation diff --git a/nuget/Debug/Gorgon.FileSystem.debug.nuspec b/nuget/Debug/Gorgon.FileSystem.debug.nuspec index 8b293698c..e7237b754 100644 --- a/nuget/Debug/Gorgon.FileSystem.debug.nuspec +++ b/nuget/Debug/Gorgon.FileSystem.debug.nuspec @@ -12,7 +12,8 @@ false Contains functionality for a unified virtual file system for Gorgon. - Copyright 2020 Tape_Worm + Copyright 2023 Tape_Worm + Gorgon C# .NET diff --git a/nuget/Debug/Gorgon.Graphics.Avalonia.debug.nuspec b/nuget/Debug/Gorgon.Graphics.Avalonia.debug.nuspec new file mode 100644 index 000000000..3357ea1b1 --- /dev/null +++ b/nuget/Debug/Gorgon.Graphics.Avalonia.debug.nuspec @@ -0,0 +1,29 @@ + + + + Gorgon.Graphics.Avalonia.Debug + $version$-beta + Gorgon.Graphics.Avalonia (DEBUG) + Tape_Worm + Tape_Worm + MIT + https://www.tape-worm.net + images\Gorgon_Icon_64x64.png + false + Contains functionality to render Gorgon graphics into an Avalonia surface. + + Copyright 2023 Tape_Worm + Gorgon C# .NET Direct3D SharpDX Graphics 2D Windows Avalonia + + + + + + + + + + + + + \ No newline at end of file diff --git a/nuget/Debug/Gorgon.Graphics.Core.debug.nuspec b/nuget/Debug/Gorgon.Graphics.Core.debug.nuspec index 95118bee0..cafd6a583 100644 --- a/nuget/Debug/Gorgon.Graphics.Core.debug.nuspec +++ b/nuget/Debug/Gorgon.Graphics.Core.debug.nuspec @@ -12,7 +12,8 @@ false Contains access to low level graphics functionality utilizing hardware accelerated rendering through Direct3D 11.2. - Copyright 2020 Tape_Worm + Copyright 2023 Tape_Worm + Gorgon C# .NET Direct3D SharpDX Graphics 2D Windows diff --git a/nuget/Debug/Gorgon.Graphics.Fonts.debug.nuspec b/nuget/Debug/Gorgon.Graphics.Fonts.debug.nuspec index 0e85074b9..f1a216866 100644 --- a/nuget/Debug/Gorgon.Graphics.Fonts.debug.nuspec +++ b/nuget/Debug/Gorgon.Graphics.Fonts.debug.nuspec @@ -12,7 +12,8 @@ false Contains functionality to create, read and store bitmap fonts for use in text rendering. - Copyright 2020 Tape_Worm + Copyright 2023 Tape_Worm + Gorgon C# .NET Direct3D SharpDX Graphics 2D Windows Fonts diff --git a/nuget/Debug/Gorgon.Graphics.Imaging.debug.nuspec b/nuget/Debug/Gorgon.Graphics.Imaging.debug.nuspec index 679ac1976..fbc15a100 100644 --- a/nuget/Debug/Gorgon.Graphics.Imaging.debug.nuspec +++ b/nuget/Debug/Gorgon.Graphics.Imaging.debug.nuspec @@ -12,7 +12,8 @@ false Contains functionality to read, write and manipulate image data using various common image formats such as DDS, TGA, PNG, etc... - Copyright 2020 Tape_Worm + Copyright 2023 Tape_Worm + Gorgon C# .NET Direct3D SharpDX Graphics Imaging diff --git a/nuget/Debug/Gorgon.Graphics.Wpf.debug.nuspec b/nuget/Debug/Gorgon.Graphics.Wpf.debug.nuspec index a58f1381f..5755b273b 100644 --- a/nuget/Debug/Gorgon.Graphics.Wpf.debug.nuspec +++ b/nuget/Debug/Gorgon.Graphics.Wpf.debug.nuspec @@ -12,7 +12,8 @@ false Contains functionality to render Gorgon graphics into a WPF surface. - Copyright 2021 Tape_Worm + Copyright 2023 Tape_Worm + Gorgon C# .NET Direct3D SharpDX Graphics 2D Windows WPF diff --git a/nuget/Debug/Gorgon.Input.debug.nuspec b/nuget/Debug/Gorgon.Input.debug.nuspec index 65d2d016e..e2af72d3e 100644 --- a/nuget/Debug/Gorgon.Input.debug.nuspec +++ b/nuget/Debug/Gorgon.Input.debug.nuspec @@ -12,7 +12,8 @@ false Contains functionality to access the various input devices attached to the system. - Copyright 2020 Tape_Worm + Copyright 2023 Tape_Worm + Gorgon C# .NET SharpDX Graphics Windows Input XInput DirectInput RawInput WinForms diff --git a/nuget/Debug/Gorgon.Renderers.Gorgon2D.debug.nuspec b/nuget/Debug/Gorgon.Renderers.Gorgon2D.debug.nuspec index 754b1b261..0bc0d3a48 100644 --- a/nuget/Debug/Gorgon.Renderers.Gorgon2D.debug.nuspec +++ b/nuget/Debug/Gorgon.Renderers.Gorgon2D.debug.nuspec @@ -12,7 +12,8 @@ false Contains a renderer used to draw two dimensional graphics using Direct 3D 11.2 for hardware accelation. - Copyright 2020 Tape_Worm + Copyright 2023 Tape_Worm + Gorgon C# .NET Direct3D SharpDX Graphics 2D Windows Animation Fonts diff --git a/nuget/Debug/Gorgon.Windows.debug.nuspec b/nuget/Debug/Gorgon.Windows.debug.nuspec index 60c409d28..54d11e6b5 100644 --- a/nuget/Debug/Gorgon.Windows.debug.nuspec +++ b/nuget/Debug/Gorgon.Windows.debug.nuspec @@ -12,7 +12,8 @@ false Contains functionality specific to the Microsoft Windows platform. - Copyright 2020 Tape_Worm + Copyright 2023 Tape_Worm + Gorgon C# .NET Windows Win32 diff --git a/nuget/Gorgon.Animation.nuspec b/nuget/Gorgon.Animation.nuspec index f4b88103e..e218f44bf 100644 --- a/nuget/Gorgon.Animation.nuspec +++ b/nuget/Gorgon.Animation.nuspec @@ -12,7 +12,8 @@ false Contains the functionality used to provide animation to specific property types on objects. - Copyright 2020 Tape_Worm + Copyright 2023 Tape_Worm + Gorgon C# .NET Direct3D SharpDX Graphics Animation diff --git a/nuget/Gorgon.Core.nuspec b/nuget/Gorgon.Core.nuspec index 82486dec4..b99be4be2 100644 --- a/nuget/Gorgon.Core.nuspec +++ b/nuget/Gorgon.Core.nuspec @@ -12,7 +12,8 @@ false Contains common core functionality used by the various Gorgon libraries. - Copyright 2020 Tape_Worm + Copyright 2023 Tape_Worm + Gorgon C# .NET diff --git a/nuget/Gorgon.Editor.API.nuspec b/nuget/Gorgon.Editor.API.nuspec index 1003e44fd..f75eb0428 100644 --- a/nuget/Gorgon.Editor.API.nuspec +++ b/nuget/Gorgon.Editor.API.nuspec @@ -12,7 +12,8 @@ false The API for accessing content file systems created by the Gorgon Editor from an application. It can also be used to create plug ins for the Editor application. - Copyright 2020 Tape_Worm + Copyright 2023 Tape_Worm + Gorgon C# .NET Direct3D SharpDX Graphics 2D Windows Input GorgonEditor Animation diff --git a/nuget/Gorgon.FileSystem.nuspec b/nuget/Gorgon.FileSystem.nuspec index b029d913a..9f001cdfa 100644 --- a/nuget/Gorgon.FileSystem.nuspec +++ b/nuget/Gorgon.FileSystem.nuspec @@ -12,7 +12,8 @@ false Contains functionality for a unified virtual file system for Gorgon. - Copyright 2020 Tape_Worm + Copyright 2023 Tape_Worm + Gorgon C# .NET diff --git a/nuget/Gorgon.Graphics.Avalonia.nuspec b/nuget/Gorgon.Graphics.Avalonia.nuspec new file mode 100644 index 000000000..93f7d214b --- /dev/null +++ b/nuget/Gorgon.Graphics.Avalonia.nuspec @@ -0,0 +1,29 @@ + + + + Gorgon.Graphics.Avalonia + $version$ + Gorgon.Graphics.Avalonia + Tape_Worm + Tape_Worm + MIT + https://www.tape-worm.net + images\Gorgon_Icon_64x64.png + false + Contains functionality to render Gorgon graphics into an Avalonia surface. + + Copyright 2023 Tape_Worm + Gorgon C# .NET Direct3D SharpDX Graphics 2D Windows Avalonia + + + + + + + + + + + + + \ No newline at end of file diff --git a/nuget/Gorgon.Graphics.Core.nuspec b/nuget/Gorgon.Graphics.Core.nuspec index cbb71c30d..8b12bbc02 100644 --- a/nuget/Gorgon.Graphics.Core.nuspec +++ b/nuget/Gorgon.Graphics.Core.nuspec @@ -12,7 +12,8 @@ false Contains access to low level graphics functionality utilizing hardware accelerated rendering through Direct3D 11.2. - Copyright 2020 Tape_Worm + Copyright 2023 Tape_Worm + Gorgon C# .NET Direct3D SharpDX Graphics 2D Windows diff --git a/nuget/Gorgon.Graphics.Fonts.nuspec b/nuget/Gorgon.Graphics.Fonts.nuspec index f6a4f60f1..b183903e6 100644 --- a/nuget/Gorgon.Graphics.Fonts.nuspec +++ b/nuget/Gorgon.Graphics.Fonts.nuspec @@ -12,7 +12,8 @@ false Contains functionality to create, read and store bitmap fonts for use in text rendering. - Copyright 2020 Tape_Worm + Copyright 2023 Tape_Worm + Gorgon C# .NET Direct3D SharpDX Graphics 2D Windows Fonts diff --git a/nuget/Gorgon.Graphics.Imaging.nuspec b/nuget/Gorgon.Graphics.Imaging.nuspec index a2a79d282..d2b7810af 100644 --- a/nuget/Gorgon.Graphics.Imaging.nuspec +++ b/nuget/Gorgon.Graphics.Imaging.nuspec @@ -12,7 +12,8 @@ false Contains functionality to read, write and manipulate image data using various common image formats such as DDS, TGA, PNG, etc... - Copyright 2020 Tape_Worm + Copyright 2023 Tape_Worm + Gorgon C# .NET Direct3D SharpDX Graphics Imaging diff --git a/nuget/Gorgon.Graphics.Wpf.nuspec b/nuget/Gorgon.Graphics.Wpf.nuspec index 8a573f263..38493d814 100644 --- a/nuget/Gorgon.Graphics.Wpf.nuspec +++ b/nuget/Gorgon.Graphics.Wpf.nuspec @@ -12,7 +12,8 @@ false Contains functionality to render Gorgon graphics into a WPF surface. - Copyright 2021 Tape_Worm + Copyright 2023 Tape_Worm + Gorgon C# .NET Direct3D SharpDX Graphics 2D Windows WPF diff --git a/nuget/Gorgon.Input.nuspec b/nuget/Gorgon.Input.nuspec index bf598d389..1efd526ff 100644 --- a/nuget/Gorgon.Input.nuspec +++ b/nuget/Gorgon.Input.nuspec @@ -12,7 +12,8 @@ false Contains functionality to access the various input devices attached to the system. - Copyright 2020 Tape_Worm + Copyright 2023 Tape_Worm + Gorgon C# .NET SharpDX Graphics Windows Input XInput DirectInput RawInput WinForms diff --git a/nuget/Gorgon.Renderers.Gorgon2D.nuspec b/nuget/Gorgon.Renderers.Gorgon2D.nuspec index 6182c3e7e..095b5d3a4 100644 --- a/nuget/Gorgon.Renderers.Gorgon2D.nuspec +++ b/nuget/Gorgon.Renderers.Gorgon2D.nuspec @@ -12,7 +12,8 @@ false Contains a renderer used to draw two dimensional graphics using Direct 3D 11.2 for hardware accelation. - Copyright 2020 Tape_Worm + Copyright 2023 Tape_Worm + Gorgon C# .NET Direct3D SharpDX Graphics 2D Windows Animation Fonts diff --git a/nuget/Gorgon.Windows.nuspec b/nuget/Gorgon.Windows.nuspec index fcc6f7052..4da095231 100644 --- a/nuget/Gorgon.Windows.nuspec +++ b/nuget/Gorgon.Windows.nuspec @@ -12,7 +12,8 @@ false Contains functionality specific to the Microsoft Windows platform. - Copyright 2020 Tape_Worm + Copyright 2023 Tape_Worm + Gorgon C# .NET Windows Win32