Skip to content

Commit

Permalink
Update version number to 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
orryverducci committed Apr 7, 2018
1 parent 1398fab commit e9d6fc8
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 @@ -33,6 +33,6 @@ Global
$3.scope = text/x-csharp
$0.StandardHeader = $4
$0.VersionControlPolicy = $5
version = 1.1
version = 1.2
EndGlobalSection
EndGlobal
6 changes: 3 additions & 3 deletions TtxFromTS/TtxFromTS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.0</TargetFramework>
<Description>Output teletext pages from a DVB Transport Stream</Description>
<ReleaseVersion>1.1</ReleaseVersion>
<AssemblyVersion>1.1.0.0</AssemblyVersion>
<FileVersion>1.1.0.0</FileVersion>
<ReleaseVersion>1.2</ReleaseVersion>
<AssemblyVersion>1.2.0.0</AssemblyVersion>
<FileVersion>1.2.0.0</FileVersion>
</PropertyGroup>

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

0 comments on commit e9d6fc8

Please sign in to comment.