Skip to content

Commit

Permalink
v8.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
alanhamlett committed Nov 30, 2016
1 parent b8e32f0 commit 0ec76da
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ History
-------


8.0.5 (2016-11-30)
++++++++++++++++++

- Add support for Visual Studio 2017.


8.0.4 (2016-05-03)
++++++++++++++++++

Expand Down
4 changes: 2 additions & 2 deletions WakaTime/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:

[assembly: AssemblyVersion("8.0.4")]
[assembly: AssemblyFileVersion("8.0.4")]
[assembly: AssemblyVersion("8.0.5")]
[assembly: AssemblyFileVersion("8.0.5")]

[assembly: InternalsVisibleTo("WakaTime_IntegrationTests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100ed8f681fc55bde81467704eba07c3f705ca21f8e864179766c6a034588cd9c2262faaa5c377f0f4fac40ed2564049adf003f19bc13b6d420a1c4d17d998d743fe3cf3ea06957841e7a423d98ea28dd45c43ca7ce3d0722cd859b56101fc1b24f48afc420168a636e486da71c00e9e0909083772c528cb7ecc18ba6e358f5f99a")]
[assembly: InternalsVisibleTo("WakaTime_UnitTests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100ed8f681fc55bde81467704eba07c3f705ca21f8e864179766c6a034588cd9c2262faaa5c377f0f4fac40ed2564049adf003f19bc13b6d420a1c4d17d998d743fe3cf3ea06957841e7a423d98ea28dd45c43ca7ce3d0722cd859b56101fc1b24f48afc420168a636e486da71c00e9e0909083772c528cb7ecc18ba6e358f5f99a")]
2 changes: 1 addition & 1 deletion WakaTime/source.extension.vsixmanifest-default
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Identifier Id="52d9c3ff-c893-408e-95e4-d7484ec7fa47">
<Name>WakaTime</Name>
<Author>WakaTime</Author>
<Version>8.0.4</Version>
<Version>8.0.5</Version>
<Description xml:space="preserve">Metrics, insights, and time tracking automatically generated from your programming activity.</Description>
<Locale>1033</Locale>
<MoreInfoUrl>https://github.com/wakatime/visualstudio-wakatime</MoreInfoUrl>
Expand Down
2 changes: 1 addition & 1 deletion WakaTime/source.extension.vsixmanifest-express
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Identifier Id="52d9c3ff-c893-408e-95e4-d7484ec7fa47">
<Name>WakaTime</Name>
<Author>WakaTime</Author>
<Version>8.0.4</Version>
<Version>8.0.5</Version>
<Description xml:space="preserve">Metrics, insights, and time tracking automatically generated from your programming activity.</Description>
<Locale>1033</Locale>
<MoreInfoUrl>https://github.com/wakatime/visualstudio-wakatime</MoreInfoUrl>
Expand Down

0 comments on commit 0ec76da

Please sign in to comment.