Skip to content

Commit

Permalink
SubtitleParse: bump to 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MIRIMIRIM committed May 9, 2024
1 parent 63070c2 commit d21d1d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SubtitleParse/SubtitleParse.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Version>0.3.2</Version>
<Version>0.3.3</Version>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsAotCompatible>true</IsAotCompatible>
Expand All @@ -17,7 +17,7 @@

<ItemGroup>
<PackageReference Include="ZLogger" Version="2.4.1" />
<None Include="README.md" Pack="true" PackagePath="\"/>
<None Include="README.md" Pack="true" PackagePath="\" />
</ItemGroup>

</Project>

0 comments on commit d21d1d5

Please sign in to comment.