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 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 ( "2.0.0 " ) ]
19
- [ assembly: AssemblyFileVersion ( "2.0.0 " ) ]
18
+ [ assembly: AssemblyVersion ( "2.0.1 " ) ]
19
+ [ assembly: AssemblyFileVersion ( "2.0.1 " ) ]
20
20
//[assembly: AssemblyInformationalVersion("2.0-alpha6")]
Original file line number Diff line number Diff line change 24
24
25
25
<ItemGroup >
26
26
<Libs Include =" $(BaseDir)\Griddly.Mvc\bin\$(Configuration)\Griddly.Mvc.dll" />
27
- <Content Include =" $(BaseDir)\Griddly\Scripts \griddly.js" />
28
- <Content Include =" $(BaseDir)\Griddly\Scripts \editly.js" />
29
- <Content Include =" $(BaseDir)\Griddly\Content \griddly.css" />
27
+ <Content Include =" $(BaseDir)\Griddly\** \griddly.js" />
28
+ <Content Include =" $(BaseDir)\Griddly\** \editly.js" />
29
+ <Content Include =" $(BaseDir)\Griddly\** \griddly.css" />
30
30
<Content Include =" $(BaseDir)\Griddly\**\Views\Shared\Griddly\*.*" />
31
31
</ItemGroup >
32
32
You can’t perform that action at this time.
0 commit comments