Skip to content

Commit

Permalink
Updated docs to mention .net 8
Browse files Browse the repository at this point in the history
  • Loading branch information
CriticalFlaw committed Jul 12, 2024
1 parent 156bbce commit feb238c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
11 changes: 6 additions & 5 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,15 @@

### Acknowledgements
* [CriticalFlaw](https://github.com/CriticalFlaw) and [Revan](https://github.com/cooolbros) - Code, Design and Documentation.
* [Zeesastrous](https://github.com/Zeesastrous) - Project Logo and Banner.
* [mastercoms](https://github.com/mastercoms) - Transparent Viewmodels Add-on.
* [Hypnotize](https://github.com/Hypnootize) - Icons and Crosshairs Add-on.
* [mastercoms](https://github.com/mastercoms) - Transparent Viewmodels Add-On
* [Zeesastrous](https://github.com/Zeesastrous) - Project Banner
* [hypnotize](https://github.com/Hypnootize) - Crosshairs and Icons

#### Localizations
* [tacokete](https://github.com/tacokete). [KayaDLX](https://github.com/KayaDLX) - French
* [Blueberryy](https://github.com/Blueberryy) - Russian
* [Tiagoquix](https://github.com/Tiagoquix) - Brazilian Portuguese
* [tacokete](https://github.com/tacokete) - French
* [KayaDLX](https://github.com/KayaDLX) - French
* [Tiagonix](https://github.com/Tiagonix) - Brazillian Portuguese
* [thejaviertc](https://github.com/thejaviertc) - Spanish
* [SignorUpB](https://github.com/SignorUpB) - Italian
* [HotoCocoaco](https://github.com/HotoCocoaco) - Simplified Chinese
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ jobs:
working-directory: src/TF2HUD.Editor

- name: Publish solution
run: dotnet publish -c Release --no-restore
run: dotnet publish -c Release
working-directory: src/TF2HUD.Editor
3 changes: 1 addition & 2 deletions docs/troubleshoot.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ You most likely downloaded the source code instead of the editor. On the [releas
---

### The editor does not launch after downloading and extracting it.
Make sure to install the version of [Microsoft .NET 7.0 Runtime][runtime-link] intended for running **desktop apps**. If you just installed it and the editor still does not launch, then restart your system.
Make sure to install the version of [Microsoft .NET 8.0 Runtime](https://dotnet.microsoft.com/download/dotnet/8.0/runtime) intended for running **desktop apps**. If you just installed it and the editor still does not launch, then restart your system.

---

Expand Down Expand Up @@ -60,5 +60,4 @@ For HUD Editor versions 2.5 and lower, please refer to this video: https://www.y
[issues-link]: https://github.com/CriticalFlaw/TF2HUD.Editor/issues
[discord-link]: https://discord.gg/hTdtK9vBhE
[releases-link]: https://github.com/CriticalFlaw/TF2HUD.Editor/releases
[runtime-link]: https://dotnet.microsoft.com/download/dotnet/7.0/runtime
[example-avast-issue]: https://github.com/CriticalFlaw/TF2HUD.Editor/issues/107

0 comments on commit feb238c

Please sign in to comment.