Skip to content

Commit

Permalink
Merge branch 'release/4.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasbarlow committed Feb 7, 2024
2 parents 8d48a68 + d6eeec6 commit 0f43f63
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 30 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup Label="Compilation Metadata">
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>

<!-- TODO: Clean up warnings -->
Expand Down
2 changes: 1 addition & 1 deletion GitVersion.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
mode: ContinuousDeployment
next-version: 3.4
next-version: 4.0
branches:
master:
mode: ContinuousDelivery
Expand Down
15 changes: 6 additions & 9 deletions Packages.props
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
<Project>
<PropertyGroup Label="Dependency Versions">
<_CacheCow>2.7.2</_CacheCow>
<_EasyNetQ>3.7.1</_EasyNetQ>
<_EntityFramework>3.1.5</_EntityFramework>
<_MicrosoftExtensions>3.1.5</_MicrosoftExtensions>
<_ComponentHost>2.0.4</_ComponentHost>
<_EntityFramework>6.0.16</_EntityFramework>
<_ComponentHost>3.1.0</_ComponentHost>
<_AutoFixture>4.11.0</_AutoFixture>
<_CluedIn>3.6.0-*</_CluedIn>
<_CluedIn>4.0.0</_CluedIn>
</PropertyGroup>
<ItemGroup>
<!--
Expand Down Expand Up @@ -37,15 +34,15 @@
MUST SPECIFY IN CSPROJ AS <PackageReference Name="<depName>" />
-->
<PackageReference Update="Castle.Windsor" Version="5.0.1" />
<PackageReference Update="Castle.Windsor" Version="5.1.2" />
<PackageReference Update="ComponentHost" Version="$(_ComponentHost)" />
<PackageReference Update="CluedIn.Core" Version="$(_CluedIn)" />
<PackageReference Update="CluedIn.Core.Agent" Version="$(_CluedIn)" />
<PackageReference Update="CluedIn.Crawling" Version="$(_CluedIn)" />
<PackageReference Update="CluedIn.CrawlerIntegrationTesting" Version="$(_CluedIn)" />
<PackageReference Update="CluedIn.CrawlerIntegrationTesting" Version="4.0.0" />
<PackageReference Update="CluedIn.DataStore" Version="$(_CluedIn)" />
<PackageReference Update="RestSharp" Version="106.10.1" />
<PackageReference Update="Dapper" Version="2.0.35" />
<PackageReference Update="Dapper" Version="2.0.138" />
<PackageReference Update="Dapper.SqlBuilder" Version="2.0.35" />
<PackageReference Update="Microsoft.AspNet.WebApi.Client" Version="5.2.7" />
</ItemGroup>
Expand Down
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# CluedIn.Connector.AzureEventHub

Supports connections to post events to Azure Event Hubs
Supports connections to post events to Azure Event Hubs

# About CluedIn
CluedIn is the Cloud-native Master Data Management Platform that brings data teams together enabling them to deliver the foundation of high-quality, trusted data that empowers everyone to make a difference.

We're different because we use enhanced data management techniques like [Graph](https://www.cluedin.com/graph-versus-relational-databases-which-is-best) and [Zero Upfront Modelling](https://www.cluedin.com/upfront-versus-dynamic-data-modelling) to accelerate the time taken to prepare data to deliver insight by as much as 80%. Installed in as little as 20 minutes from the [Azure Marketplace](https://azuremarketplace.microsoft.com/en-gb/marketplace/apps/cluedin.azure_cluedin?tab=Overview), CluedIn is fully integrated with [Microsoft Purview](https://www.cluedin.com/product/microsoft-purview-mdm-integration?hsCtaTracking=461021ab-7a38-41a3-93dd-cfe2325dfd35%7Cb835efc0-e9b7-4385-a1b6-75cb7632527b) and the full [Microsoft Fabric](https://www.cluedin.com/microsoft-fabric) suite, making it the preferred choice for [Azure customers](https://www.cluedin.com/microsoft-intelligent-data-platform).

To learn more about CluedIn, [contact the team](https://www.cluedin.com/discovery-call) today.

[https://www.cluedin.com](https://www.cluedin.com)
15 changes: 1 addition & 14 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,19 +41,6 @@ variables:
value: Release

steps:
- task: UseDotNet@2
displayName: Install .NET SDK 3.1
inputs:
version: 3.1.x

- task: UseDotNet@2
displayName: Install .NET SDK 7.0
inputs:
# Pin version to prevent issue with output on solution build:
# https://github.com/dotnet/sdk/issues/30625
# We will have to update eventually, it's just by that time workaround might be available.
version: 7.0.103

# Configure NuGet
- task: NuGetAuthenticate@0
displayName: 'Authenticate with nuget'
Expand All @@ -69,6 +56,6 @@ steps:
- template: crawler.build.yml@templates
parameters:
githubReleaseInMaster: true
publicReleaseForMaster: false
publicReleaseForMaster: true
executeIntegrationTests: ${{ parameters.runIntegrationTests }}
publishCodeCoverage: true
2 changes: 2 additions & 0 deletions docs/4.0.0-release-notes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Features
- Update to support CluedIn 4.0.0
7 changes: 4 additions & 3 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"sdk": {
"version": "3.1.201",
"rollForward": "latestFeature"
"version": "6.0.400",
"rollForward": "latestFeature",
"allowPrerelease": "false"
},
"msbuild-sdks": {
"Microsoft.Build.CentralPackageVersions": "2.0.52"
}
}
}
1 change: 0 additions & 1 deletion test/unit/Connector.SqlServer.Test/TestContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ public TestContext([NotNull] ILogger logger)

// Setup
Server.Setup(s => s.ApplicationContext).Returns(() => Container.Resolve<ApplicationContext>());
Bus.Setup(s => s.IsConnected).Returns(false);
Bus.Setup(s => s.Advanced.IsConnected).Returns(false);

OrganizationFactory = (ctx, id) => new TestOrganization(ctx.ApplicationContext, id);
Expand Down

0 comments on commit 0f43f63

Please sign in to comment.