Skip to content

Bump ExMod.Exiled from 9.6.2 to 9.9.2#55

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/nuget/ExMod.Exiled-9.9.2
Closed

Bump ExMod.Exiled from 9.6.2 to 9.9.2#55
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/nuget/ExMod.Exiled-9.9.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Sep 22, 2025

Updated ExMod.Exiled from 9.6.2 to 9.9.2.

Release notes

Sourced from ExMod.Exiled's releases.

9.9.2

What's Changed

breaking Change

  • Player::IsSpectatable was reverted because @​Someone-193 did copy paste the LabAPI code :)

Full Changelog: ExMod-Team/EXILED@v9.9.1...v9.9.2

9.9.1

Release v9.9.1 Stable

Fixes

  • fix: Miss to update the Version of SCP:SL in Exiled (build T4 File for Documentation)

Full Changelog: ExMod-Team/EXILED@v9.9.1-rc.1...v9.9.1

9.9.1-rc.1

⚠️ Use this release only for SCP:SL 14.1.4 ⚠️

Updated exiled for SCP:SL 14.1.4


Fixes


Additions

  • Added Player:IsSpectatable
  • Added MirrorExtensions:SetFakeSpectatable(Player, Player, bool) (#​615)

Breaking Change and Obsolete

  • ExiledWindow.SyncStatus is now obsolete "You should use IsBroken Propperty now"

Full Changelog: ExMod-Team/EXILED@v9.9.0-rc.2...v9.9.1-rc.1

9.9.0-rc.2

What's Changed

Full Changelog: ExMod-Team/EXILED@v9.9.0-rc.1...v9.9.0-rc.2

9.9.0-rc.1

Exiled v9.9.0-rc.1 Release Notes

Exiled 9.8.0 is now available.

Hey guys we finally made a good API for Keycard and CustomKeycard since the NW rework of it


Fixes

  • Updated the NW fix made by Exiled
  • Fixed LeadingTeam missing Flamingo (#​625)
  • Fixed Keycard not creating the correct value when Owner was specified (#​632)
  • Fixed Keycard::Permissions setter for Predefined Keycard (#​632)
  • Fixed Player implicit operator for LabAPI returning NRE
  • Fixed MicroHIDOpeningDoorEventArgs::IsAllowed value being inverted (#​639)
  • Fixed CustomRole::KeepPositionOnSpawn (#​630)
  • Fixed CustomWeapons Ammo Limit / Reloading & Unloading (#​633)
  • Fixed AnnouncingTeamEntrance (#​642)
  • Fixed HurtingEventArgs::Attacker and HurtEventArgs::Attacker wrongly null with Attacker GenericDamageHandler`

Additions

  • Added new SpawnLocationType (#​626)
    • Inside127Lab
    • InsideHidLab
  • Added ItemExtensions:IsCustomKeycard(ItemType)
  • Added MirrorExtensions:PlaceBlood(this Player, Vector3, Vector3, RoleTypeId, int) (#​615)
  • Added ResyncKeycardItem::ResyncKeycardItem(CustomKeycardItem) and ResyncKeycardItem::ResyncKeycardPickup(CustomKeycardPickup) (#​632)
  • Added a new Wrapper for Keycard and KeycardPickup (#​632)
    • ChaosKeycard -> SnakeEngine
    • CustomKeycardItem -> This keycard are Custom and can be modified at any moment and it's will be sync on Client
      • ManagementKeycard
      • MetalKeycard
      • SingleUseKeycard
      • Site02Keycard
      • TaskForceKeycard
    • PermissionsProvider -> This was required to use to fix a NW bug
    • KeycardData -> Use for our System of Saving Keycard data that are stored in a easy way for us to modify
    • Added new Interface INameTagKeycard, IRankKeycard, ISerialNumberKeycard, IWearKeycard
  • Added CustomAbility::RegisterAbilities(bool) and CustomRole::RegisterRoles(bool) (#​631)
  • Added IPickupEvent Interface on ChangedIntoGrenadeEventArgs and ExplodingGrenadeEventArgs (#​433)
  • Fixed GenericDamageHandler::CassieDeathAnnouncement (#​642)
  • Exiled.Installer update to choose between PreRelease or Latest (#​638)

Breaking Change and Obsolete

  • Exiled.API.Enums.BloodType is now obsolete "This blood decal are outdated now used DealPoolType.Blood"
  • SpawnLocationType Hid door are now obsolete replace by new valid one (#​626)
    ... (truncated)

9.8.1

What's Changed

Full Changelog: ExMod-Team/EXILED@v9.8.0...v9.8.1

9.8.0

Exiled 9.8.0 Release Notes

Exiled 9.8.0 is now available.

I finally had more time to put together a proper release note.


Fixes


Additions

  • Added new DoorType

    • Scp106Checkpoint
    • ServerRoomCloset
    • TestRoom
    • PlantsCloset
    • Checkpoint
  • Added Room.LevelName and Player.LevelName

  • Added new Waypoint Wrapper and some warning of NW bug

  • Added Player.Enumerable and Player.Count properties (#​616)

  • Added Custom Weapon Attachments additions. (#​521)

  • Added Round.IgnoredPlayers are now ignored for SCP Targets (#​614)

  • Added new event Scp173.AddingObserver and Scp173.RemovedObserver (#​498)

  • Added new event Player.SavingByAntiScp207 (#​617)

  • Added new MirrorExtensions about faking Effect to the user (#​618)

    • ResyncEffectTo(this Player, Player, EffectType)
    • ResyncEffectTo(this Player, IEnumerable, EffectType)
    • SendFakeEffectTo(this Player, IEnumerable, EffectType, byte)
    • SendFakeEffectTo(this Player, Player, EffectType, byte
  • Added new Items.Firearm functionality

    • Firearm.AnimatorReloaderModule (#​621)
    • Firearm.TryReload()
    • Player.TryUnload()
    • Player.Unload()
    • Player.TryReloadWeapon()
    • Player.UnloadWeapon()
    • Player.TryUnloadWeapon()
    • Player.AnimatorReloaderModule
      ... (truncated)

9.7.2

What's Changed

Full Changelog: ExMod-Team/EXILED@v9.7.1...v9.7.2

9.7.1

What's Changed

  • Fix bug where Dropping Weapon was filling up ammo

Full Changelog: ExMod-Team/EXILED@v9.7.0...v9.7.1

9.7.0

What's Changed

New Contributors

Full Changelog: ExMod-Team/EXILED@v9.6.3...v9.7.0

9.7.0-rc.2

⚠️ This is for the early-server-build⚠️

please make a backup of your server before installing this

What's Changed

Full Changelog: ExMod-Team/EXILED@v9.7.0-rc.1...v9.7.0-rc.2

9.7.0-rc.1

⚠️ I recomand not using this Build except for testing purpose⚠️

please make a backup of your server before installing this

What's Changed

New Contributors

Full Changelog: ExMod-Team/EXILED@v9.6.3...v9.7.0-rc.1

9.6.3

What's Changed

Full Changelog: ExMod-Team/EXILED@v9.6.2...v9.6.3

Commits viewable in compare view.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

---
updated-dependencies:
- dependency-name: ExMod.Exiled
  dependency-version: 9.9.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Sep 22, 2025
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Oct 27, 2025

Superseded by #57.

@dependabot dependabot bot closed this Oct 27, 2025
@dependabot dependabot bot deleted the dependabot/nuget/ExMod.Exiled-9.9.2 branch October 27, 2025 02:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .net code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants