Skip to content

Commit

Permalink
- fix problems with versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolaygekht committed Jan 10, 2025
1 parent 8e3f87c commit 7c10185
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/project.proj
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
<MakeDir Directories="$(DocTargetDir)" />
<DocGen Project="project.xml" />
<Copy SourceFiles="@(CustomFile)" DestinationFolder="$(DocTargetDir)" />
<ContentFromPackage Package="gehtsoft.build.docgen" Source="Content/template/html/res" Version="0.1.32" Destination="$(DocTargetDir)/res" />
<ContentFromPackage Package="gehtsoft.build.docgen" Source="Content/template/html/highlighter" Version="0.1.32" Destination="$(DocTargetDir)/highlighter" />
<ContentFromPackage Package="gehtsoft.build.docgen" Source="Content/template/html/menu" Version="0.1.32" Destination="$(DocTargetDir)/menu" />
<ContentFromPackage Package="gehtsoft.build.docgen" Source="Content/template/html/pageImages" Version="0.1.32" Destination="$(DocTargetDir)/pageImages" />
<ContentFromPackage Package="gehtsoft.build.docgen" Source="Content/template/html/res" Version="0.1.33" Destination="$(DocTargetDir)/res" />
<ContentFromPackage Package="gehtsoft.build.docgen" Source="Content/template/html/highlighter" Version="0.1.33" Destination="$(DocTargetDir)/highlighter" />
<ContentFromPackage Package="gehtsoft.build.docgen" Source="Content/template/html/menu" Version="0.1.33" Destination="$(DocTargetDir)/menu" />
<ContentFromPackage Package="gehtsoft.build.docgen" Source="Content/template/html/pageImages" Version="0.1.33" Destination="$(DocTargetDir)/pageImages" />
</Target>
<ItemGroup>
<DocSource Include="$(MSBuildProjectDirectory)/../Gehtsoft.Measurements/bin/Release/netstandard2.0/Gehtsoft.Measurements.dll" />
Expand Down

0 comments on commit 7c10185

Please sign in to comment.