release: v1.0.4.0

This commit is contained in:
gitea-actions
2026-07-29 13:26:22 +00:00
parent 4b827941ee
commit ceeef92150
4 changed files with 12 additions and 4 deletions

View File

@@ -5,9 +5,9 @@
<RootNamespace>Jellyfin.Plugin.OidcAuth</RootNamespace>
<!-- Kept in sync with build.yaml by scripts/build_plugin.py; the release
workflow overrides these with the version from the git tag. -->
<Version>1.0.3.0</Version>
<AssemblyVersion>1.0.3.0</AssemblyVersion>
<FileVersion>1.0.3.0</FileVersion>
<Version>1.0.4.0</Version>
<AssemblyVersion>1.0.4.0</AssemblyVersion>
<FileVersion>1.0.4.0</FileVersion>
<Nullable>enable</Nullable>
<ImplicitUsings>disable</ImplicitUsings>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>