Skip to content

Commit

Permalink
Version 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rxtur committed Nov 18, 2018
1 parent 584561c commit c17c771
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/Common/Views/Widgets/Categories/Edit.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
<form method="post" action="~/widgets/api/postlist/edit" asp-antiforgery="true">
<div class="form-group">
<label class="form-group-label">Template ({0} = slug {1} = title)</label>
<label class="form-group-label">Template ({0} = category)</label>
<textarea rows="2" id="txtTemplate" name="txtTemplate" class="form-control">@template</textarea>
</div>
<div class="form-group">
Expand Down
2 changes: 1 addition & 1 deletion src/Core/Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<Version>2.1.1.2</Version>
<Version>2.2.0.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit c17c771

Please sign in to comment.