Skip to content

Commit

Permalink
Release version 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
orryverducci committed May 4, 2021
1 parent 9429625 commit 85c21d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion TtxFromTS.sln
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ Global
$3.scope = text/x-csharp
$0.StandardHeader = $4
$0.VersionControlPolicy = $5
version = 1.2
version = 2.0
EndGlobalSection
EndGlobal
6 changes: 3 additions & 3 deletions TtxFromTS/TtxFromTS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<TargetFramework>net5.0</TargetFramework>
<Nullable>enable</Nullable>
<Description>Output teletext pages from a DVB Transport Stream</Description>
<ReleaseVersion>1.2</ReleaseVersion>
<AssemblyVersion>1.2.0.0</AssemblyVersion>
<FileVersion>1.2.0.0</FileVersion>
<ReleaseVersion>2.0</ReleaseVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<FileVersion>2.0.0.0</FileVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)' == 'Release'">
Expand Down

0 comments on commit 85c21d9

Please sign in to comment.