File tree 7 files changed +8
-8
lines changed
7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 32
32
// You can specify all the values or you can default the Build and Revision Numbers
33
33
// by using the '*' as shown below:
34
34
// [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 1
1
{
2
2
"name" : " deploy-client" ,
3
- "version" : " 0.7 .0" ,
3
+ "version" : " 0.8 .0" ,
4
4
"main" : " gulpfile.js" ,
5
5
"license" : " Apache-2.0" ,
6
6
"private" : true ,
Original file line number Diff line number Diff line change 1
1
module . exports = {
2
- MODULE_VERSION : '00.07 .00'
2
+ MODULE_VERSION : '00.08 .00'
3
3
} ;
Original file line number Diff line number Diff line change 1
1
<dotnetnuke type="Package" version="5.0">
2
2
<packages>
3
- <package name="Cantarus.PolyDeploy" type="Module" version="00.07 .00">
3
+ <package name="Cantarus.PolyDeploy" type="Module" version="00.08 .00">
4
4
<friendlyName>Cantarus PolyDeploy</friendlyName>
5
5
<description>Cantarus PolyDeploy module</description>
6
6
<iconFile>Images/polydeploy-logo-icon.png</iconFile>
Original file line number Diff line number Diff line change 28
28
// You can specify all the values or you can default the Revision and Build Numbers
29
29
// by using the '*' as shown below:
30
30
31
- [ assembly: AssemblyVersion ( "00.07 .00.*" ) ]
31
+ [ assembly: AssemblyVersion ( "00.08 .00.*" ) ]
32
32
[ assembly: AssemblyDelaySign ( false ) ]
33
33
[ assembly: AssemblyKeyFile ( "" ) ]
34
34
[ assembly: AssemblyKeyName ( "" ) ]
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " poly-deploy" ,
3
- "version" : " 0.7 .0" ,
3
+ "version" : " 0.8 .0" ,
4
4
"main" : " app.js" ,
5
5
"license" : " Apache-2.0" ,
6
6
"private" : true ,
Original file line number Diff line number Diff line change 7
7
*/
8
8
MODULE_NAME : 'PolyDeploy' ,
9
9
MODULE_DOMAIN : 'Modules' ,
10
- MODULE_VERSION : '00.07 .00' ,
10
+ MODULE_VERSION : '00.08 .00' ,
11
11
WEBSITE_PATH : '../../Website/'
12
12
} ;
You can’t perform that action at this time.
0 commit comments