|
4 | 4 | using System.Runtime.CompilerServices;
|
5 | 5 | using System.Runtime.InteropServices;
|
6 | 6 |
|
7 |
| -// General Information about an assembly is controlled through the following |
| 7 | +// General Information about an assembly is controlled through the following |
8 | 8 | // set of attributes. Change these attribute values to modify the information
|
9 | 9 | // associated with an assembly.
|
10 | 10 | [assembly: AssemblyTitle("WakaTime")]
|
|
14 | 14 | [assembly: AssemblyProduct("WakaTime")]
|
15 | 15 | [assembly: AssemblyCopyright("")]
|
16 | 16 | [assembly: AssemblyTrademark("")]
|
17 |
| -[assembly: AssemblyCulture("")] |
18 |
| -[assembly: ComVisible(false)] |
| 17 | +[assembly: AssemblyCulture("")] |
| 18 | +[assembly: ComVisible(false)] |
19 | 19 | [assembly: CLSCompliant(false)]
|
20 | 20 | [assembly: NeutralResourcesLanguage("en-US")]
|
21 | 21 |
|
22 | 22 | // Version information for an assembly consists of the following four values:
|
23 | 23 | //
|
24 | 24 | // Major Version
|
25 |
| -// Minor Version |
| 25 | +// Minor Version |
26 | 26 | // Build Number
|
27 | 27 | // Revision
|
28 | 28 | //
|
29 |
| -// You can specify all the values or you can default the Revision and Build Numbers |
| 29 | +// You can specify all the values or you can default the Revision and Build Numbers |
30 | 30 | // by using the '*' as shown below:
|
31 | 31 |
|
32 |
| -[assembly: AssemblyVersion("8.0.5")] |
| 32 | +[assembly: AssemblyVersion("8.0.7")] |
33 | 33 |
|
34 | 34 | [assembly: InternalsVisibleTo("WakaTime_IntegrationTests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100ed8f681fc55bde81467704eba07c3f705ca21f8e864179766c6a034588cd9c2262faaa5c377f0f4fac40ed2564049adf003f19bc13b6d420a1c4d17d998d743fe3cf3ea06957841e7a423d98ea28dd45c43ca7ce3d0722cd859b56101fc1b24f48afc420168a636e486da71c00e9e0909083772c528cb7ecc18ba6e358f5f99a")]
|
35 | 35 | [assembly: InternalsVisibleTo("WakaTime_UnitTests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100ed8f681fc55bde81467704eba07c3f705ca21f8e864179766c6a034588cd9c2262faaa5c377f0f4fac40ed2564049adf003f19bc13b6d420a1c4d17d998d743fe3cf3ea06957841e7a423d98ea28dd45c43ca7ce3d0722cd859b56101fc1b24f48afc420168a636e486da71c00e9e0909083772c528cb7ecc18ba6e358f5f99a")]
|
0 commit comments