Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable development of more than one release version #234

Closed
andrew-codes opened this issue Apr 11, 2024 · 0 comments · Fixed by #239
Closed

Enable development of more than one release version #234

andrew-codes opened this issue Apr 11, 2024 · 0 comments · Fixed by #239
Assignees
Labels
chore Technical maintenance or providing no immediate user-facing value.

Comments

@andrew-codes
Copy link
Owner

andrew-codes commented Apr 11, 2024

Recently, there was a breaking defect found in 2.0.0. However, the main branch was already under way with 3.x.x. The defect needed to be resolved in 2.x.x and forward ported to 3.x.x. Enable the development, maintenance, and release of more than one version. This includes any changes to GitHub actions, branches, and their conventions, etc.

@andrew-codes andrew-codes added the chore Technical maintenance or providing no immediate user-facing value. label Apr 11, 2024
@andrew-codes andrew-codes self-assigned this Apr 11, 2024
andrew-codes added a commit that referenced this issue Apr 21, 2024
Newtonsoft.json dll is explicitly ignored by the Playnite Toolbox utility which is used to pack the extension. For this reason, packaged extensions are installed without this dll and throw an error when Playnite is run.

Although Playnite SDK provides a serialization utility, it does not allow configuration of casing (camel case). For this reason, System.Text.Json is used as Newtonsoft's replacement.

Fixes #230

update version

Enable development of more than one release version (#239)

Fixes #234

Enable latest major release published tag (#240)

Fixes Enable a latest release image #238

clean up stale PR images (#241)

fix: remove stale PR images (#246)

fix: remove stale PR images (#247)

improved logging for serialization errors (#250)

package apps; including plugin (#252)

Fixes #27
Fixes #230

Fix-nighly-pipeline (#253)

bump 2.0.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Technical maintenance or providing no immediate user-facing value.
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant