Realign versioning with jellyfin

0.x.x.x indicates `ConfusedPolarBear.Plugin.IntroSkipper`, while 1.x.x.x indicates the conversion to `IntroSkipper`
This commit is contained in:
TwistedUmbrellaX 2024-10-26 14:05:59 -04:00 committed by GitHub
parent 44d5a24e03
commit a666c61bbb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,8 +2,8 @@
<PropertyGroup> <PropertyGroup>
<TargetFramework>net6.0</TargetFramework> <TargetFramework>net6.0</TargetFramework>
<RootNamespace>ConfusedPolarBear.Plugin.IntroSkipper</RootNamespace> <RootNamespace>ConfusedPolarBear.Plugin.IntroSkipper</RootNamespace>
<AssemblyVersion>0.1.18.1</AssemblyVersion> <AssemblyVersion>0.10.8.0</AssemblyVersion>
<FileVersion>0.1.18.1</FileVersion> <FileVersion>0.10.8.0</FileVersion>
<GenerateDocumentationFile>true</GenerateDocumentationFile> <GenerateDocumentationFile>true</GenerateDocumentationFile>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors> <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
@ -24,4 +24,4 @@
<EmbeddedResource Include="Configuration\inject.js" /> <EmbeddedResource Include="Configuration\inject.js" />
<EmbeddedResource Include="Configuration\version.txt" /> <EmbeddedResource Include="Configuration\version.txt" />
</ItemGroup> </ItemGroup>
</Project> </Project>