-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Added nuspec for Avalonia assembly.
- Updated copyright year in nuspec files.
- Loading branch information
Showing
26 changed files
with
103 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<?xml version="1.0"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd"> | ||
<metadata minClientVersion="5.3.0"> | ||
<id>Gorgon.Graphics.Avalonia.Debug</id> | ||
<version>$version$-beta</version> | ||
<title>Gorgon.Graphics.Avalonia (DEBUG)</title> | ||
<authors>Tape_Worm</authors> | ||
<owners>Tape_Worm</owners> | ||
<license type="expression">MIT</license> | ||
<projectUrl>https://www.tape-worm.net</projectUrl> | ||
<icon>images\Gorgon_Icon_64x64.png</icon> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<description>Contains functionality to render Gorgon graphics into an Avalonia surface.</description> | ||
<releaseNotes></releaseNotes> | ||
<copyright>Copyright 2023 Tape_Worm</copyright> | ||
<tags>Gorgon C# .NET Direct3D SharpDX Graphics 2D Windows Avalonia</tags> | ||
<dependencies> | ||
<group targetFramework="net6.0" > | ||
<dependency id="Avalonia" version="11.0.5"/> | ||
<dependency id="Gorgon.Graphics.Core.Debug" version="$version$-beta"/> | ||
</group> | ||
</dependencies> | ||
</metadata> | ||
<files> | ||
<file src=".\icon.png" target="images\Gorgon_Icon_64x64.png" /> | ||
<file src="..\lib\Gorgon.Graphics.Avalonia.dll" target="lib\net6.0\Gorgon.Graphics.Avalonia.dll" /> | ||
<file src="..\lib\Gorgon.Graphics.Avalonia.xml" target="lib\net6.0\Gorgon.Graphics.Avalonia.xml" /> | ||
</files> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<?xml version="1.0"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd"> | ||
<metadata minClientVersion="5.3.0"> | ||
<id>Gorgon.Graphics.Avalonia</id> | ||
<version>$version$</version> | ||
<title>Gorgon.Graphics.Avalonia</title> | ||
<authors>Tape_Worm</authors> | ||
<owners>Tape_Worm</owners> | ||
<license type="expression">MIT</license> | ||
<projectUrl>https://www.tape-worm.net</projectUrl> | ||
<icon>images\Gorgon_Icon_64x64.png</icon> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<description>Contains functionality to render Gorgon graphics into an Avalonia surface.</description> | ||
<releaseNotes></releaseNotes> | ||
<copyright>Copyright 2023 Tape_Worm</copyright> | ||
<tags>Gorgon C# .NET Direct3D SharpDX Graphics 2D Windows Avalonia</tags> | ||
<dependencies> | ||
<group targetFramework="net6.0" > | ||
<dependency id="Avalonia" version="11.0.5"/> | ||
<dependency id="Gorgon.Graphics.Core" version="$version$"/> | ||
</group> | ||
</dependencies> | ||
</metadata> | ||
<files> | ||
<file src=".\icon.png" target="images\Gorgon_Icon_64x64.png" /> | ||
<file src="..\lib\Gorgon.Graphics.Avalonia.dll" target="lib\net6.0\Gorgon.Graphics.Avalonia.dll" /> | ||
<file src="..\lib\Gorgon.Graphics.Avalonia.xml" target="lib\net6.0\Gorgon.Graphics.Avalonia.xml" /> | ||
</files> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters