File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed
Expand file tree Collapse file tree 7 files changed +8
-8
lines changed 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 ( "0.7 .0.0" ) ]
36- [ assembly: AssemblyFileVersion ( "0.7 .0.0" ) ]
35+ [ assembly: AssemblyVersion ( "0.8 .0.0" ) ]
36+ [ assembly: AssemblyFileVersion ( "0.8 .0.0" ) ]
Original file line number Diff line number Diff line change 11{
22 "name" : " deploy-client" ,
3- "version" : " 0.7 .0" ,
3+ "version" : " 0.8 .0" ,
44 "main" : " gulpfile.js" ,
55 "license" : " Apache-2.0" ,
66 "private" : true ,
Original file line number Diff line number Diff line change 11module . exports = {
2- MODULE_VERSION : '00.07 .00'
2+ MODULE_VERSION : '00.08 .00'
33} ;
Original file line number Diff line number Diff line change 11<dotnetnuke type="Package" version="5.0">
22 <packages>
3- <package name="Cantarus.PolyDeploy" type="Module" version="00.07 .00">
3+ <package name="Cantarus.PolyDeploy" type="Module" version="00.08 .00">
44 <friendlyName>Cantarus PolyDeploy</friendlyName>
55 <description>Cantarus PolyDeploy module</description>
66 <iconFile>Images/polydeploy-logo-icon.png</iconFile>
Original file line number Diff line number Diff line change 2828// You can specify all the values or you can default the Revision and Build Numbers
2929// by using the '*' as shown below:
3030
31- [ assembly: AssemblyVersion ( "00.07 .00.*" ) ]
31+ [ assembly: AssemblyVersion ( "00.08 .00.*" ) ]
3232[ assembly: AssemblyDelaySign ( false ) ]
3333[ assembly: AssemblyKeyFile ( "" ) ]
3434[ assembly: AssemblyKeyName ( "" ) ]
Original file line number Diff line number Diff line change 11{
22 "name" : " poly-deploy" ,
3- "version" : " 0.7 .0" ,
3+ "version" : " 0.8 .0" ,
44 "main" : " app.js" ,
55 "license" : " Apache-2.0" ,
66 "private" : true ,
Original file line number Diff line number Diff line change 77 */
88 MODULE_NAME : 'PolyDeploy' ,
99 MODULE_DOMAIN : 'Modules' ,
10- MODULE_VERSION : '00.07 .00' ,
10+ MODULE_VERSION : '00.08 .00' ,
1111 WEBSITE_PATH : '../../Website/'
1212} ;
You can’t perform that action at this time.
0 commit comments