Skip to content

Commit

Permalink
Bump to version 2.2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeOwlclaw committed Sep 27, 2019
1 parent 47c96cd commit 8996c5d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ for:
install:
- ps: (new-object Net.WebClient).DownloadString("https://raw.github.com/denis-peshkov/ExtensionScripts/master/AppVeyor/vsix.ps1") | iex
before_build:
- ps: Vsix-IncrementVsixVersion -initialVersion 2.2.0.0 -updateVsixCsVersion | Vsix-UpdateBuildVersion
- ps: Vsix-IncrementVsixVersion -initialVersion 2.2.1.1 -updateVsixCsVersion | Vsix-UpdateBuildVersion
after_test:
- ps: Vsix-PushArtifacts | Vsix-PublishToGallery

2 changes: 1 addition & 1 deletion src/TypeScriptDefinitionGenerator/source.extension.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ static class Vsix
public const string Name = "TypeScript Definition Generator";
public const string Description = @"Creates and synchronizes TypeScript Definition files (d.ts) from C# model classes to build strongly typed web application where the server- and client-side models are in sync. Works on all .NET project types";
public const string Language = "en-US";
public const string Version = "2.2.0.0";
public const string Version = "2.2.1.1";
public const string Author = "Denis Peshkov";
public const string Tags = "Code Generator, d.ts, dto, model, TypeScript, TypeScript generator";
}
Expand Down
Original file line number Diff line number Diff line change
@@ -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 Id="5cb4e919-c9ff-4026-bd39-fd323a14fac7" Version="2.2.0.0" Language="en-US" Publisher="Denis Peshkov" />
<Identity Id="5cb4e919-c9ff-4026-bd39-fd323a14fac7" Version="2.2.1.1" Language="en-US" Publisher="Denis Peshkov" />
<DisplayName>TypeScript Definition Generator</DisplayName>
<Description xml:space="preserve">Creates and synchronizes TypeScript Definition files (d.ts) from C# model classes to build strongly typed web application where the server- and client-side models are in sync. Works on all .NET project types</Description>
<MoreInfo>https://github.com/denis-peshkov/TypeScriptDefinitionGenerator</MoreInfo>
Expand Down

0 comments on commit 8996c5d

Please sign in to comment.