Skip to content

Commit c8fc270

Browse files
author
Chris S.
committed
Version rev'd
1 parent e1eb32c commit c8fc270

File tree

5 files changed

+14
-7
lines changed

5 files changed

+14
-7
lines changed

lib/Configs/web.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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" />

src/Roadkill.Core/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
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")]

src/Roadkill.Web/Roadkill.AzureWeb.csproj

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,7 @@
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" />
@@ -489,6 +490,12 @@
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>

src/Roadkill.Web/Roadkill.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
connectionStringName="Roadkill"
66
dataStoreType="SqlServer2012"
77
editorRoleName="Editor"
8-
installed="true"
8+
installed="false"
99
isPublicSite="true"
1010
logging="none"
1111
logErrorsOnly="true"

src/Roadkill.Web/web.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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" />
@@ -128,7 +128,7 @@
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: -->

0 commit comments

Comments
 (0)