Skip to content

Commit

Permalink
fix typoe rename ReportPernamentLink ReportPermanentLink
Browse files Browse the repository at this point in the history
  • Loading branch information
pofider committed Feb 12, 2019
1 parent 5645d23 commit 578ea49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jsreport.Shared/SerializerHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public static ReportMeta ParseReportMeta(IDictionary<string, string> meta)

return new ReportMeta
{
ReportPernamentLink = meta.MetaValue("permanentLink"),
ReportPermanentLink = meta.MetaValue("permanentLink"),
AsyncReportLocation = meta.MetaValue("location"),
ContentType = meta.MetaValue("contentType"),
ReportId = meta.MetaValue("reportId"),
Expand Down
2 changes: 1 addition & 1 deletion jsreport.Shared/jsreport.Shared.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</When>
<Otherwise>
<ItemGroup>
<PackageReference Include="jsreport.Types" Version="2.1.0-beta" />
<PackageReference Include="jsreport.Types" Version="2.2.7" />
</ItemGroup>
</Otherwise>
</Choose>
Expand Down

0 comments on commit 578ea49

Please sign in to comment.