Skip to content

Commit

Permalink
Undid the commit of modified AssemblyInfo.cs files.
Browse files Browse the repository at this point in the history
  • Loading branch information
IcySon55 committed Dec 3, 2018
1 parent 6ff3663 commit e086e7f
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 49 deletions.
13 changes: 4 additions & 9 deletions src/Karameru/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
// Do not change this file, as it will be overwritten on build time
// Edit AssemblyInfo_template.cs instead

using System.Reflection;
using System.Reflection;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
Expand Down Expand Up @@ -34,8 +31,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

// Use this when you apply git tags like "0.1.0" to automatically keep up with the version
[assembly: AssemblyVersion("1.0.13.2071")]
[assembly: AssemblyFileVersion("1.0.13.2071")]
[assembly: AssemblyInformationalVersion("1.0.13-64e86178")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyInformationalVersion("1.0.0.0")]
19 changes: 7 additions & 12 deletions src/Kontract/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
// Do not change this file, as it will be overwritten on build time
// Edit AssemblyInfo_template.cs instead

using System.Reflection;
using System.Reflection;
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("Kuriimu Contract")]
[assembly: AssemblyDescription("Kuriimu Contract is the information interchange library between the applications and all plugins.")]
[assembly: AssemblyTitle("Kontract")]
[assembly: AssemblyDescription("Kontract is the information interchange library between the applications and all plugins.")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Fan Translators International")]
[assembly: AssemblyProduct("Kuriimu Contract")]
[assembly: AssemblyProduct("Kontract")]
[assembly: AssemblyCopyright("Copyright © Fan Translators Int. 2018")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
Expand All @@ -34,8 +31,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

// Use this when you apply git tags like "0.1.0" to automatically keep up with the version
[assembly: AssemblyVersion("1.0.13.2071")]
[assembly: AssemblyFileVersion("1.0.13.2071")]
[assembly: AssemblyInformationalVersion("1.0.13-64e86178")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyInformationalVersion("1.0.0.0")]
13 changes: 4 additions & 9 deletions src/Kukkii/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
// Do not change this file, as it will be overwritten on build time
// Edit AssemblyInfo_template.cs instead

using System.Reflection;
using System.Reflection;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
Expand Down Expand Up @@ -34,8 +31,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

// Use this when you apply git tags like "0.1.0" to automatically keep up with the version
[assembly: AssemblyVersion("1.0.13.2071")]
[assembly: AssemblyFileVersion("1.0.13.2071")]
[assembly: AssemblyInformationalVersion("1.0.13-64e86178")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyInformationalVersion("1.0.0.0")]
15 changes: 5 additions & 10 deletions src/Kuriimu/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
// Do not change this file, as it will be overwritten on build time
// Edit AssemblyInfo_template.cs instead

using System.Reflection;
using System.Reflection;
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("Kuriimu")]
[assembly: AssemblyDescription("Kuriimu is the game translation text editor for authors of fan translations.\r\n\r\nCoding:\r\n\tIcySon55\r\n\tNeobeo\r\n\tonepiecefreak\r\nGIT Info:\r\n\tBranch:\tIcySon55/Kuriimu/master\r\n\tCommit:\t64e86178\r\n\tCompiled:\t2018-12-03 19:34:08UTC\r\n\tby:\tIcySon55 ([email protected])")]
[assembly: AssemblyDescription("Kuriimu is the game translation text editor for authors of fan translations.\r\n\r\nCoding:\r\n\tIcySon55\r\n\tNeobeo\r\n\tonepiecefreak\r\nGIT Info:\r\n\tBranch:\tIcySon55/Kuriimu/master\r\n\tCommit:\t3f7bcd9\r\n\tCompiled:\t2018-11-10 00:07:40UTC\r\n\tby:\tIcySon55 ([email protected])")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Fan Translators International")]
[assembly: AssemblyProduct("Kuriimu")]
Expand All @@ -34,8 +31,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

// Use this when you apply git tags like "0.1.0" to automatically keep up with the version
[assembly: AssemblyVersion("1.0.13.2071")]
[assembly: AssemblyFileVersion("1.0.13.2071")]
[assembly: AssemblyInformationalVersion("1.0.13-64e86178")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyInformationalVersion("1.0.0.0")]
13 changes: 4 additions & 9 deletions src/runext/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
// Do not change this file, as it will be overwritten on build time
// Edit AssemblyInfo_template.cs instead

using System.Reflection;
using System.Reflection;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
Expand Down Expand Up @@ -34,8 +31,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

// Use this when you apply git tags like "0.1.0" to automatically keep up with the version
[assembly: AssemblyVersion("1.0.13.2071")]
[assembly: AssemblyFileVersion("1.0.13.2071")]
[assembly: AssemblyInformationalVersion("1.0.13-64e86178")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyInformationalVersion("1.0.0.0")]

0 comments on commit e086e7f

Please sign in to comment.