Преглед изворни кода

Prepare for next release v4.5.0

Kartik Visweswaran пре 6 година
родитељ
комит
35409367ee
2 измењених фајлова са 7 додато и 1 уклоњено
  1. 6 0
      CHANGE.md
  2. 1 1
      nuget/build.bat

+ 6 - 0
CHANGE.md

@@ -1,6 +1,12 @@
 Change Log: `bootstrap-fileinput`
 Change Log: `bootstrap-fileinput`
 =================================
 =================================
 
 
+## version 4.5.0 (_under development_)
+
+**Date:** _work in process_
+
+- Correct nuget batch file.
+
 ## version 4.4.9
 ## version 4.4.9
 
 
 **Date:** 25-Jul-2018
 **Date:** 25-Jul-2018

+ 1 - 1
nuget/build.bat

@@ -22,7 +22,7 @@ xcopy ..\js content\Scripts /D /E /C /R /I /K /Y
 xcopy ..\css content\Content\bootstrap-fileinput\css /D /E /C /R /I /K /Y 
 xcopy ..\css content\Content\bootstrap-fileinput\css /D /E /C /R /I /K /Y 
 xcopy ..\img content\Content\bootstrap-fileinput\img /D /E /C /R /I /K /Y 
 xcopy ..\img content\Content\bootstrap-fileinput\img /D /E /C /R /I /K /Y 
 xcopy ..\themes content\Content\bootstrap-fileinput\themes /D /E /C /R /I /K /Y 
 xcopy ..\themes content\Content\bootstrap-fileinput\themes /D /E /C /R /I /K /Y 
-xcopy ..\sass content\Content\bootstrap-fileinput\sass /D /E /C /R /I /K /Y 
+xcopy ..\scss content\Content\bootstrap-fileinput\scss /D /E /C /R /I /K /Y 
 
 
 REM create a new package
 REM create a new package
 NuGet Pack Package.nuspec -Exclude NuGet.exe;build.bat
 NuGet Pack Package.nuspec -Exclude NuGet.exe;build.bat