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 34a03eb commit 0b873bc
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=0.3.0
NEW_FILE_VERSION=0.3.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
3 changes: 3 additions & 0 deletions Jellyfin.Plugin.Edl/Jellyfin.Plugin.Edl.csproj
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>
<AssemblyVersion>0.3.1.0</AssemblyVersion>
<FileVersion>0.3.1.0</FileVersion>
<Version>0.3.1.0</Version>
</PropertyGroup>

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

This file was deleted.

0 comments on commit 0b873bc

Please sign in to comment.