mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 19:22:53 +01:00
Update year and version numbers
This commit is contained in:
parent
4d076c5304
commit
365da89c85
@ -119,7 +119,7 @@ namespace Nikse.SubtitleEdit.Core
|
|||||||
General = new LanguageStructure.General
|
General = new LanguageStructure.General
|
||||||
{
|
{
|
||||||
Title = "Subtitle Edit",
|
Title = "Subtitle Edit",
|
||||||
Version = "3.4",
|
Version = "3.5",
|
||||||
TranslatedBy = " ",
|
TranslatedBy = " ",
|
||||||
CultureName = "en-US",
|
CultureName = "en-US",
|
||||||
HelpFile = string.Empty,
|
HelpFile = string.Empty,
|
||||||
|
@ -2,16 +2,27 @@
|
|||||||
using System.Runtime.CompilerServices;
|
using System.Runtime.CompilerServices;
|
||||||
using System.Runtime.InteropServices;
|
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: AssemblyTitle("libse")]
|
||||||
[assembly: AssemblyDescription("[GITHASH]")]
|
[assembly: AssemblyDescription("[GITHASH]")]
|
||||||
[assembly: AssemblyConfiguration("")]
|
[assembly: AssemblyConfiguration("")]
|
||||||
[assembly: AssemblyCompany("Nikse")]
|
[assembly: AssemblyCompany("Nikse")]
|
||||||
[assembly: AssemblyProduct("libse")]
|
[assembly: AssemblyProduct("libse")]
|
||||||
[assembly: AssemblyCopyright("Copyright 2001-2017, Nikse")]
|
[assembly: AssemblyCopyright("Copyright 2001-2019, Nikse")]
|
||||||
[assembly: AssemblyTrademark("Licensed under the GPL v3")]
|
[assembly: AssemblyTrademark("Licensed under the GPL v3")]
|
||||||
[assembly: AssemblyCulture("")]
|
[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)]
|
[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: Guid("eab3b9db-0f82-4843-982b-05a4c51888a2")]
|
||||||
|
|
||||||
[assembly: AssemblyVersion("3.5.9.[REVNO]")]
|
[assembly: AssemblyVersion("3.5.9.[REVNO]")]
|
||||||
|
|
||||||
|
// Make the internal types available in our testing assembly.
|
||||||
[assembly: InternalsVisibleTo("Test")]
|
[assembly: InternalsVisibleTo("Test")]
|
@ -16,7 +16,7 @@ namespace Nikse.SubtitleEdit.Core.SubtitleFormats
|
|||||||
string xmlStructure =
|
string xmlStructure =
|
||||||
"<?xml version=\"1.0\" encoding=\"utf-8\" ?>" + Environment.NewLine +
|
"<?xml version=\"1.0\" encoding=\"utf-8\" ?>" + Environment.NewLine +
|
||||||
"<tmx version=\"1.4\">" + 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 +
|
" <note>This is a subtitle</note>" + Environment.NewLine +
|
||||||
" </header>" + Environment.NewLine +
|
" </header>" + Environment.NewLine +
|
||||||
" <body />" + Environment.NewLine +
|
" <body />" + Environment.NewLine +
|
||||||
|
@ -10,7 +10,7 @@ using System.Runtime.InteropServices;
|
|||||||
[assembly: AssemblyConfiguration("")]
|
[assembly: AssemblyConfiguration("")]
|
||||||
[assembly: AssemblyCompany("Nikse")]
|
[assembly: AssemblyCompany("Nikse")]
|
||||||
[assembly: AssemblyProduct("SubtitleEdit")]
|
[assembly: AssemblyProduct("SubtitleEdit")]
|
||||||
[assembly: AssemblyCopyright("Copyright 2001-2017, Nikse")]
|
[assembly: AssemblyCopyright("Copyright 2001-2019, Nikse")]
|
||||||
[assembly: AssemblyTrademark("Licensed under the GPL v3")]
|
[assembly: AssemblyTrademark("Licensed under the GPL v3")]
|
||||||
[assembly: AssemblyCulture("")]
|
[assembly: AssemblyCulture("")]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user