Skip to content

Commit 9889cd0

Browse files
committed
Update doc build
1 parent c931a01 commit 9889cd0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CodeJamDoc.shfbproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
</NamespaceSummaries>
4848
<MissingTags>Summary, Parameter, Returns, AutoDocumentCtors, Namespace, TypeParameter, AutoDocumentDispose</MissingTags>
4949
<VisibleItems>Attributes, InheritedMembers, InheritedFrameworkMembers, Protected, ProtectedInternalAsProtected, EditorBrowsableNever, NonBrowsable</VisibleItems>
50-
<CopyrightText>RSDN, 2016-2018</CopyrightText>
50+
<CopyrightText>RSDN, 2016-2021</CopyrightText>
5151
<PlugInConfigurations />
5252
<ComponentConfigurations>
5353
<ComponentConfig id="Code Block Component" enabled="True">

appveyor.doc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ image: Visual Studio 2022
33
configuration: Release
44
clone_folder: c:\projects\codejam
55
environment:
6-
SHFBROOT: C:\EWSoftware.SHFB.2018.12.10\tools\
6+
SHFBROOT: C:\EWSoftware.SHFB.2021.11.7\tools\
77
install:
88
- cmd: >-
9-
nuget install EWSoftware.SHFB -o c:\ -Version 2018.12.10
9+
nuget install EWSoftware.SHFB -o c:\ -Version 2021.11.7
1010
1111
nuget install EWSoftware.SHFB.NETFramework -o c:\projects\codejam
1212
13-
xcopy /E /S C:\EWSoftware.SHFB.2018.12.10 C:\EWSoftware.SHFB.2015.10.10.0\
13+
xcopy /E /S C:\EWSoftware.SHFB.2021.11.7 C:\EWSoftware.SHFB.2015.10.10.0\
1414
before_build:
1515
- cmd: nuget restore CodeJam.sln
1616
build_script:

0 commit comments

Comments
 (0)