CmjMVCUI 2.0.3

dotnet add package CmjMVCUI --version 2.0.3
                    
NuGet\Install-Package CmjMVCUI -Version 2.0.3
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="CmjMVCUI" Version="2.0.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CmjMVCUI" Version="2.0.3" />
                    
Directory.Packages.props
<PackageReference Include="CmjMVCUI" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add CmjMVCUI --version 2.0.3
                    
#r "nuget: CmjMVCUI, 2.0.3"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=CmjMVCUI&version=2.0.3
                    
Install CmjMVCUI as a Cake Addin
#tool nuget:?package=CmjMVCUI&version=2.0.3
                    
Install CmjMVCUI as a Cake Tool

Manual operation:
1.Modify file namespace :App_Start\BundleConfig.cs

2.uninstall package:
 Bootstrap
 Respond JS

3.Delete the following files:
Content\Site.css

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.3 4,730 10/4/2015
2.0.2 4,320 6/2/2015
2.0.1 4,102 4/8/2015
2.0.0 4,047 4/8/2015
1.4.0 4,253 2/15/2015
1.3.1 4,214 1/29/2015
1.3.0 4,215 1/29/2015
1.2.0 5,035 12/19/2014
1.1.2 4,676 12/2/2014
1.1.1 4,439 12/1/2014
1.1.0 4,691 12/1/2014
1.0.2 4,467 11/13/2014
1.0.1 4,756 11/13/2014
1.0.0 4,784 11/13/2014

修复 Edge浏览器下模态框弹窗问题