Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion BC.ALGoHelper.module.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"GUID": "fa5f4d08-53be-4ca0-bf16-26da89afa20f",
"Author": "Freddy Kristiansen",
"Author": "Microsoft",
"Copyright": "(c) 2022 Microsoft. All rights reserved.",
"Description": "PowerShell module with AL-Go helper functions for Business Central Development",
"CompanyName": "Microsoft",
Expand Down
Binary file modified BC.ALGoHelper.psd1
Binary file not shown.
2 changes: 1 addition & 1 deletion BC.AppSourceHelper.module.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"GUID": "325e1f63-e3d3-43d5-954d-2ac74f59bc7d",
"Author": "Freddy Kristiansen",
"Author": "Microsoft",
"Copyright": "(c) 2022 Microsoft. All rights reserved.",
"Description": "PowerShell module with AppSource helper functions for Business Central Development",
"CompanyName": "Microsoft",
Expand Down
Binary file modified BC.AppSourceHelper.psd1
Binary file not shown.
2 changes: 1 addition & 1 deletion BC.ArtifactsHelper.module.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"GUID": "2262fadf-b661-4818-aec8-4502802bbf42",
"Author": "Freddy Kristiansen",
"Author": "Microsoft",
"Copyright": "(c) 2022 Microsoft. All rights reserved.",
"Description": "PowerShell module with Business Central artifacts helper functions for Business Central Development",
"CompanyName": "Microsoft",
Expand Down
Binary file modified BC.ArtifactsHelper.psd1
Binary file not shown.
2 changes: 1 addition & 1 deletion BC.HelperFunctions.module.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"GUID": "25a65b43-3a76-4782-8515-06de2d4bae21",
"Author": "Freddy Kristiansen",
"Author": "Microsoft",
"Copyright": "(c) 2022 Microsoft. All rights reserved.",
"Description": "Base PowerShell module for BC.* modules",
"CompanyName": "Microsoft",
Expand Down
Binary file modified BC.HelperFunctions.psd1
Binary file not shown.
2 changes: 1 addition & 1 deletion BC.NuGetHelper.module.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"GUID": "5ef27830-ae76-422f-8439-db8db89e9ece",
"Author": "Freddy Kristiansen",
"Author": "Microsoft",
"Copyright": "(c) 2022 Microsoft. All rights reserved.",
"Description": "PowerShell module with NuGet helper functions for Business Central Development",
"CompanyName": "Microsoft",
Expand Down
Binary file modified BC.NuGetHelper.psd1
Binary file not shown.
2 changes: 1 addition & 1 deletion BC.SaasHelper.module.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"GUID": "e7f1ba7d-b7f1-4c7d-ad19-d24491fbbd19",
"Author": "Freddy Kristiansen",
"Author": "Microsoft",
"Copyright": "(c) 2022 Microsoft. All rights reserved.",
"Description": "PowerShell module with Business Central online helper functions for Business Central Development",
"CompanyName": "Microsoft",
Expand Down
Binary file modified BC.SaasHelper.psd1
Binary file not shown.
2 changes: 1 addition & 1 deletion BC.module.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"GUID": "e7f1ba7d-b7f1-4c7d-ad19-d24491fbbd19",
"Author": "Freddy Kristiansen",
"Author": "Microsoft",
"Copyright": "(c) 2022 Microsoft. All rights reserved.",
"Description": "PowerShell module with Business Central online helper functions for Business Central Development",
"CompanyName": "Microsoft",
Expand Down
Binary file modified BC.psd1
Binary file not shown.
2 changes: 1 addition & 1 deletion BcContainerHelper.module.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"GUID": "8e034fbc-8c30-446d-bbc3-5b3be5392491",
"Author": "Freddy Kristiansen",
"Author": "Microsoft",
"Copyright": "(c) 2022 Microsoft. All rights reserved.",
"Description": "PowerShell module, which makes it easier to work with Business Central Containers on Docker.",
"CompanyName": "Microsoft",
Expand Down
4 changes: 2 additions & 2 deletions BcContainerHelper.psd1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# Module manifest for module 'BcContainerHelper'
#
# Generated by: Freddy Kristiansen
# Generated by: Microsoft
#
# Generated on: 21/08/2024
#
Expand All @@ -21,7 +21,7 @@ CompatiblePSEditions = 'Core', 'Desktop'
GUID = '8e034fbc-8c30-446d-bbc3-5b3be5392491'

# Author of this module
Author = 'Freddy Kristiansen'
Author = 'Microsoft'

# Company or vendor of this module
CompanyName = 'Microsoft'
Expand Down