Update year and version numbers

This commit is contained in:
Waldi Ravens 2019-04-29 05:58:02 +02:00 committed by Nikolaj Olsson
parent 4d076c5304
commit 365da89c85
4 changed files with 17 additions and 6 deletions

View File

@ -119,7 +119,7 @@ namespace Nikse.SubtitleEdit.Core
General = new LanguageStructure.General
{
Title = "Subtitle Edit",
Version = "3.4",
Version = "3.5",
TranslatedBy = " ",
CultureName = "en-US",
HelpFile = string.Empty,

View File

@ -2,16 +2,27 @@
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("libse")]
[assembly: AssemblyDescription("[GITHASH]")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Nikse")]
[assembly: AssemblyProduct("libse")]
[assembly: AssemblyCopyright("Copyright 2001-2017, Nikse")]
[assembly: AssemblyCopyright("Copyright 2001-2019, Nikse")]
[assembly: AssemblyTrademark("Licensed under the GPL v3")]
[assembly: AssemblyCulture("")]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("eab3b9db-0f82-4843-982b-05a4c51888a2")]
[assembly: AssemblyVersion("3.5.9.[REVNO]")]
[assembly: InternalsVisibleTo("Test")]
// Make the internal types available in our testing assembly.
[assembly: InternalsVisibleTo("Test")]

View File

@ -16,7 +16,7 @@ namespace Nikse.SubtitleEdit.Core.SubtitleFormats
string xmlStructure =
"<?xml version=\"1.0\" encoding=\"utf-8\" ?>" + Environment.NewLine +
"<tmx version=\"1.4\">" + Environment.NewLine +
" <header creationtool=\"Subtitle Edit\" creationtoolversion=\"3.4\" datatype=\"html\" segtype=\"sentence\" adminlang=\"en-us\" srclang=\"EN\" o-encoding=\"utf-8\">" + Environment.NewLine +
" <header creationtool=\"Subtitle Edit\" creationtoolversion=\"3.5\" datatype=\"html\" segtype=\"sentence\" adminlang=\"en-us\" srclang=\"EN\" o-encoding=\"utf-8\">" + Environment.NewLine +
" <note>This is a subtitle</note>" + Environment.NewLine +
" </header>" + Environment.NewLine +
" <body />" + Environment.NewLine +

View File

@ -10,7 +10,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Nikse")]
[assembly: AssemblyProduct("SubtitleEdit")]
[assembly: AssemblyCopyright("Copyright 2001-2017, Nikse")]
[assembly: AssemblyCopyright("Copyright 2001-2019, Nikse")]
[assembly: AssemblyTrademark("Licensed under the GPL v3")]
[assembly: AssemblyCulture("")]
@ -34,4 +34,4 @@ using System.Runtime.InteropServices;
[assembly: AssemblyVersion("3.5.9.[REVNO]")]
// Make the internal types available in our testing assembly.
[assembly: InternalsVisibleTo("Test")]
[assembly: InternalsVisibleTo("Test")]