Skip to content

Commit

Permalink
Update assembly version to 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mrward committed Sep 25, 2015
1 parent 9bdacc5 commit 66a0c8e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/TypeScriptBinding.Tests/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@
//
// You can specify all the values or you can use the default the Revision and
// Build Numbers by using the '*' as shown below:
[assembly: AssemblyVersion("0.6")]
[assembly: AssemblyVersion("0.7")]
4 changes: 2 additions & 2 deletions src/TypeScriptBinding/Properties/AddinInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

[assembly:Addin ("TypeScript",
Namespace = "MonoDevelop",
Version = "0.6",
Version = "0.7",
Category = "Web Development")]

[assembly:AddinName ("TypeScript")]
[assembly:AddinDescription ("Adds TypeScript support. Updated to use TypeScript 1.5.3")]
[assembly:AddinDescription ("Adds TypeScript support. Updated to use TypeScript 1.6.2")]

[assembly:AddinDependency ("Core", "5.0")]
[assembly:AddinDependency ("Ide", "5.0")]
Expand Down
2 changes: 1 addition & 1 deletion src/TypeScriptBinding/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@
//
// You can specify all the values or you can use the default the Revision and
// Build Numbers by using the '*' as shown below:
[assembly: AssemblyVersion("0.6")]
[assembly: AssemblyVersion("0.7")]

0 comments on commit 66a0c8e

Please sign in to comment.