Skip to content

Commit 46608b6

Browse files
committed
bumping WakaTime# and NuGet packaging project to v8.0.7
1 parent 2000988 commit 46608b6

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Diff for: packaging/Package.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
33
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
44
<id>WakaTime</id>
5-
<version>8.0.6</version>
5+
<version>8.0.7</version>
66
<authors>Alan Hamlett, Vivek C, Carlos Henrique, Zhmayev Yaroslav</authors>
77
<owners>WakaTime</owners>
88
<licenseUrl>https://github.com/CodeCavePro/wakatime-sharp/master/LICENSE.txt</licenseUrl>

Diff for: src/Properties/AssemblyInfo.cs

+6-6
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
using System.Runtime.CompilerServices;
55
using System.Runtime.InteropServices;
66

7-
// General Information about an assembly is controlled through the following
7+
// General Information about an assembly is controlled through the following
88
// set of attributes. Change these attribute values to modify the information
99
// associated with an assembly.
1010
[assembly: AssemblyTitle("WakaTime")]
@@ -14,22 +14,22 @@
1414
[assembly: AssemblyProduct("WakaTime")]
1515
[assembly: AssemblyCopyright("")]
1616
[assembly: AssemblyTrademark("")]
17-
[assembly: AssemblyCulture("")]
18-
[assembly: ComVisible(false)]
17+
[assembly: AssemblyCulture("")]
18+
[assembly: ComVisible(false)]
1919
[assembly: CLSCompliant(false)]
2020
[assembly: NeutralResourcesLanguage("en-US")]
2121

2222
// Version information for an assembly consists of the following four values:
2323
//
2424
// Major Version
25-
// Minor Version
25+
// Minor Version
2626
// Build Number
2727
// Revision
2828
//
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
3030
// by using the '*' as shown below:
3131

32-
[assembly: AssemblyVersion("8.0.5")]
32+
[assembly: AssemblyVersion("8.0.7")]
3333

3434
[assembly: InternalsVisibleTo("WakaTime_IntegrationTests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100ed8f681fc55bde81467704eba07c3f705ca21f8e864179766c6a034588cd9c2262faaa5c377f0f4fac40ed2564049adf003f19bc13b6d420a1c4d17d998d743fe3cf3ea06957841e7a423d98ea28dd45c43ca7ce3d0722cd859b56101fc1b24f48afc420168a636e486da71c00e9e0909083772c528cb7ecc18ba6e358f5f99a")]
3535
[assembly: InternalsVisibleTo("WakaTime_UnitTests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100ed8f681fc55bde81467704eba07c3f705ca21f8e864179766c6a034588cd9c2262faaa5c377f0f4fac40ed2564049adf003f19bc13b6d420a1c4d17d998d743fe3cf3ea06957841e7a423d98ea28dd45c43ca7ce3d0722cd859b56101fc1b24f48afc420168a636e486da71c00e9e0909083772c528cb7ecc18ba6e358f5f99a")]

0 commit comments

Comments
 (0)