Skip to content

Commit

Permalink
Change version to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
orryverducci committed Feb 18, 2018
1 parent 9f7cb53 commit 9fedfef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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.0
version = 1.1
EndGlobalSection
EndGlobal
4 changes: 3 additions & 1 deletion TtxFromTS/TtxFromTS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.0</TargetFramework>
<Description>Output teletext pages from a DVB Transport Stream</Description>
<ReleaseVersion>1.0</ReleaseVersion>
<ReleaseVersion>1.1</ReleaseVersion>
<AssemblyVersion>1.1.0.0</AssemblyVersion>
<FileVersion>1.1.0.0</FileVersion>
</PropertyGroup>

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

0 comments on commit 9fedfef

Please sign in to comment.