Skip to content

Commit

Permalink
Drop manifest, bump minor
Browse files Browse the repository at this point in the history
  • Loading branch information
AbandonedCart committed Dec 2, 2024
1 parent 4af4fc4 commit 73cf1af
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 23 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Read version from VERSION.txt
- name: Read version from variable
id: read-version
run: |
NEW_FILE_VERSION=1.0.0
NEW_FILE_VERSION=1.0.1
echo "NEW_FILE_VERSION=${NEW_FILE_VERSION}" >> $GITHUB_ENV
GIT_HASH=$(git rev-parse --short HEAD)
echo "GIT_HASH=${GIT_HASH}" >> $GITHUB_ENV
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
<Nullable>enable</Nullable>
<AnalysisMode>AllEnabledByDefault</AnalysisMode>
<CodeAnalysisRuleSet>../jellyfin.ruleset</CodeAnalysisRuleSet>
<Version>1.0.1.0</Version>
<AssemblyVersion>1.0.1.0</AssemblyVersion>
<FileVersion>1.0.1.0</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
21 changes: 0 additions & 21 deletions manifest.json

This file was deleted.

0 comments on commit 73cf1af

Please sign in to comment.