Skip to content

Commit d539f51

Browse files
Bump version and update copyright year
Updated dbatools.library.psd1 and dbatools.csproj to increment module and assembly versions, and changed copyright year to 2025.
1 parent f5f429e commit d539f51

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dbatools.library.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
@{
99
# Version number of this module.
10-
ModuleVersion = '2025.11.28'
10+
ModuleVersion = '2025.11.29'
1111

1212
# ID used to uniquely identify this module
1313
GUID = '00b61a37-6c36-40d8-8865-ac0180288c84'

project/dbatools/dbatools.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
<Company>Dataplat</Company>
77
<Product>dbatools</Product>
88
<Description>The dbatools PowerShell Module library</Description>
9-
<Copyright>Copyright © 2023</Copyright>
10-
<AssemblyVersion>0.10.0.77</AssemblyVersion>
11-
<FileVersion>0.10.0.77</FileVersion>
9+
<Copyright>Copyright © 2025</Copyright>
10+
<AssemblyVersion>0.10.0.78</AssemblyVersion>
11+
<FileVersion>0.10.0.78</FileVersion>
1212
<AssemblyName>dbatools</AssemblyName>
1313
<SkipFunctionsDepsCopy>false</SkipFunctionsDepsCopy>
1414
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>

0 commit comments

Comments
 (0)