Skip to content

Commit

Permalink
Merge pull request #40 from dignite-projects/ref-1.7
Browse files Browse the repository at this point in the history
Ref 1.7
  • Loading branch information
duguankui authored Dec 6, 2023
2 parents 9e054de + a87ea53 commit 9458f96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<LangVersion>latest</LangVersion>
<Version>1.6.0</Version>
<Version>1.7.0</Version>
<NoWarn>$(NoWarn);CS1591;CS0436</NoWarn>
<PackageIconUrl>https://dignite.com/assets/dignite_nupkg.png</PackageIconUrl>
<PackageProjectUrl>https://dignite.com/dignite-abp</PackageProjectUrl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ namespace Dignite.Abp.AspNetCore.Mvc.UI.Theme.Pure.Bundling;
typeof(JQueryValidationUnobtrusiveScriptContributor),
typeof(JQueryFormScriptContributor),
typeof(Sweetalert2ScriptContributor),
typeof(ToastrScriptBundleContributor),
typeof(ToastrScriptBundleContributor)
)]
public class PureThemePublicScriptContributor : BundleContributor
{
Expand Down

0 comments on commit 9458f96

Please sign in to comment.