File tree Expand file tree Collapse file tree 5 files changed +14
-7
lines changed Expand file tree Collapse file tree 5 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <!-- Roadkill v2.0.263 -->
2+ <!-- Roadkill v2.0.275 -->
33<configuration >
44 <configSections >
55 <section name =" roadkill" type =" Roadkill.Core.RoadkillSection,Roadkill.Core" />
Original file line number Diff line number Diff line change 3232// You can specify all the values or you can default the Build and Revision Numbers
3333// by using the '*' as shown below:
3434// [assembly: AssemblyVersion("1.0.*")]
35- [ assembly: AssemblyVersion ( "2.0.272 " ) ]
36- [ assembly: AssemblyFileVersion ( "2.0.272 " ) ]
37- [ assembly: AssemblyInformationalVersion ( "2.0.272 " ) ] // Do not include spaces (as it's used by the Bundles)
35+ [ assembly: AssemblyVersion ( "2.0.275 " ) ]
36+ [ assembly: AssemblyFileVersion ( "2.0.275 " ) ]
37+ [ assembly: AssemblyInformationalVersion ( "2.0.275 " ) ] // Do not include spaces (as it's used by the Bundles)
3838[ assembly: InternalsVisibleTo ( "Roadkill.Tests" ) ]
Original file line number Diff line number Diff line change 321321 <Content Include =" Assets\CSS\htmldiff.css" />
322322 <Content Include =" Assets\CSS\images\animated-overlay.gif" />
323323 <Content Include =" Assets\CSS\images\blank.gif" />
324+ <Content Include =" Assets\CSS\images\plugin-disabled.png" />
324325 <Content Include =" Assets\CSS\images\plugin-enabled.png" />
325326 <Content Include =" Assets\Images\filemanager\cancel.png" />
326327 <Content Include =" Assets\Images\filemanager\directory.png" />
489490 <Content Include =" Assets\Scripts\roadkill\installer\step4.js" >
490491 <DependentUpon >step4.ts</DependentUpon >
491492 </Content >
493+ <Content Include =" Assets\Scripts\roadkill\installer\step3Db.js" >
494+ <DependentUpon >step3Db.ts</DependentUpon >
495+ </Content >
496+ <Content Include =" Assets\Scripts\roadkill\installer\step3WindowsAuth.js" >
497+ <DependentUpon >step3WindowsAuth.ts</DependentUpon >
498+ </Content >
492499 <Content Include =" Assets\Scripts\roadkill\installer\step2.js" >
493500 <DependentUpon >step2.ts</DependentUpon >
494501 </Content >
Original file line number Diff line number Diff line change 55 connectionStringName=" Roadkill"
66 dataStoreType=" SqlServer2012"
77 editorRoleName=" Editor"
8- installed=" true "
8+ installed=" false "
99 isPublicSite=" true"
1010 logging=" none"
1111 logErrorsOnly=" true"
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <!-- Roadkill v2.0.263 -->
2+ <!-- Roadkill v2.0.275 -->
33<configuration >
44 <configSections >
55 <section name =" roadkill" type =" Roadkill.Core.RoadkillSection,Roadkill.Core" />
128128 <security >
129129 <requestFiltering >
130130 <!-- 50mb upload size (52428800 BYTES) -->
131- <requestLimits maxAllowedContentLength =" 52428800" />
131+ <requestLimits maxAllowedContentLength =" 52428800" />
132132 </requestFiltering >
133133 </security >
134134 <!-- To add custom mimetypes, uncomment this section: -->
You can’t perform that action at this time.
0 commit comments