Skip to content

Commit

Permalink
Bump to version 1.0
Browse files Browse the repository at this point in the history
10.7.0 support
  • Loading branch information
SenorSmartyPants committed Apr 10, 2022
1 parent 63554a9 commit a707598
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<RootNamespace>Jellyfin.Plugin.RefreshSparse</RootNamespace>
<AssemblyVersion>0.1.0.0</AssemblyVersion>
<FileVersion>0.1.0.0</FileVersion>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<FileVersion>1.0.0.0</FileVersion>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<Nullable>enable</Nullable>
Expand Down
2 changes: 1 addition & 1 deletion build.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: "RefreshSparse"
guid: "12b44f20-6cfb-4be5-9950-3d0fbe74fa35"
version: "0.1.0.0"
version: "1.0.0.0"
targetAbi: "10.7.0.0"
framework: "net5.0"
overview: "Refresh episodes based on (missing) metadata"
Expand Down

0 comments on commit a707598

Please sign in to comment.