Skip to content

Commit a8a2ed2

Browse files
committed
Set informational version
Include editly.js in nuget
1 parent 45d5a99 commit a8a2ed2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Build/CommonAssemblyInfo.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@
1717
// by using the '*' as shown below:
1818
[assembly: AssemblyVersion("1.4.5")]
1919
[assembly: AssemblyFileVersion("1.4.5")]
20+
[assembly: AssemblyInformationalVersion("1.4.5-editlyalpha2")]

Build/build.proj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
<Libs Include="$(BaseDir)\Griddly.Mvc\bin\$(Configuration)\Griddly.Mvc.dll" />
2727
<Content Include="$(BaseDir)\Griddly\**\griddly.js" />
2828
<Content Include="$(BaseDir)\Griddly\**\griddly.css" />
29-
<Content Include="$(BaseDir)\Griddly\**\Griddly\*.*" />
29+
<Content Include="$(BaseDir)\Griddly\**\Griddly\*.*" />
30+
<Content Include="$(BaseDir)\Griddly\**\editly.js" />
3031
</ItemGroup>
3132

3233
<Exec Command="rd $(PackageDir) /s /q" />

0 commit comments

Comments
 (0)