Skip to content

Commit

Permalink
v7.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alanhamlett committed Apr 9, 2016
1 parent 64349f0 commit cf190ba
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ History
-------


7.0.3 (2016-04-09)
++++++++++++++++++

- Prevent deleting wakatime-core when IDE started while offline.
- Make sure api key dialog prompt has focus.
- Add support for Visual Studio 15.


7.0.2 (2015-01-04)
++++++++++++++++++

Expand Down
4 changes: 2 additions & 2 deletions 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("7.0.2")]
[assembly: AssemblyFileVersion("7.0.2")]
[assembly: AssemblyVersion("7.0.3")]
[assembly: AssemblyFileVersion("7.0.3")]

[assembly: InternalsVisibleTo("WakaTime_IntegrationTests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100ed8f681fc55bde81467704eba07c3f705ca21f8e864179766c6a034588cd9c2262faaa5c377f0f4fac40ed2564049adf003f19bc13b6d420a1c4d17d998d743fe3cf3ea06957841e7a423d98ea28dd45c43ca7ce3d0722cd859b56101fc1b24f48afc420168a636e486da71c00e9e0909083772c528cb7ecc18ba6e358f5f99a")]
[assembly: InternalsVisibleTo("WakaTime_UnitTests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100ed8f681fc55bde81467704eba07c3f705ca21f8e864179766c6a034588cd9c2262faaa5c377f0f4fac40ed2564049adf003f19bc13b6d420a1c4d17d998d743fe3cf3ea06957841e7a423d98ea28dd45c43ca7ce3d0722cd859b56101fc1b24f48afc420168a636e486da71c00e9e0909083772c528cb7ecc18ba6e358f5f99a")]
2 changes: 1 addition & 1 deletion 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>7.0.2</Version>
<Version>7.0.3</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 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>7.0.2</Version>
<Version>7.0.3</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 cf190ba

Please sign in to comment.