Skip to content

Commit

Permalink
New version: JustArchiNET.ArchiSteamFarm version 6.0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
OfficialEsco authored May 3, 2024
1 parent 871bc50 commit ee277b7
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Created with komac v2.2.1
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json

PackageIdentifier: JustArchiNET.ArchiSteamFarm
PackageVersion: 6.0.2.6
InstallerType: zip
NestedInstallerType: portable
NestedInstallerFiles:
- RelativeFilePath: ArchiSteamFarm.exe
PortableCommandAlias: ArchiSteamFarm
UpgradeBehavior: install
ReleaseDate: 2024-04-21
Installers:
- Architecture: x64
InstallerUrl: https://github.com/JustArchiNET/ArchiSteamFarm/releases/download/6.0.2.6/ASF-win-x64.zip
InstallerSha256: 2E46DD2FC849BC0F6E873BCF1C6F75B106E441E203CCAD37171C7751B58F54FA
ManifestType: installer
ManifestVersion: 1.6.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Created with komac v2.2.1
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json

PackageIdentifier: JustArchiNET.ArchiSteamFarm
PackageVersion: 6.0.2.6
PackageLocale: en-US
Publisher: JustArchi.net
PublisherUrl: https://justarchi.net/
PublisherSupportUrl: https://github.com/JustArchiNET/ArchiSteamFarm/issues
Author: https://github.com/JustArchiNET/ArchiSteamFarm/graphs/contributors
PackageName: ArchiSteamFarm
PackageUrl: https://github.com/JustArchiNET/ArchiSteamFarm
License: Apache-2.0
LicenseUrl: https://github.com/JustArchiNET/ArchiSteamFarm/blob/HEAD/LICENSE.txt
ShortDescription: ASF is a C# application with primary purpose of farming Steam cards from multiple accounts simultaneously.
Description: |-
ASF is a C# application with primary purpose of farming Steam cards from multiple accounts simultaneously.
Unlike Idle Master which works only for one account at given time, while requiring Steam client running in the background and launching additional processes imitating "game playing" status, ASF doesn't require any Steam client running in the background, doesn't launch any additional processes and is made to handle unlimited Steam accounts at once.
In addition to that, it's meant to be run on servers or other desktop-less machines, and features full cross-OS support, which makes it possible to launch on any operating system with .
NET Core runtime, such as Windows, Linux and macOS.
ASF is possible thanks to gigantic amount of work done in marvelous SteamKit2 library.
Moniker: ASF
Tags:
- automation
- c-sharp
- cli
- cli-app
- crowdin
- csharp
- linux
- steam
- steam-account
- steam-api
- steam-cards
- steam-client
- steam-games
- steam-network
- steambot
- steamkit2
ReleaseNotes: "Changelog\nChanges since V6.0.1.24:- Added GET /HealthCheck ASF API endpoint for those that would like to monitor uptime of their ASF instance with minimal overhead, the endpoint does not require authorization (@JustArchi).\n- Improved update procedure for ASF and plugins which should decrease amount of accidental corruptions (@JustArchi #3182 #3156).\n- Official Monitoring plugin, as announced in the previous release, is now available for general usage, with dedicated wiki page for more info, such as example grafana dashboard (@JustArchi @Abrynos).\n- Official plugins will now allow its updates only to matching ASF version (@JustArchi).\n- Removed --process-required command-line argument, it's default ASF behaviour now - ASF no longer shuts down when no bots are running.\n- Added new ShutdownIfPossible global config property for those that prefer previous behaviour in regards to --process-required before its removal (@JustArchi).\n- Fixed IWebInterface plugins with WebPath: / causing IPC failure to start (@JustArchi).\n- Misc docker enhancements, such as full provenance support (@JustArchi).\n- Latest ASF-ui with new features, improvements and bugfixes (@MrBurrBurr).\n- Updated localization provided by our community (@JustArchi-ArchiBot).\n- Usual amount of other core improvements, optimizations and bugfixes (@JustArchi).\nChanges for plugin creators:- ASF generates sessionid differently now. This shouldn't be of any interest for vast majority if not every plugin developer out there, however, if by any chance you've previously assumed implementation detail of how ASF generates session IDs, then you need to review that assumption, as session IDs generated by ASF are no longer derived from steam IDs (@JustArchi \n\nSupport\nASF is available for free, this release was made possible thanks to the people that decided to support the project. If you're grateful for what we're doing, please consider a donation. Developing ASF requires massive amount of time and knowledge, especially when it comes to Steam (and its problems). Even $1 is highly appreciated and shows that you care. Thank you!GitHub sponsor Crypto donate PayPal.me donate PayPal donate Revolut donate Steam donate"
ReleaseNotesUrl: https://github.com/JustArchiNET/ArchiSteamFarm/releases/tag/6.0.2.6
ManifestType: defaultLocale
ManifestVersion: 1.6.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Created with komac v2.2.1
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json

PackageIdentifier: JustArchiNET.ArchiSteamFarm
PackageVersion: 6.0.2.6
DefaultLocale: en-US
ManifestType: version
ManifestVersion: 1.6.0

0 comments on commit ee277b7

Please sign in to comment.