Skip to content

Commit

Permalink
Bump InsaneGenius.Utilities in the nuget-deps group
Browse files Browse the repository at this point in the history
Bumps the nuget-deps group with 1 update: [InsaneGenius.Utilities](https://github.com/ptr727/Utilities).


Updates `InsaneGenius.Utilities` from 3.1.72 to 3.1.73
- [Release notes](https://github.com/ptr727/Utilities/releases)
- [Commits](ptr727/Utilities@3.1.72...3.1.73)

---
updated-dependencies:
- dependency-name: InsaneGenius.Utilities
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 26, 2024
1 parent 3f46406 commit ee8d066
Showing 1 changed file with 58 additions and 58 deletions.
116 changes: 58 additions & 58 deletions PlexCleaner/PlexCleaner.csproj
Original file line number Diff line number Diff line change
@@ -1,58 +1,58 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ApplicationIcon>Mario.ico</ApplicationIcon>
<StartupObject>PlexCleaner.Program</StartupObject>
<AssemblyName>PlexCleaner</AssemblyName>
<RootNamespace>PlexCleaner</RootNamespace>
<Authors>Pieter Viljoen</Authors>
<Company>Pieter Viljoen</Company>
<Copyright>Pieter Viljoen</Copyright>
<Description>Utility to optimize media files for Direct Play in Plex, Emby, Jellyfin.</Description>
<PackageProjectUrl>https://github.com/ptr727/PlexCleaner</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryUrl>https://github.com/ptr727/PlexCleaner</RepositoryUrl>
<NeutralLanguage>en</NeutralLanguage>
<Version>1.1.1</Version>
<FileVersion>1.1.1.1</FileVersion>
<AssemblyVersion>1.1.1.0</AssemblyVersion>
<PackageId>InsaneGenius.PlexCleaner</PackageId>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
<AnalysisLevel>latest</AnalysisLevel>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
<PackageReadmeFile>README.md</PackageReadmeFile>
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>

<ItemGroup>
<None Include="..\README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>

<ItemGroup>
<PackageReference Include="InsaneGenius.Utilities" Version="3.1.72" />
<PackageReference Include="JsonSchema.Net.Generation" Version="4.5.0" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
<PackageReference Include="Serilog" Version="4.0.1" />
<PackageReference Include="Serilog.Enrichers.Thread" Version="4.0.0" />
<PackageReference Include="Serilog.Sinks.Async" Version="2.0.0" />
<PackageReference Include="Serilog.Sinks.Console" Version="6.0.0" />
<PackageReference Include="Serilog.Sinks.File" Version="6.0.0" />
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
<PackageReference Include="System.CommandLine.NamingConventionBinder" Version="2.0.0-beta4.22272.1" />
</ItemGroup>

<ItemGroup>
<InternalsVisibleTo Include="PlexCleanerTests" />
</ItemGroup>

</Project>
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ApplicationIcon>Mario.ico</ApplicationIcon>
<StartupObject>PlexCleaner.Program</StartupObject>
<AssemblyName>PlexCleaner</AssemblyName>
<RootNamespace>PlexCleaner</RootNamespace>
<Authors>Pieter Viljoen</Authors>
<Company>Pieter Viljoen</Company>
<Copyright>Pieter Viljoen</Copyright>
<Description>Utility to optimize media files for Direct Play in Plex, Emby, Jellyfin.</Description>
<PackageProjectUrl>https://github.com/ptr727/PlexCleaner</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryUrl>https://github.com/ptr727/PlexCleaner</RepositoryUrl>
<NeutralLanguage>en</NeutralLanguage>
<Version>1.1.1</Version>
<FileVersion>1.1.1.1</FileVersion>
<AssemblyVersion>1.1.1.0</AssemblyVersion>
<PackageId>InsaneGenius.PlexCleaner</PackageId>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
<AnalysisLevel>latest</AnalysisLevel>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
<PackageReadmeFile>README.md</PackageReadmeFile>
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>

<ItemGroup>
<None Include="..\README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>

<ItemGroup>
<PackageReference Include="InsaneGenius.Utilities" Version="3.1.73" />
<PackageReference Include="JsonSchema.Net.Generation" Version="4.5.0" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
<PackageReference Include="Serilog" Version="4.0.1" />
<PackageReference Include="Serilog.Enrichers.Thread" Version="4.0.0" />
<PackageReference Include="Serilog.Sinks.Async" Version="2.0.0" />
<PackageReference Include="Serilog.Sinks.Console" Version="6.0.0" />
<PackageReference Include="Serilog.Sinks.File" Version="6.0.0" />
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
<PackageReference Include="System.CommandLine.NamingConventionBinder" Version="2.0.0-beta4.22272.1" />
</ItemGroup>

<ItemGroup>
<InternalsVisibleTo Include="PlexCleanerTests" />
</ItemGroup>

</Project>

0 comments on commit ee8d066

Please sign in to comment.