We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45d5a99 commit a8a2ed2Copy full SHA for a8a2ed2
Build/CommonAssemblyInfo.cs
@@ -17,3 +17,4 @@
17
// by using the '*' as shown below:
18
[assembly: AssemblyVersion("1.4.5")]
19
[assembly: AssemblyFileVersion("1.4.5")]
20
+[assembly: AssemblyInformationalVersion("1.4.5-editlyalpha2")]
Build/build.proj
@@ -26,7 +26,8 @@
26
<Libs Include="$(BaseDir)\Griddly.Mvc\bin\$(Configuration)\Griddly.Mvc.dll" />
27
<Content Include="$(BaseDir)\Griddly\**\griddly.js" />
28
<Content Include="$(BaseDir)\Griddly\**\griddly.css" />
29
- <Content Include="$(BaseDir)\Griddly\**\Griddly\*.*" />
+ <Content Include="$(BaseDir)\Griddly\**\Griddly\*.*" />
30
+ <Content Include="$(BaseDir)\Griddly\**\editly.js" />
31
</ItemGroup>
32
33
<Exec Command="rd $(PackageDir) /s /q" />
0 commit comments