Skip to content

Commit

Permalink
switching IDE version to 6.0, bumping add-in version to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
salaros committed Aug 7, 2016
1 parent da91e26 commit ea18f08
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
2 changes: 1 addition & 1 deletion addin-project.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8" ?>
<AddinProject appVersion="5.0">
<AddinProject appVersion="6.0">
<Project platforms="Mac Linux">
<AddinFile>bin/Debug/MonoDevelop.WakaTime.dll</AddinFile>
<BuildFile>src/MonoDevelop.WakaTime.sln</BuildFile>
Expand Down
17 changes: 13 additions & 4 deletions src/MonoDevelop.WakaTime.addin.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<Addin id="WakaTime" namespace="MonoDevelop" name="WakaTime" author="Zhmayev Yaroslav (salaros)" url="https://github.com/salaros/monodevelop-wakatime" copyright="" description="WakaTime is a productivity and time tracking tool for programmers. Once the WakaTime plugin is installed, you get a dashboard with reports about your programming by time, language, project, and branch." category="IDE extensions" version="1.0.6">
<?xml version="1.0" encoding="utf-8" ?>
<Addin id="WakaTime"
namespace="MonoDevelop"
name="WakaTime"
author="Zhmayev Yaroslav (salaros)"
url="https://github.com/salaros/monodevelop-wakatime"
copyright=""
description="WakaTime is a productivity and time tracking tool for programmers. Once the WakaTime plugin is installed, you get a dashboard with reports about your programming by time, language, project, and branch."
category="IDE extensions"
version="2.0.0">

<!-- Resources -->
<Dependencies>
<Addin id="Ide" version="5.0" />
<Addin id="Core" version="5.0" />
<Addin id="Ide" version="6.0" />
<Addin id="Core" version="6.0" />
</Dependencies>
<Runtime>
<Import assembly="MonoDevelop.WakaTime.dll" />
Expand Down
2 changes: 1 addition & 1 deletion src/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
[assembly: AssemblyProduct("MonoDevelop")]
[assembly: AssemblyTitle("WakaTime")]
[assembly: AssemblyDescription("WakaTime is a productivity & time tracking tool for programmers. Once the WakaTime plugin is installed, you get a dashboard with reports about your programming by time, language, project, and branch.")]
[assembly: AssemblyVersion("1.0.6")]
[assembly: AssemblyVersion("2.0.0")]
[assembly: AssemblyCopyright("MIT")]

0 comments on commit ea18f08

Please sign in to comment.