Skip to content

Commit be8cf2d

Browse files
committed
Version bump 3.8.2
1 parent fd3cc9e commit be8cf2d

19 files changed

+22
-22
lines changed

Build/CommonAssemblyInfo.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
using System.Runtime.InteropServices;
33

44
[assembly: AssemblyProduct("Griddly")]
5-
[assembly: AssemblyCopyright("Copyright © 2013-2024 Chris Hynes, Joel Potter, and Data Research Group")]
5+
[assembly: AssemblyCopyright("Copyright © 2013-2025 Chris Hynes, Joel Potter, and Data Research Group")]
66

77
[assembly: ComVisible(false)]
88

@@ -12,7 +12,7 @@
1212
// Minor Version
1313
// Build Number
1414
// Revision
15-
[assembly: AssemblyVersion("3.8.1")]
16-
[assembly: AssemblyFileVersion("3.8.1")]
15+
[assembly: AssemblyVersion("3.8.2")]
16+
[assembly: AssemblyFileVersion("3.8.2")]
1717
// Uncomment the informational version to create a pre-release package
18-
[assembly: AssemblyInformationalVersion("3.8.1-rc2")]
18+
//[assembly: AssemblyInformationalVersion("3.8.1-rc2")]

Griddly.NetCore.Razor/Pages/Shared/Griddly/BootstrapButton.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@*
22
* GriddlyButton renderer using Bootstrap html and styles
33
* http://griddly.com
4-
* Copyright 2013-2024 Chris Hynes and Data Research Group, Inc.
4+
* Copyright 2013-2025 Chris Hynes and Data Research Group, Inc.
55
* Licensed under MIT (https://github.com/programcsharp/griddly/blob/master/LICENSE)
66
*
77
* WARNING: Don't edit this file -- it'll be overwitten when you upgrade.

Griddly.NetCore.Razor/Pages/Shared/Griddly/ButtonStrip.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@*
22
* GriddlyButton button strip renderer using Bootstrap html and styles
33
* http://griddly.com
4-
* Copyright 2013-2024 Chris Hynes and Data Research Group, Inc.
4+
* Copyright 2013-2025 Chris Hynes and Data Research Group, Inc.
55
* Licensed under MIT (https://github.com/programcsharp/griddly/blob/master/LICENSE)
66
*
77
* WARNING: Don't edit this file -- it'll be overwitten when you upgrade.

Griddly.NetCore.Razor/Pages/Shared/Griddly/Griddly.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@*
22
* Griddly renderer
33
* http://griddly.com
4-
* Copyright 2013-2024 Chris Hynes and Data Research Group, Inc.
4+
* Copyright 2013-2025 Chris Hynes and Data Research Group, Inc.
55
* Licensed under MIT (https://github.com/programcsharp/griddly/blob/master/LICENSE)
66
*
77
* WARNING: Don't edit this file -- it'll be overwitten when you upgrade.

Griddly.NetCore.Razor/Pages/Shared/Griddly/GriddlyFilterBar.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@*
22
* GriddlyFilterBar renderer using Bootstrap html and styles
33
* http://griddly.com
4-
* Copyright 2013-2024 Chris Hynes and Data Research Group, Inc.
4+
* Copyright 2013-2025 Chris Hynes and Data Research Group, Inc.
55
* Licensed under MIT (https://github.com/programcsharp/griddly/blob/master/LICENSE)
66
*
77
* WARNING: Don't edit this file -- it'll be overwitten when you upgrade.

Griddly.NetCore.Razor/Pages/Shared/Griddly/GriddlyFilterForm.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@*
22
* GriddlyFilter form renderer using Bootstrap html and styles
33
* http://griddly.com
4-
* Copyright 2013-2024 Chris Hynes and Data Research Group, Inc.
4+
* Copyright 2013-2025 Chris Hynes and Data Research Group, Inc.
55
* Licensed under MIT (https://github.com/programcsharp/griddly/blob/master/LICENSE)
66
*
77
* WARNING: Don't edit this file -- it'll be overwitten when you upgrade.

Griddly.NetCore.Razor/Pages/Shared/Griddly/GriddlyFilterInline.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@*
22
* GriddlyFilter inline renderer
33
* http://griddly.com
4-
* Copyright 2013-2024 Chris Hynes and Data Research Group, Inc.
4+
* Copyright 2013-2025 Chris Hynes and Data Research Group, Inc.
55
* Licensed under MIT (https://github.com/programcsharp/griddly/blob/master/LICENSE)
66
*
77
* WARNING: Don't edit this file -- it'll be overwitten when you upgrade.

Griddly.NetCore.Razor/Pages/Shared/Griddly/GriddlyFilterValues.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@*
22
* GriddlyFilter value renderer using Bootstrap html and styles
33
* http://griddly.com
4-
* Copyright 2013-2024 Chris Hynes and Data Research Group, Inc.
4+
* Copyright 2013-2025 Chris Hynes and Data Research Group, Inc.
55
* Licensed under MIT (https://github.com/programcsharp/griddly/blob/master/LICENSE)
66
*
77
* WARNING: Don't edit this file -- it'll be overwitten when you upgrade.

Griddly.NetCore.Razor/Pages/Shared/Griddly/GriddlyFilters.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@*
22
* GriddlyFilters section renderer using Bootstrap html and styles
33
* http://griddly.com
4-
* Copyright 2013-2024 Chris Hynes and Data Research Group, Inc.
4+
* Copyright 2013-2025 Chris Hynes and Data Research Group, Inc.
55
* Licensed under MIT (https://github.com/programcsharp/griddly/blob/master/LICENSE)
66
*
77
* WARNING: Don't edit this file -- it'll be overwitten when you upgrade.

Griddly.NetCore.Razor/wwwroot/js/griddly.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Griddly script
33
* http://griddly.com
4-
* Copyright 2013-2024 Chris Hynes and Data Research Group, Inc.
4+
* Copyright 2013-2025 Chris Hynes and Data Research Group, Inc.
55
* Licensed under MIT (https://github.com/programcsharp/griddly/blob/master/LICENSE)
66
*
77
* WARNING: Don't edit this file -- it'll be overwitten when you upgrade.

0 commit comments

Comments
 (0)