We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06c59e1 commit 8f5f611Copy full SHA for 8f5f611
1 file changed
SubtitlesParser/SubtitlesParser.csproj
@@ -7,7 +7,7 @@
7
<StartupObject />
8
<PackageId>SubtitlesParser</PackageId>
9
<AssemblyName>SubtitlesParser</AssemblyName>
10
- <Version>1.4.9</Version>
+ <Version>1.5.0</Version>
11
<Title>Subtitles parser</Title>
12
<Authors>AlexPoint</Authors>
13
<PackageProjectUrl>https://github.com/AlexPoint/SubtitlesParser</PackageProjectUrl>
@@ -16,7 +16,7 @@
16
<Description>Universal subtitles parser</Description>
17
<ReleaseNotes>Made Ttml and Srt parsers more robust</ReleaseNotes>
18
<Tags>subtitles parser</Tags>
19
- <PackageReleaseNotes>Remove dependecy to .NET Core and target .NET standard</PackageReleaseNotes>
+ <PackageReleaseNotes>Update SrtParser to access subtitle lines, without any formatting nor styles</PackageReleaseNotes>
20
</PropertyGroup>
21
22
</Project>
0 commit comments