We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3272fa0 commit e3ae842Copy full SHA for e3ae842
build/props/common.props
@@ -4,6 +4,8 @@
4
<PackageLicenseExpression>MIT</PackageLicenseExpression>
5
<PackageReleaseNotes>- First preview release</PackageReleaseNotes>
6
<PackageOutputPath>$(MSBuildThisFileDirectory)/../output_packages</PackageOutputPath>
7
+ <RepositoryUrl>https://github.com/Ultz/Silk.NET</RepositoryUrl>
8
+ <RepositoryType>Git</RepositoryType>
9
<Version>1.0.0-preview$(VersionSuffix)</Version>
10
<Description>Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL and OpenAL.</Description>
11
</PropertyGroup>
0 commit comments