Skip to content

Commit

Permalink
Increment version numbers
Browse files Browse the repository at this point in the history
Need to publish a new VSIX with the tracking fix
  • Loading branch information
jaredpar committed Oct 28, 2021
1 parent 06d4ba5 commit e4e315d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Src/VimCore/Constants.fs
Expand Up @@ -41,7 +41,7 @@ module VimConstants =
let VersionNumber = "2.10.99.99 Debug"
#else
[<Literal>]
let VersionNumber = "2.10.0.2"
let VersionNumber = "2.10.0.3"
#endif


2 changes: 1 addition & 1 deletion Src/VsVim2017/source.extension.vsixmanifest
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Publisher="Jared Parsons" Version="2.10.0.2" Id="VsVim.Microsoft.ce6b18b9-bd0d-4da0-a312-250beeacdb54" Language="en-US" />
<Identity Publisher="Jared Parsons" Version="2.10.0.3" Id="VsVim.Microsoft.ce6b18b9-bd0d-4da0-a312-250beeacdb54" Language="en-US" />
<DisplayName>VsVim 2017</DisplayName>
<Description>VIM emulation layer for Visual Studio</Description>
<MoreInfo>https://github.com/VsVim/VsVim</MoreInfo>
Expand Down
2 changes: 1 addition & 1 deletion Src/VsVim2019/source.extension.vsixmanifest
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Publisher="Jared Parsons" Version="2.10.0.2" Id="VsVim.Microsoft.e214908b-0458-4ae2-a583-4310f29687c3" Language="en-US" />
<Identity Publisher="Jared Parsons" Version="2.10.0.3" Id="VsVim.Microsoft.e214908b-0458-4ae2-a583-4310f29687c3" Language="en-US" />
<DisplayName>VsVim</DisplayName>
<Description>VIM emulation layer for Visual Studio</Description>
<MoreInfo>https://github.com/VsVim/VsVim</MoreInfo>
Expand Down
2 changes: 1 addition & 1 deletion Src/VsVim2022/source.extension.vsixmanifest
Expand Up @@ -2,7 +2,7 @@
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<!-- DEV17_TODO -->
<Identity Publisher="Jared Parsons" Version="2.10.0.2" Id="VsVim.Microsoft.e97cd707-324b-4e35-a669-eef8dae4b8cf" Language="en-US" />
<Identity Publisher="Jared Parsons" Version="2.10.0.3" Id="VsVim.Microsoft.e97cd707-324b-4e35-a669-eef8dae4b8cf" Language="en-US" />
<DisplayName>VsVim 2022</DisplayName>
<Description>VIM emulation layer for Visual Studio</Description>
<MoreInfo>https://github.com/VsVim/VsVim</MoreInfo>
Expand Down

0 comments on commit e4e315d

Please sign in to comment.