File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 134
134
</CreateItem >
135
135
136
136
<Zip Files =" @(yafdnn-resContent)" WorkingDirectory =" $(MSBuildProjectDirectory)\yafdnn-res" ZipFileName =" yafdnn-res.$(Extension)" />
137
- <Copy SourceFiles =" $(MSBuildProjectDirectory)\yafdnn-res.$(Extension)" DestinationFolder =" package/" />
137
+ <Move SourceFiles =" $(MSBuildProjectDirectory)\yafdnn-res.$(Extension)" DestinationFolder =" package/" />
138
138
139
139
140
140
<CreateItem Include =" $(MSBuildProjectDirectory)\Package\**\*.*" >
143
143
<!-- Create the Install package -->
144
144
<Zip Files =" @(OutputContent)" WorkingDirectory =" $(MSBuildProjectDirectory)\Package" ZipFileName =" $(PackageName)_$(YAFVersion).$(Extension)" />
145
145
<!-- Copy the Install package to the Packages folder -->
146
- <Move SourceFiles =" $(MSBuildProjectDirectory)\$(PackageName)_$(YAFVersion).$(Extension)" DestinationFolder =" packages /" />
146
+ <Move SourceFiles =" $(MSBuildProjectDirectory)\$(PackageName)_$(YAFVersion).$(Extension)" DestinationFolder =" deploy /" />
147
147
148
148
<RemoveDir Directories =" $(MSBuildProjectDirectory)\Package" />
149
149
<RemoveDir Directories =" $(MSBuildProjectDirectory)\YafDnnWhatsNewResources" />
160
160
</CreateItem >
161
161
162
162
<Zip Files =" @(OutputSource)" WorkingDirectory =" $(MSBuildProjectDirectory)\Package" ZipFileName =" $(PackageName)_$(YAFVersion)-SRC.$(Extension)" />
163
- <Move SourceFiles =" $(MSBuildProjectDirectory)\$(PackageName)_$(YAFVersion)-SRC.$(Extension)" DestinationFolder =" packages /" />
163
+ <Move SourceFiles =" $(MSBuildProjectDirectory)\$(PackageName)_$(YAFVersion)-SRC.$(Extension)" DestinationFolder =" deploy /" />
164
164
165
165
<RemoveDir Directories =" $(MSBuildProjectDirectory)\Package" />
166
166
Original file line number Diff line number Diff line change 1
1
<dotnetnuke type="Package" version="5.0">
2
2
<packages>
3
- <package name="YetAnotherForumDotNet" type="Module" version="02.12.05604 ">
3
+ <package name="YetAnotherForumDotNet" type="Module" version="02.12.05605 ">
4
4
<friendlyName>YAF.NET Forums</friendlyName>
5
5
<description>
6
6
<strong>YetAnotherForum.NET</strong> as DNN Module. Yet Another Forum.NET (YAF) is an open source ASP.NET forum system.<br />
379
379
</component>
380
380
</components>
381
381
</package>
382
- <package name="YAF.WhatsNew" type="Module" version="02.12.05604 ">
382
+ <package name="YAF.WhatsNew" type="Module" version="02.12.05605 ">
383
383
<friendlyName>YAF.NET Forums What's New</friendlyName>
384
384
<description>
385
385
<p>This Module displays the Latest Posts from a <strong>YetAnotherForum.NET</strong> Module. Based on the Current Users Authorization Level. You can define Which Forum should been used, and how many Posts should displayed.
You can’t perform that action at this time.
0 commit comments