Skip to content

Commit ce26d7c

Browse files
committed
fix :)
1 parent f926367 commit ce26d7c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ download in the
1111
These are the changes to each version that has been released
1212
on the official Visual Studio extension gallery.
1313

14-
## 1.1.1
14+
## 2.0.0
1515

1616
- [x] Discard support for VB
1717
- [x] Strengthen support for enum members

src/TypeScriptDefinitionGenerator/source.extension.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ static class Vsix
1111
public const string Name = "TypeScript Definition Generator";
1212
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";
1313
public const string Language = "en-US";
14-
public const string Version = "1.1.1";
14+
public const string Version = "2.0.0";
1515
public const string Author = "Mads Kristensen, Lulus Young";
1616
public const string Tags = "typescript, d.ts, model, dto";
1717
}

src/TypeScriptDefinitionGenerator/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<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">
33
<Metadata>
4-
<Identity Id="5cb4e919-c9ff-4026-bd14-fd323a14fac7" Version="1.1.1" Language="en-US" Publisher="Mads Kristensen, Lulus" />
4+
<Identity Id="5cb4e919-c9ff-4026-bd14-fd323a14fac7" Version="2.0.0" Language="en-US" Publisher="Mads Kristensen, Lulus" />
55
<DisplayName>TypeScript Definition Generator</DisplayName>
66
<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>
77
<MoreInfo>https://github.com/snys98/TypeScriptDefinitionGenerator</MoreInfo>

0 commit comments

Comments
 (0)