Skip to content

Commit 82884b3

Browse files
committed
Add ReadMe to the NuGet package project
1 parent 2ca3a85 commit 82884b3

File tree

3 files changed

+37
-1
lines changed

3 files changed

+37
-1
lines changed

readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Development is focused on the next major version in the `master` branch. No more
1818
- Lukas Dürrenberger ([email protected])
1919
- Chris Thrasher ([email protected])
2020
- Zachariah Brown ([email protected])
21+
- And many other members of the SFML community
2122

2223
## Download
2324

tools/nuget/CSFML/CSFML.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
66

7-
<Version>3.0.0</Version>
7+
<Version>3.0.0-rc.2</Version>
88
<Authors>Laurent Gomila</Authors>
99
<PackageTags>sfml csfml</PackageTags>
1010
<Copyright>Copyright © Laurent Gomila</Copyright>
@@ -13,6 +13,7 @@
1313
<PackageProjectUrl>https://www.sfml-dev.org/</PackageProjectUrl>
1414
<PackageIconUrl>https://www.sfml-dev.org/images/sfml-icon.png</PackageIconUrl>
1515
<PackageIcon>sfml-icon.png</PackageIcon>
16+
<PackageReadmeFile>readme.md</PackageReadmeFile>
1617

1718
<PublishRepositoryUrl>true</PublishRepositoryUrl>
1819
<IncludeBuildOutput>false</IncludeBuildOutput>
@@ -31,6 +32,7 @@
3132
<None Pack="True" Include="runtimes/**" PackagePath="runtimes" />
3233
<None Pack="True" Include="build/**" PackagePath="build" />
3334
<None Pack="True" Include="sfml-icon.png" PackagePath="/" />
35+
<None Pack="True" Include="readme.md" PackagePath="/" />
3436
</ItemGroup>
3537

3638
</Project>

tools/nuget/CSFML/readme.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# CSFML - Simple and Fast Multimedia Library for C
2+
3+
SFML is a simple, fast, cross-platform and object-oriented multimedia API.
4+
It provides access to windowing, graphics, audio and network.
5+
It is originally written in C++, and this project is its official binding for the C language.
6+
7+
This NuGet package is designed to provide the required native CSFML libraries for SFML.Net.
8+
9+
## Authors
10+
11+
- Laurent Gomila ([email protected])
12+
- Lukas Dürrenberger ([email protected])
13+
- Chris Thrasher ([email protected])
14+
- Zachariah Brown ([email protected])
15+
- And many other members of the SFML community
16+
17+
## Learn
18+
19+
There is no tutorial for CSFML, but since it's a binding you can use the C++ resources:
20+
21+
* The [official tutorials](https://www.sfml-dev.org/tutorials/)
22+
* The [online API documentation](https://www.sfml-dev.org/documentation/)
23+
* The [community wiki](https://github.com/SFML/SFML/wiki/)
24+
* The [community forum](https://en.sfml-dev.org/forums/) (or [French](https://fr.sfml-dev.org/forums/))
25+
26+
Of course, you can also find the CSFML API documentation in the SDK.
27+
28+
29+
## Contribute
30+
31+
SFML and CSFML are open-source projects, and they need your help to go on growing and improving.
32+
Don't hesitate to post suggestions or bug reports on [the forum](https://en.sfml-dev.org/forums/), or post new bugs/features requests on the [issue tracker](https://github.com/SFML/CSFML/issues/).
33+
You can even fork the project on GitHub, maintain your own version and send us pull requests periodically to merge your work.

0 commit comments

Comments
 (0)