tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

AssemblyInfo.cs (976B)


      1 #region Using directives
      2 
      3 using System.Reflection;
      4 using System.Runtime.CompilerServices;
      5 
      6 #endregion
      7 
      8 // General Information about an assembly is controlled through the following 
      9 // set of attributes. Change these attribute values to modify the information
     10 // associated with an assembly.
     11 [assembly: AssemblyTitle("LZMA#")]
     12 [assembly: AssemblyDescription("")]
     13 [assembly: AssemblyConfiguration("")]
     14 [assembly: AssemblyCompany("Igor Pavlov")]
     15 [assembly: AssemblyProduct("LZMA# SDK")]
     16 [assembly: AssemblyCopyright("Copyright @ Igor Pavlov 1999-2004")]
     17 [assembly: AssemblyTrademark("")]
     18 [assembly: AssemblyCulture("")]
     19 
     20 // Version information for an assembly consists of the following four values:
     21 //
     22 //      Major Version
     23 //      Minor Version 
     24 //      Build Number
     25 //      Revision
     26 //
     27 // You can specify all the values or you can default the Revision and Build Numbers 
     28 // by using the '*' as shown below:
     29 [assembly: AssemblyVersion("4.12.*")]