Skip to content

Commit

Permalink
Version 5.6.4.2022
Browse files Browse the repository at this point in the history
Added ImportOnly/ExportOnly specifiers for schema attributes (see documentation)
Upped to 5.6.4.2022
  • Loading branch information
sorengranfeldt committed Jan 3, 2022
1 parent 09bcf67 commit c9c3d33
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Granfeldt.PowerShell.ManagementAgent/MA.cs
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@
// march 31, 2021 | Darren J Robinson
// - fixed script parameter ($User => $Username)
// - fixed MA Type so PSMA can update historical MA's
// january 3, 2022 | Benoit Boudeville
// - added ImportOnly/ExportOnly specifiers for schema attributes
// - upped to 5.6.4.2022
// Information on assembly version numbers - http://support.microsoft.com/kb/556041

using Microsoft.MetadirectoryServices;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Goverco")]
[assembly: AssemblyProduct("PowerShell Management Agent")]
[assembly: AssemblyCopyright("Copyright © Soren Granfeldt 2011-2021")]
[assembly: AssemblyCopyright("Copyright © Soren Granfeldt 2011-2022")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -38,5 +38,5 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("5.6")]
[assembly: AssemblyFileVersion("5.6.3.2022")]
[assembly: AssemblyFileVersion("5.6.4.2022")]
[assembly: AssemblyInformationalVersion("5.6")]

0 comments on commit c9c3d33

Please sign in to comment.