File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 15
15
//
16
16
// You can specify all the values or you can default the Revision and Build Numbers
17
17
// by using the '*' as shown below:
18
- [ assembly: AssemblyVersion ( "1.4.9 " ) ]
19
- [ assembly: AssemblyFileVersion ( "1.4.9 " ) ]
18
+ [ assembly: AssemblyVersion ( "1.5.0 " ) ]
19
+ [ assembly: AssemblyFileVersion ( "1.5.0 " ) ]
20
20
//[assembly: AssemblyInformationalVersion("1.4.5-editlyalpha2")]
Original file line number Diff line number Diff line change 43
43
<Copy SourceFiles =" @(Content)" DestinationFolder =" $(PackageDir)\Griddly\content\%(RecursiveDir)" />
44
44
<Copy SourceFiles =" @(Libs)" DestinationFolder =" $(PackageDir)\Griddly.Core\lib\net45\%(RecursiveDir)" />
45
45
46
- <!-- Get the version number of the main FV assembly to insert into the nuspec files -->
46
+ <!-- Get the version number of the main assembly to insert into the nuspec files -->
47
47
<GetAssemblyIdentity AssemblyFiles =" $(PackageDir)\Griddly.Core\lib\net45\Griddly.Mvc.dll" >
48
48
<Output TaskParameter =" Assemblies" ItemName =" AsmInfo" />
49
49
</GetAssemblyIdentity >
You can’t perform that action at this time.
0 commit comments