Skip to content

Commit

Permalink
#13, #11 fixed, updated to a newer version of mediaCore
Browse files Browse the repository at this point in the history
  • Loading branch information
ekleop committed May 27, 2021
1 parent 564b432 commit 68a2d9c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Simkl-Emby/Simkl.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<FileVersion>1.0.0.0</FileVersion>
<AssemblyVersion>1.0.1.0</AssemblyVersion>
<FileVersion>1.0.1.0</FileVersion>
<Authors>David Davó</Authors>
<Company>Simkl</Company>
<Version>0.1.0</Version>
<Version>0.1.1</Version>
<NeutralLanguage>en-GB</NeutralLanguage>
<RepositoryUrl>https://github.com/SIMKL/Emby</RepositoryUrl>
<RepositoryType>git</RepositoryType>
Expand All @@ -17,7 +17,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="MediaBrowser.Server.Core" Version="4.0.0.2" />
<PackageReference Include="MediaBrowser.Server.Core" Version="4.6.0.50" />
<PackageReference Include="System.Memory" Version="4.5.3" />
<PackageReference Include="System.Reflection.TypeExtensions" Version="4.5.0" />
</ItemGroup>
Expand Down

0 comments on commit 68a2d9c

Please sign in to comment.