Skip to content

Commit

Permalink
update nuspec files and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
RestoreMonarchy committed May 21, 2024
1 parent 93209a2 commit 175b172
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 19 deletions.
22 changes: 9 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,16 @@
# Unturned Redist
This repository contains redist files for Unturned and Rocket.
They are automatically updated by RestoreMonarchy.com CI/CD when new versions are released.
You can use them in your projects by installing the NuGet packages.
It is used to provide NuGet packages for development of Unturned plugins.

RestoreMonarchy.com CI/CD automatically commits updated assemblies when Unturned update is detected.
Then GitHub Actions build and publish NuGet packages.

## Unturned Redist
* Unturned libraries (by Smartly Dressed Games)
* Unity libraries (by Unity Technologies)
![NuGet Version](https://img.shields.io/nuget/v/RestoreMonarchy.UnturnedRedist)
* Unturned assemblies (by Smartly Dressed Games)
* Unity assemblies (by Unity Technologies)
* com.rlabrecque.steamworks.net (by Riley Labrecque)
### Install
```bash
dotnet add package RestoreMonarchy.UnturnedRedist
```

## Rocket Redist
* Rocket libraries (by Smartly Dressed Games and fr34kyn01535)
## Install
```bash
dotnet add package RestoreMonarchy.RocketRedist
```
![NuGet Version](https://img.shields.io/nuget/v/RestoreMonarchy.RocketRedist)
* Rocket assemblies (by Smartly Dressed Games and fr34kyn01535)
6 changes: 3 additions & 3 deletions rocket/RestoreMonarchy.RocketRedist.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>RestoreMonarchy.RocketRedist</id>
<version>3.24.2-rc.2</version>
<version>3.24.2-rc.3</version>
<description>Unturned Rocket.API, Rocket.Core and Rocket.Unturned assemblies</description>
<projectUrl>https://github.com/RestoreMonarchyPlugins/UnturnedRedist</projectUrl>
<repository type="git" url="https://github.com/RestoreMonarchyPlugins/UnturnedRedist.git" />
<authors>Smartly Dressed Games,fr34kyn01535,Restore Monarchy</authors>
<authors>Smartly Dressed Games, fr34kyn01535, Restore Monarchy</authors>
<icon>icon.png</icon>
<readme>README.md</readme>
<license type="file">LICENSE</license>
<tags>Unturned, Unturned Plugin, Rocket Plugin, Unturned Server, Unturned Rocket Plugin</tags>
<tags>Unturned, Unturned Plugin, Rocket Plugin, Unturned Server, Unturned Rocket Plugin, UnturnedRedist, Unturned Redist, Rocket Redist, RocketRedist</tags>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<dependencies>
<group targetFramework=".NETFramework4.8">
Expand Down
6 changes: 3 additions & 3 deletions unturned/RestoreMonarchy.UnturnedRedist.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>RestoreMonarchy.UnturnedRedist</id>
<version>3.24.2-rc.2</version>
<version>3.24.2-rc.3</version>
<description>Unturned Assembly-CSharp, com.rlabrecque.steamworks.net, Newtonsoft.Json and Unity assemblies</description>
<projectUrl>https://github.com/RestoreMonarchyPlugins/UnturnedRedist</projectUrl>
<repository type="git" url="https://github.com/RestoreMonarchyPlugins/UnturnedRedist.git" />
<authors>Smartly Dressed Games,Unity,rlabrecque,Restore Monarchy</authors>
<authors>Smartly Dressed Games, Unity, Riley Labrecque, Restore Monarchy</authors>
<icon>icon.png</icon>
<readme>README.md</readme>
<license type="file">LICENSE</license>
<tags>Unturned, Unturned Plugin, Rocket Plugin, Unturned Server, Unturned Rocket Plugin</tags>
<tags>Unturned, Unturned Plugin, Rocket Plugin, Unturned Server, Unturned Rocket Plugin, UnturnedRedist, Unturned Redist, Rocket Redist, RocketRedist</tags>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<dependencies>
<group targetFramework=".NETFramework4.8" />
Expand Down

0 comments on commit 175b172

Please sign in to comment.