Skip to content

Commit

Permalink
update Signum.TSGenerator to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
olmobrutall committed Apr 7, 2019
1 parent f3fa0c7 commit 5c1200c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Signum.React/Signum.React.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<ItemGroup>
<PackageReference Include="Signum.Analyzer" Version="1.0.1" />
<PackageReference Include="Signum.TSGenerator" Version="2.0.0" />
<PackageReference Include="Signum.TSGenerator" Version="2.0.1" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Signum.TSGenerator/Signum.TSGenerator.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>Signum.TSGenerator</id>
<version>2.0.0</version>
<version>2.0.1</version>
<title>TypeScript generator for Signum Framework applications</title>
<authors>Olmo del Corral</authors>
<licenseUrl>https://opensource.org/licenses/MIT</licenseUrl>
Expand Down

1 comment on commit 5c1200c

@olmobrutall
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix TSGenerator

Please update Signum.TSGenerator to version 2.0.1 to fix a bug related to nullable Lites.

Please sign in to comment.