Skip to content

Commit 7d48079

Browse files
committed
Version bump to 1.5
1 parent 175f58f commit 7d48079

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Build/CommonAssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
//
1616
// You can specify all the values or you can default the Revision and Build Numbers
1717
// 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")]
2020
//[assembly: AssemblyInformationalVersion("1.4.5-editlyalpha2")]

Build/build.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<Copy SourceFiles="@(Content)" DestinationFolder="$(PackageDir)\Griddly\content\%(RecursiveDir)" />
4444
<Copy SourceFiles="@(Libs)" DestinationFolder="$(PackageDir)\Griddly.Core\lib\net45\%(RecursiveDir)" />
4545

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 -->
4747
<GetAssemblyIdentity AssemblyFiles="$(PackageDir)\Griddly.Core\lib\net45\Griddly.Mvc.dll">
4848
<Output TaskParameter="Assemblies" ItemName="AsmInfo" />
4949
</GetAssemblyIdentity>

0 commit comments

Comments
 (0)