Skip to content

Commit

Permalink
CHORE: Update version and RELEASE_NOTES in preperation for release.
Browse files Browse the repository at this point in the history
FIX: Add README.MD to the package
  • Loading branch information
mkholt committed Sep 10, 2024
1 parent 3b613c9 commit a2da47d
Show file tree
Hide file tree
Showing 16 changed files with 58 additions and 40 deletions.
8 changes: 8 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### 1.12.5 - 10 September 2024
* Fix: CloseIncidentRequestHandler now uses UpdateRequest instead of SetStateRequest (@mai98)
* Fix: Throw FaultException when trying to update a resolved Incident (@mai98)
* Add support for Retrieve plugins (@mai98)
* Support Distinct in RetrieveMultipleRequestHandler when using Query Expressions (@mai98)
* Support for SendEmailRequest and PartyList (@mai98)
* Add file block upload handlers, without file-storage (@magesoe @nedergaardcloud)

### 1.12.4 - 23 August 2024
* Add support for multiple ThenBy's in retrievemultiple (@misoeli)

Expand Down
8 changes: 4 additions & 4 deletions src/MetadataGen/MetadataGenerator11/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ 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.12.3")]
[assembly: AssemblyFileVersion("1.12.3")]
[assembly: AssemblyVersion("1.12.5")]
[assembly: AssemblyFileVersion("1.12.5")]
namespace System {
internal static class AssemblyVersionInformation {
internal const System.String AssemblyTitle = "XrmMockup";
internal const System.String AssemblyProduct = "XrmMockup";
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.12.3";
internal const System.String AssemblyFileVersion = "1.12.3";
internal const System.String AssemblyVersion = "1.12.5";
internal const System.String AssemblyFileVersion = "1.12.5";
}
}
8 changes: 4 additions & 4 deletions src/MetadataGen/MetadataGenerator13/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ 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.12.3")]
[assembly: AssemblyFileVersion("1.12.3")]
[assembly: AssemblyVersion("1.12.5")]
[assembly: AssemblyFileVersion("1.12.5")]
namespace System {
internal static class AssemblyVersionInformation {
internal const System.String AssemblyTitle = "XrmMockup";
internal const System.String AssemblyProduct = "XrmMockup";
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.12.3";
internal const System.String AssemblyFileVersion = "1.12.3";
internal const System.String AssemblyVersion = "1.12.5";
internal const System.String AssemblyFileVersion = "1.12.5";
}
}
8 changes: 4 additions & 4 deletions src/MetadataGen/MetadataGenerator15/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ 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.12.3")]
[assembly: AssemblyFileVersion("1.12.3")]
[assembly: AssemblyVersion("1.12.5")]
[assembly: AssemblyFileVersion("1.12.5")]
namespace System {
internal static class AssemblyVersionInformation {
internal const System.String AssemblyTitle = "XrmMockup";
internal const System.String AssemblyProduct = "XrmMockup";
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.12.3";
internal const System.String AssemblyFileVersion = "1.12.3";
internal const System.String AssemblyVersion = "1.12.5";
internal const System.String AssemblyFileVersion = "1.12.5";
}
}
8 changes: 4 additions & 4 deletions src/MetadataGen/MetadataGenerator16/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ 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.12.3")]
[assembly: AssemblyFileVersion("1.12.3")]
[assembly: AssemblyVersion("1.12.5")]
[assembly: AssemblyFileVersion("1.12.5")]
namespace System {
internal static class AssemblyVersionInformation {
internal const System.String AssemblyTitle = "XrmMockup";
internal const System.String AssemblyProduct = "XrmMockup";
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.12.3";
internal const System.String AssemblyFileVersion = "1.12.3";
internal const System.String AssemblyVersion = "1.12.5";
internal const System.String AssemblyFileVersion = "1.12.5";
}
}
8 changes: 4 additions & 4 deletions src/MetadataGen/MetadataGenerator365/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ 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.12.3")]
[assembly: AssemblyFileVersion("1.12.3")]
[assembly: AssemblyVersion("1.12.5")]
[assembly: AssemblyFileVersion("1.12.5")]
namespace System {
internal static class AssemblyVersionInformation {
internal const System.String AssemblyTitle = "XrmMockup";
internal const System.String AssemblyProduct = "XrmMockup";
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.12.3";
internal const System.String AssemblyFileVersion = "1.12.3";
internal const System.String AssemblyVersion = "1.12.5";
internal const System.String AssemblyFileVersion = "1.12.5";
}
}
8 changes: 4 additions & 4 deletions src/XrmMockup2011/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ 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.12.3")]
[assembly: AssemblyFileVersion("1.12.3")]
[assembly: AssemblyVersion("1.12.5")]
[assembly: AssemblyFileVersion("1.12.5")]
namespace System {
internal static class AssemblyVersionInformation {
internal const System.String AssemblyTitle = "XrmMockup";
internal const System.String AssemblyProduct = "XrmMockup";
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.12.3";
internal const System.String AssemblyFileVersion = "1.12.3";
internal const System.String AssemblyVersion = "1.12.5";
internal const System.String AssemblyFileVersion = "1.12.5";
}
}
2 changes: 2 additions & 0 deletions src/XrmMockup2011/XrmMockup2011.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<PackageTags>dynamics-365 dynamics-crm csharp testing unit-testing mockup simulation-engine</PackageTags>
<Copyright>Copyright (c) Delegate A/S 2017</Copyright>
<PackageIcon>XrmMockup-sticker_small.png</PackageIcon>
<PackageReadmeFile>readme.md</PackageReadmeFile>
<RepositoryUrl>https://github.com/delegateas/XrmMockup</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
Expand Down Expand Up @@ -48,6 +49,7 @@
<Content Include="..\MetadataGen\MetadataGenerator11\bin\Release\$(TargetFramework)\MetadataGenerator11.exe.config" Pack="true" PackagePath="content\net462\Metadata" />
<Content Include="..\..\files\TypeDeclarations.cs" Pack="true" PackagePath="content\net462\Metadata" />
<None Include="..\..\resources\XrmMockup-sticker_small.png" Pack="true" PackagePath="" />
<None Include="..\..\readme.md" Pack="true" PackagePath="\"/>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CrmSdk.CoreAssemblies" Version="5.0.18" />
Expand Down
8 changes: 4 additions & 4 deletions src/XrmMockup2013/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ 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.12.3")]
[assembly: AssemblyFileVersion("1.12.3")]
[assembly: AssemblyVersion("1.12.5")]
[assembly: AssemblyFileVersion("1.12.5")]
namespace System {
internal static class AssemblyVersionInformation {
internal const System.String AssemblyTitle = "XrmMockup";
internal const System.String AssemblyProduct = "XrmMockup";
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.12.3";
internal const System.String AssemblyFileVersion = "1.12.3";
internal const System.String AssemblyVersion = "1.12.5";
internal const System.String AssemblyFileVersion = "1.12.5";
}
}
2 changes: 2 additions & 0 deletions src/XrmMockup2013/XrmMockup2013.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<PackageTags>dynamics-365 dynamics-crm csharp testing unit-testing mockup simulation-engine</PackageTags>
<Copyright>Copyright (c) Delegate A/S 2017</Copyright>
<PackageIcon>XrmMockup-sticker_small.png</PackageIcon>
<PackageReadmeFile>readme.md</PackageReadmeFile>
<RepositoryUrl>https://github.com/delegateas/XrmMockup</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
Expand Down Expand Up @@ -48,6 +49,7 @@
<Content Include="..\MetadataGen\MetadataGenerator13\bin\Release\$(TargetFramework)\MetadataGenerator13.exe.config" Pack="true" PackagePath="content\net462\Metadata" />
<Content Include="..\..\files\TypeDeclarations.cs" Pack="true" PackagePath="content\net462\Metadata" />
<None Include="..\..\resources\XrmMockup-sticker_small.png" Pack="true" PackagePath="" />
<None Include="..\..\readme.md" Pack="true" PackagePath="\"/>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CrmSdk.CoreAssemblies" Version="6.1.2" />
Expand Down
8 changes: 4 additions & 4 deletions src/XrmMockup2015/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ 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.12.3")]
[assembly: AssemblyFileVersion("1.12.3")]
[assembly: AssemblyVersion("1.12.5")]
[assembly: AssemblyFileVersion("1.12.5")]
namespace System {
internal static class AssemblyVersionInformation {
internal const System.String AssemblyTitle = "XrmMockup";
internal const System.String AssemblyProduct = "XrmMockup";
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.12.3";
internal const System.String AssemblyFileVersion = "1.12.3";
internal const System.String AssemblyVersion = "1.12.5";
internal const System.String AssemblyFileVersion = "1.12.5";
}
}
2 changes: 2 additions & 0 deletions src/XrmMockup2015/XrmMockup2015.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<PackageTags>dynamics-365 dynamics-crm csharp testing unit-testing mockup simulation-engine</PackageTags>
<Copyright>Copyright (c) Delegate A/S 2017</Copyright>
<PackageIcon>XrmMockup-sticker_small.png</PackageIcon>
<PackageReadmeFile>readme.md</PackageReadmeFile>
<RepositoryUrl>https://github.com/delegateas/XrmMockup</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
Expand Down Expand Up @@ -48,6 +49,7 @@
<Content Include="..\MetadataGen\MetadataGenerator15\bin\Release\$(TargetFramework)\MetadataGenerator15.exe.config" Pack="true" PackagePath="content\net462\Metadata" />
<Content Include="..\..\files\TypeDeclarations.cs" Pack="true" PackagePath="content\net462\Metadata" />
<None Include="..\..\resources\XrmMockup-sticker_small.png" Pack="true" PackagePath="" />
<None Include="..\..\readme.md" Pack="true" PackagePath="\"/>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CrmSdk.CoreAssemblies" Version="7.1.1" />
Expand Down
8 changes: 4 additions & 4 deletions src/XrmMockup2016/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ 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.12.3")]
[assembly: AssemblyFileVersion("1.12.3")]
[assembly: AssemblyVersion("1.12.5")]
[assembly: AssemblyFileVersion("1.12.5")]
namespace System {
internal static class AssemblyVersionInformation {
internal const System.String AssemblyTitle = "XrmMockup";
internal const System.String AssemblyProduct = "XrmMockup";
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.12.3";
internal const System.String AssemblyFileVersion = "1.12.3";
internal const System.String AssemblyVersion = "1.12.5";
internal const System.String AssemblyFileVersion = "1.12.5";
}
}
2 changes: 2 additions & 0 deletions src/XrmMockup2016/XrmMockup2016.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<PackageTags>dynamics-365 dynamics-crm csharp testing unit-testing mockup simulation-engine</PackageTags>
<Copyright>Copyright (c) Delegate A/S 2017</Copyright>
<PackageIcon>XrmMockup-sticker_small.png</PackageIcon>
<PackageReadmeFile>readme.md</PackageReadmeFile>
<RepositoryUrl>https://github.com/delegateas/XrmMockup</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
Expand Down Expand Up @@ -48,6 +49,7 @@
<Content Include="..\MetadataGen\MetadataGenerator16\bin\Release\$(TargetFramework)\MetadataGenerator16.exe.config" Pack="true" PackagePath="content\net462\Metadata" />
<Content Include="..\..\files\TypeDeclarations.cs" Pack="true" PackagePath="content\net462\Metadata" />
<None Include="..\..\resources\XrmMockup-sticker_small.png" Pack="true" PackagePath="" />
<None Include="..\..\readme.md" Pack="true" PackagePath="\"/>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CrmSdk.CoreAssemblies" Version="8.0.2.1" />
Expand Down
8 changes: 4 additions & 4 deletions src/XrmMockup365/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ 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.12.3")]
[assembly: AssemblyFileVersion("1.12.3")]
[assembly: AssemblyVersion("1.12.5")]
[assembly: AssemblyFileVersion("1.12.5")]
namespace System {
internal static class AssemblyVersionInformation {
internal const System.String AssemblyTitle = "XrmMockup";
internal const System.String AssemblyProduct = "XrmMockup";
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.12.3";
internal const System.String AssemblyFileVersion = "1.12.3";
internal const System.String AssemblyVersion = "1.12.5";
internal const System.String AssemblyFileVersion = "1.12.5";
}
}
2 changes: 2 additions & 0 deletions src/XrmMockup365/XrmMockup365.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<PackageTags>dynamics-365 dynamics-crm csharp testing unit-testing mockup simulation-engine</PackageTags>
<Copyright>Copyright (c) Delegate A/S 2017</Copyright>
<PackageIcon>XrmMockup-sticker_small.png</PackageIcon>
<PackageReadmeFile>readme.md</PackageReadmeFile>
<RepositoryUrl>https://github.com/delegateas/XrmMockup</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
Expand Down Expand Up @@ -58,6 +59,7 @@
</ItemGroup>
<ItemGroup>
<None Include="..\..\resources\XrmMockup-sticker_small.png" Pack="true" PackagePath="" />
<None Include="..\..\readme.md" Pack="true" PackagePath="\"/>
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net462'">
<PackageReference Include="Microsoft.CrmSdk.CoreAssemblies" Version="9.0.2.28" />
Expand Down

0 comments on commit a2da47d

Please sign in to comment.