Skip to content

Commit b6afafa

Browse files
committed
2 parents 90f3ebc + d6cb691 commit b6afafa

4 files changed

Lines changed: 15 additions & 3 deletions

File tree

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This naming helps you quickly identify which libraries are suitable for your pro
2828

2929
| Package | Version | Author(s) | Description |
3030
|---------|---------|-----------|-------------|
31-
| [Mal.MdkScriptMixin.Coroutines](./docs/libraries/Mal.MdkScriptMixin.Coroutines.md) | 1.0.2 | Malware | A lightweight coroutine scheduler for Space Engineers programmable blocks, enabling async-style programming patterns. |
31+
| [Mal.MdkScriptMixin.Coroutines](./docs/libraries/Mal.MdkScriptMixin.Coroutines.md) | 1.0.3 | Malware | A lightweight coroutine scheduler for Space Engineers programmable blocks, enabling async-style programming patterns. |
3232

3333
**Click on any library name above** to see its documentation, including detailed installation instructions for Visual Studio, Rider, and VS Code.
3434

@@ -49,6 +49,16 @@ Once your library is ready, submit a pull request to this repository. All contri
4949
- [MDK Documentation](https://malforge.github.io/spaceengineers/mdk2/) - Full MDK documentation
5050
- [MDK GitHub](https://github.com/malware-dev/mdk2) - MDK source code
5151

52+
## Legal Stuff (Unfortunately Necessary)
53+
54+
Look, I hate having to add this section. I'd rather just share cool code with fellow Space Engineers players without worrying about legal nonsense. But the reality of the internet is that you have to protect yourself, even when you're just trying to help people out for free.
55+
56+
**The bottom line:** This repository is a community platform. I'm not responsible for what other people contribute here. Each library comes from its respective author(s), and they're responsible for their own code and licensing.
57+
58+
**Disclaimer:** This repository is a community platform for sharing Space Engineers code libraries. The repository maintainer is not responsible for the content, licensing, or copyright status of contributed libraries. Each library is provided by its respective author(s) as indicated in the package metadata.
59+
60+
**Use at your own risk:** All libraries are provided "as-is" without warranty of any kind. Users should review each library's license and code before use.
61+
5262
---
5363

5464
*This README was auto-generated from library metadata. Last updated: 2025-12-30*

docs/libraries/Mal.MdkScriptMixin.Coroutines-Installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dotnet add package Mal.MdkScriptMixin.Coroutines
5050
Add this to your `.csproj` file:
5151

5252
```xml
53-
<PackageReference Include="Mal.MdkScriptMixin.Coroutines" Version="1.0.2" />
53+
<PackageReference Include="Mal.MdkScriptMixin.Coroutines" Version="1.0.3" />
5454
```
5555

5656
---

docs/libraries/Mal.MdkScriptMixin.Coroutines-ReleaseNotes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Release Notes - Mal.MdkScriptMixin.Coroutines
22

33
````````text
4+
- 1.0.3
5+
Test release to verify project URL now points to library subfolder instead of repository root
46
- 1.0.2
57
Initial public release
68
- Core coroutine scheduler with update frequency management

docs/libraries/Mal.MdkScriptMixin.Coroutines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Mal.MdkScriptMixin.Coroutines
22

33
> [!NOTE]
4-
> **Version:** 1.0.2
4+
> **Version:** 1.0.3
55
> **Authors:** Malware
66
> **Package:** `Mal.MdkScriptMixin.Coroutines`
77
>

0 commit comments

Comments
 (0)