Skip to content

Commit

Permalink
Fix build info version. Fixes #228
Browse files Browse the repository at this point in the history
  • Loading branch information
nosami committed Jun 11, 2018
1 parent 98ca157 commit 710a6f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions XSVim/Properties/AddinInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ open MonoDevelop
[<assembly:AddinDescription ("Vim emulation layer for Xamarin Studio / Visual Studio for Mac.")>]
[<assembly:AddinUrl ("https://github.com/nosami/XSVim")>]
[<assembly:AddinAuthor ("jason")>]
[<assembly:AddinDependency ("::MonoDevelop.Core", BuildInfo.Version)>]
[<assembly:AddinDependency ("::MonoDevelop.Ide", BuildInfo.Version)>]
[<assembly:AddinDependency ("::MonoDevelop.SourceEditor2", BuildInfo.Version)>]
[<assembly:AddinDependency ("::MonoDevelop.Core", "7.4")>]
[<assembly:AddinDependency ("::MonoDevelop.Ide", "7.4")>]
[<assembly:AddinDependency ("::MonoDevelop.SourceEditor2", "7.4")>]
()
2 changes: 1 addition & 1 deletion XSVim/Properties/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ open System.Runtime.CompilerServices
[<AutoOpen>]
module AddinVersion =
[<Literal>]
let version = "0.60.4"
let version = "0.60.5"

[<assembly: AssemblyTitle("XSVim")>]
// The assembly version has the format {Major}.{Minor}.{Build}.{Revision}
Expand Down

0 comments on commit 710a6f6

Please sign in to comment.