From 42c024d2563a7dc07c10365036fb4cf4b048e907 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Magnus=20Gether=20S=C3=B8rensen?= Date: Fri, 22 Jan 2021 10:48:00 +0100 Subject: [PATCH] published nuget 1.5.0 --- RELEASE_NOTES.md | 3 +++ src/MetadataGen/MetadataGenerator11/AssemblyInfo.fs | 8 ++++---- src/MetadataGen/MetadataGenerator13/AssemblyInfo.fs | 8 ++++---- src/MetadataGen/MetadataGenerator15/AssemblyInfo.fs | 8 ++++---- src/MetadataGen/MetadataGenerator16/AssemblyInfo.fs | 8 ++++---- src/MetadataGen/MetadataGenerator365/AssemblyInfo.fs | 8 ++++---- src/XrmMockup2011/AssemblyInfo.fs | 8 ++++---- src/XrmMockup2013/AssemblyInfo.fs | 8 ++++---- src/XrmMockup2015/AssemblyInfo.fs | 8 ++++---- src/XrmMockup2016/AssemblyInfo.fs | 8 ++++---- src/XrmMockup365/AssemblyInfo.fs | 8 ++++---- 11 files changed, 43 insertions(+), 40 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 01d47fbf..5da534b9 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,6 @@ +### 1.5.0 - 22 January 2020 +* Moved security checks to validation step in the pipeline + ### 1.4.6 - 22 January 2020 * Added support for impersonating user in plugins diff --git a/src/MetadataGen/MetadataGenerator11/AssemblyInfo.fs b/src/MetadataGen/MetadataGenerator11/AssemblyInfo.fs index abbda568..1e870761 100644 --- a/src/MetadataGen/MetadataGenerator11/AssemblyInfo.fs +++ b/src/MetadataGen/MetadataGenerator11/AssemblyInfo.fs @@ -7,8 +7,8 @@ using System.Reflection; [assembly: AssemblyDescription("A simulation engine that can mock a specific MS CRM instance. Useful for testing and debugging business logic.")] [assembly: AssemblyCompany("Delegate A/S")] [assembly: AssemblyCopyright("Copyright (c) Delegate A/S 2017")] -[assembly: AssemblyVersion("1.4.6")] -[assembly: AssemblyFileVersion("1.4.6")] +[assembly: AssemblyVersion("1.5.0")] +[assembly: AssemblyFileVersion("1.5.0")] namespace System { internal static class AssemblyVersionInformation { internal const System.String AssemblyTitle = "XrmMockup"; @@ -16,7 +16,7 @@ namespace System { internal const System.String AssemblyDescription = "A simulation engine that can mock a specific MS CRM instance. Useful for testing and debugging business logic."; internal const System.String AssemblyCompany = "Delegate A/S"; internal const System.String AssemblyCopyright = "Copyright (c) Delegate A/S 2017"; - internal const System.String AssemblyVersion = "1.4.6"; - internal const System.String AssemblyFileVersion = "1.4.6"; + internal const System.String AssemblyVersion = "1.5.0"; + internal const System.String AssemblyFileVersion = "1.5.0"; } } diff --git a/src/MetadataGen/MetadataGenerator13/AssemblyInfo.fs b/src/MetadataGen/MetadataGenerator13/AssemblyInfo.fs index abbda568..1e870761 100644 --- a/src/MetadataGen/MetadataGenerator13/AssemblyInfo.fs +++ b/src/MetadataGen/MetadataGenerator13/AssemblyInfo.fs @@ -7,8 +7,8 @@ using System.Reflection; [assembly: AssemblyDescription("A simulation engine that can mock a specific MS CRM instance. Useful for testing and debugging business logic.")] [assembly: AssemblyCompany("Delegate A/S")] [assembly: AssemblyCopyright("Copyright (c) Delegate A/S 2017")] -[assembly: AssemblyVersion("1.4.6")] -[assembly: AssemblyFileVersion("1.4.6")] +[assembly: AssemblyVersion("1.5.0")] +[assembly: AssemblyFileVersion("1.5.0")] namespace System { internal static class AssemblyVersionInformation { internal const System.String AssemblyTitle = "XrmMockup"; @@ -16,7 +16,7 @@ namespace System { internal const System.String AssemblyDescription = "A simulation engine that can mock a specific MS CRM instance. Useful for testing and debugging business logic."; internal const System.String AssemblyCompany = "Delegate A/S"; internal const System.String AssemblyCopyright = "Copyright (c) Delegate A/S 2017"; - internal const System.String AssemblyVersion = "1.4.6"; - internal const System.String AssemblyFileVersion = "1.4.6"; + internal const System.String AssemblyVersion = "1.5.0"; + internal const System.String AssemblyFileVersion = "1.5.0"; } } diff --git a/src/MetadataGen/MetadataGenerator15/AssemblyInfo.fs b/src/MetadataGen/MetadataGenerator15/AssemblyInfo.fs index abbda568..1e870761 100644 --- a/src/MetadataGen/MetadataGenerator15/AssemblyInfo.fs +++ b/src/MetadataGen/MetadataGenerator15/AssemblyInfo.fs @@ -7,8 +7,8 @@ using System.Reflection; [assembly: AssemblyDescription("A simulation engine that can mock a specific MS CRM instance. Useful for testing and debugging business logic.")] [assembly: AssemblyCompany("Delegate A/S")] [assembly: AssemblyCopyright("Copyright (c) Delegate A/S 2017")] -[assembly: AssemblyVersion("1.4.6")] -[assembly: AssemblyFileVersion("1.4.6")] +[assembly: AssemblyVersion("1.5.0")] +[assembly: AssemblyFileVersion("1.5.0")] namespace System { internal static class AssemblyVersionInformation { internal const System.String AssemblyTitle = "XrmMockup"; @@ -16,7 +16,7 @@ namespace System { internal const System.String AssemblyDescription = "A simulation engine that can mock a specific MS CRM instance. Useful for testing and debugging business logic."; internal const System.String AssemblyCompany = "Delegate A/S"; internal const System.String AssemblyCopyright = "Copyright (c) Delegate A/S 2017"; - internal const System.String AssemblyVersion = "1.4.6"; - internal const System.String AssemblyFileVersion = "1.4.6"; + internal const System.String AssemblyVersion = "1.5.0"; + internal const System.String AssemblyFileVersion = "1.5.0"; } } diff --git a/src/MetadataGen/MetadataGenerator16/AssemblyInfo.fs b/src/MetadataGen/MetadataGenerator16/AssemblyInfo.fs index abbda568..1e870761 100644 --- a/src/MetadataGen/MetadataGenerator16/AssemblyInfo.fs +++ b/src/MetadataGen/MetadataGenerator16/AssemblyInfo.fs @@ -7,8 +7,8 @@ using System.Reflection; [assembly: AssemblyDescription("A simulation engine that can mock a specific MS CRM instance. Useful for testing and debugging business logic.")] [assembly: AssemblyCompany("Delegate A/S")] [assembly: AssemblyCopyright("Copyright (c) Delegate A/S 2017")] -[assembly: AssemblyVersion("1.4.6")] -[assembly: AssemblyFileVersion("1.4.6")] +[assembly: AssemblyVersion("1.5.0")] +[assembly: AssemblyFileVersion("1.5.0")] namespace System { internal static class AssemblyVersionInformation { internal const System.String AssemblyTitle = "XrmMockup"; @@ -16,7 +16,7 @@ namespace System { internal const System.String AssemblyDescription = "A simulation engine that can mock a specific MS CRM instance. Useful for testing and debugging business logic."; internal const System.String AssemblyCompany = "Delegate A/S"; internal const System.String AssemblyCopyright = "Copyright (c) Delegate A/S 2017"; - internal const System.String AssemblyVersion = "1.4.6"; - internal const System.String AssemblyFileVersion = "1.4.6"; + internal const System.String AssemblyVersion = "1.5.0"; + internal const System.String AssemblyFileVersion = "1.5.0"; } } diff --git a/src/MetadataGen/MetadataGenerator365/AssemblyInfo.fs b/src/MetadataGen/MetadataGenerator365/AssemblyInfo.fs index abbda568..1e870761 100644 --- a/src/MetadataGen/MetadataGenerator365/AssemblyInfo.fs +++ b/src/MetadataGen/MetadataGenerator365/AssemblyInfo.fs @@ -7,8 +7,8 @@ using System.Reflection; [assembly: AssemblyDescription("A simulation engine that can mock a specific MS CRM instance. Useful for testing and debugging business logic.")] [assembly: AssemblyCompany("Delegate A/S")] [assembly: AssemblyCopyright("Copyright (c) Delegate A/S 2017")] -[assembly: AssemblyVersion("1.4.6")] -[assembly: AssemblyFileVersion("1.4.6")] +[assembly: AssemblyVersion("1.5.0")] +[assembly: AssemblyFileVersion("1.5.0")] namespace System { internal static class AssemblyVersionInformation { internal const System.String AssemblyTitle = "XrmMockup"; @@ -16,7 +16,7 @@ namespace System { internal const System.String AssemblyDescription = "A simulation engine that can mock a specific MS CRM instance. Useful for testing and debugging business logic."; internal const System.String AssemblyCompany = "Delegate A/S"; internal const System.String AssemblyCopyright = "Copyright (c) Delegate A/S 2017"; - internal const System.String AssemblyVersion = "1.4.6"; - internal const System.String AssemblyFileVersion = "1.4.6"; + internal const System.String AssemblyVersion = "1.5.0"; + internal const System.String AssemblyFileVersion = "1.5.0"; } } diff --git a/src/XrmMockup2011/AssemblyInfo.fs b/src/XrmMockup2011/AssemblyInfo.fs index abbda568..1e870761 100644 --- a/src/XrmMockup2011/AssemblyInfo.fs +++ b/src/XrmMockup2011/AssemblyInfo.fs @@ -7,8 +7,8 @@ using System.Reflection; [assembly: AssemblyDescription("A simulation engine that can mock a specific MS CRM instance. Useful for testing and debugging business logic.")] [assembly: AssemblyCompany("Delegate A/S")] [assembly: AssemblyCopyright("Copyright (c) Delegate A/S 2017")] -[assembly: AssemblyVersion("1.4.6")] -[assembly: AssemblyFileVersion("1.4.6")] +[assembly: AssemblyVersion("1.5.0")] +[assembly: AssemblyFileVersion("1.5.0")] namespace System { internal static class AssemblyVersionInformation { internal const System.String AssemblyTitle = "XrmMockup"; @@ -16,7 +16,7 @@ namespace System { internal const System.String AssemblyDescription = "A simulation engine that can mock a specific MS CRM instance. Useful for testing and debugging business logic."; internal const System.String AssemblyCompany = "Delegate A/S"; internal const System.String AssemblyCopyright = "Copyright (c) Delegate A/S 2017"; - internal const System.String AssemblyVersion = "1.4.6"; - internal const System.String AssemblyFileVersion = "1.4.6"; + internal const System.String AssemblyVersion = "1.5.0"; + internal const System.String AssemblyFileVersion = "1.5.0"; } } diff --git a/src/XrmMockup2013/AssemblyInfo.fs b/src/XrmMockup2013/AssemblyInfo.fs index abbda568..1e870761 100644 --- a/src/XrmMockup2013/AssemblyInfo.fs +++ b/src/XrmMockup2013/AssemblyInfo.fs @@ -7,8 +7,8 @@ using System.Reflection; [assembly: AssemblyDescription("A simulation engine that can mock a specific MS CRM instance. Useful for testing and debugging business logic.")] [assembly: AssemblyCompany("Delegate A/S")] [assembly: AssemblyCopyright("Copyright (c) Delegate A/S 2017")] -[assembly: AssemblyVersion("1.4.6")] -[assembly: AssemblyFileVersion("1.4.6")] +[assembly: AssemblyVersion("1.5.0")] +[assembly: AssemblyFileVersion("1.5.0")] namespace System { internal static class AssemblyVersionInformation { internal const System.String AssemblyTitle = "XrmMockup"; @@ -16,7 +16,7 @@ namespace System { internal const System.String AssemblyDescription = "A simulation engine that can mock a specific MS CRM instance. Useful for testing and debugging business logic."; internal const System.String AssemblyCompany = "Delegate A/S"; internal const System.String AssemblyCopyright = "Copyright (c) Delegate A/S 2017"; - internal const System.String AssemblyVersion = "1.4.6"; - internal const System.String AssemblyFileVersion = "1.4.6"; + internal const System.String AssemblyVersion = "1.5.0"; + internal const System.String AssemblyFileVersion = "1.5.0"; } } diff --git a/src/XrmMockup2015/AssemblyInfo.fs b/src/XrmMockup2015/AssemblyInfo.fs index abbda568..1e870761 100644 --- a/src/XrmMockup2015/AssemblyInfo.fs +++ b/src/XrmMockup2015/AssemblyInfo.fs @@ -7,8 +7,8 @@ using System.Reflection; [assembly: AssemblyDescription("A simulation engine that can mock a specific MS CRM instance. Useful for testing and debugging business logic.")] [assembly: AssemblyCompany("Delegate A/S")] [assembly: AssemblyCopyright("Copyright (c) Delegate A/S 2017")] -[assembly: AssemblyVersion("1.4.6")] -[assembly: AssemblyFileVersion("1.4.6")] +[assembly: AssemblyVersion("1.5.0")] +[assembly: AssemblyFileVersion("1.5.0")] namespace System { internal static class AssemblyVersionInformation { internal const System.String AssemblyTitle = "XrmMockup"; @@ -16,7 +16,7 @@ namespace System { internal const System.String AssemblyDescription = "A simulation engine that can mock a specific MS CRM instance. Useful for testing and debugging business logic."; internal const System.String AssemblyCompany = "Delegate A/S"; internal const System.String AssemblyCopyright = "Copyright (c) Delegate A/S 2017"; - internal const System.String AssemblyVersion = "1.4.6"; - internal const System.String AssemblyFileVersion = "1.4.6"; + internal const System.String AssemblyVersion = "1.5.0"; + internal const System.String AssemblyFileVersion = "1.5.0"; } } diff --git a/src/XrmMockup2016/AssemblyInfo.fs b/src/XrmMockup2016/AssemblyInfo.fs index abbda568..1e870761 100644 --- a/src/XrmMockup2016/AssemblyInfo.fs +++ b/src/XrmMockup2016/AssemblyInfo.fs @@ -7,8 +7,8 @@ using System.Reflection; [assembly: AssemblyDescription("A simulation engine that can mock a specific MS CRM instance. Useful for testing and debugging business logic.")] [assembly: AssemblyCompany("Delegate A/S")] [assembly: AssemblyCopyright("Copyright (c) Delegate A/S 2017")] -[assembly: AssemblyVersion("1.4.6")] -[assembly: AssemblyFileVersion("1.4.6")] +[assembly: AssemblyVersion("1.5.0")] +[assembly: AssemblyFileVersion("1.5.0")] namespace System { internal static class AssemblyVersionInformation { internal const System.String AssemblyTitle = "XrmMockup"; @@ -16,7 +16,7 @@ namespace System { internal const System.String AssemblyDescription = "A simulation engine that can mock a specific MS CRM instance. Useful for testing and debugging business logic."; internal const System.String AssemblyCompany = "Delegate A/S"; internal const System.String AssemblyCopyright = "Copyright (c) Delegate A/S 2017"; - internal const System.String AssemblyVersion = "1.4.6"; - internal const System.String AssemblyFileVersion = "1.4.6"; + internal const System.String AssemblyVersion = "1.5.0"; + internal const System.String AssemblyFileVersion = "1.5.0"; } } diff --git a/src/XrmMockup365/AssemblyInfo.fs b/src/XrmMockup365/AssemblyInfo.fs index abbda568..1e870761 100644 --- a/src/XrmMockup365/AssemblyInfo.fs +++ b/src/XrmMockup365/AssemblyInfo.fs @@ -7,8 +7,8 @@ using System.Reflection; [assembly: AssemblyDescription("A simulation engine that can mock a specific MS CRM instance. Useful for testing and debugging business logic.")] [assembly: AssemblyCompany("Delegate A/S")] [assembly: AssemblyCopyright("Copyright (c) Delegate A/S 2017")] -[assembly: AssemblyVersion("1.4.6")] -[assembly: AssemblyFileVersion("1.4.6")] +[assembly: AssemblyVersion("1.5.0")] +[assembly: AssemblyFileVersion("1.5.0")] namespace System { internal static class AssemblyVersionInformation { internal const System.String AssemblyTitle = "XrmMockup"; @@ -16,7 +16,7 @@ namespace System { internal const System.String AssemblyDescription = "A simulation engine that can mock a specific MS CRM instance. Useful for testing and debugging business logic."; internal const System.String AssemblyCompany = "Delegate A/S"; internal const System.String AssemblyCopyright = "Copyright (c) Delegate A/S 2017"; - internal const System.String AssemblyVersion = "1.4.6"; - internal const System.String AssemblyFileVersion = "1.4.6"; + internal const System.String AssemblyVersion = "1.5.0"; + internal const System.String AssemblyFileVersion = "1.5.0"; } }