Skip to content

Commit

Permalink
Fix package being built in Debug mode instead of Release mode (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
okramarenko authored Nov 27, 2024
1 parent 6cf6551 commit 234e776
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 12 deletions.
18 changes: 13 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2.1
parameters:
connector-version:
type: string
default: "1.1.4"
default: "1.1.5"
dotnet-version:
type: string
default: "7.0.404"
Expand All @@ -23,7 +23,9 @@ commands:
sudo apt-get update
sudo apt-get install -y apt-transport-https
sudo apt-get update
sudo apt-get install -y mariadb-client-core-10.3
sudo apt-get install -y mariadb-client-core-10.6
sudo apt-get install -y mariadb-client-10.6
sudo apt remove 'dotnet*' && sudo apt remove 'aspnetcore*' && sudo rm /etc/apt/sources.list.d/microsoft-prod.list && sudo apt update
sudo apt-get install -y dotnet-sdk-7.0
dotnet --info
run-tests-win:
Expand Down Expand Up @@ -75,7 +77,7 @@ jobs:
singlestore_image:
type: string
machine:
image: ubuntu-2004:202104-01
image: ubuntu-2204:2024.05.1
docker_layer_caching: true
environment:
SINGLESTORE_IMAGE: << parameters.singlestore_image >>
Expand Down Expand Up @@ -125,7 +127,7 @@ jobs:
name: Build project binaries
command: |
choco install dotnet-sdk --version=<< pipeline.parameters.dotnet-version >>
dotnet.exe build
dotnet.exe build -c Release
- run:
name: Creating CI Artifacts directory
command: |
Expand All @@ -141,12 +143,18 @@ workflows:
version: 2
build_and_test:
jobs:
- test-ubuntu:
name: Test 8.5 cluster-in-a-box
matrix:
parameters:
singlestore_image:
- singlestore/cluster-in-a-box:alma-8.5.22-fe61f40cd1-4.1.0-1.17.11
- test-ubuntu:
name: Test 8.1 cluster-in-a-box
matrix:
parameters:
singlestore_image:
- singlestore/cluster-in-a-box:alma-8.1.12-93bb04ec6c-4.0.13-1.17.0
- singlestore/cluster-in-a-box:alma-8.1.32-e3d3cde6da-4.0.16-1.17.6
- test-ubuntu:
name: Test 8.0 cluster-in-a-box
matrix:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Async SingleStore Connector for .NET and .NET Core 1.1.4
# Async SingleStore Connector for .NET and .NET Core 1.1.5

This is an [ADO.NET](https://docs.microsoft.com/en-us/dotnet/framework/data/adonet/) data
provider for [SingleStore](https://www.singlestore.com/). It provides implementations of
Expand Down
4 changes: 4 additions & 0 deletions docs/VersionHistory.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Release Notes

### 1.1.5

* Resolved an issue where a package was being packed in the Debug configuration instead of Release.

### 1.1.4

* Get rid of a fix for MySQL KILL QUERY bug
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Title>SingleStoreConnector Ed25519 Authentication Plugin</Title>
<Description>Implements the client_ed25519 authentication plugin for SingleStore.</Description>
<Copyright>Copyright 2019–2021 Bradley Grainger</Copyright>
<Copyright>Copyright 2022-2023 SingleStore Inc.</Copyright>
<Copyright>Copyright 2022-2024 SingleStore Inc.</Copyright>
<Authors>Bradley Grainger</Authors>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageTags>singlestore;singlestoreconnector;authentication;ed25519</PackageTags>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Title>SingleStoreConnector Logging Adapter for Microsoft.Extensions.Logging</Title>
<Description>Writes SingleStoreConnector logging output to Microsoft.Extensions.Logging with one line of code.</Description>
<Copyright>Copyright 2017–2021 Bradley Grainger</Copyright>
<Copyright>Copyright 2022-2023 SingleStore Inc.</Copyright>
<Copyright>Copyright 2022-2024 SingleStore Inc.</Copyright>
<Authors>Bradley Grainger</Authors>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageTags>singlestore;singlestoreconnector;async;ado.net;database;netcore;logging</PackageTags>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Title>SingleStoreConnector Logging Adapter for NLog</Title>
<Description>Writes lightly-structured SingleStoreConnector logging output to NLog.</Description>
<Copyright>Copyright 2018–2021 Bradley Grainger</Copyright>
<Copyright>Copyright 2022-2023 SingleStore Inc.</Copyright>
<Copyright>Copyright 2022-2024 SingleStore Inc.</Copyright>
<Authors>Rolf Kristensen</Authors>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageTags>singlestore;singlestoreconnector;async;ado.net;database;netcore;NLog;logging</PackageTags>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Title>SingleStoreConnector Logging Adapter for Serilog</Title>
<Description>Writes lightly-structured SingleStoreConnector logging output to Serilog.</Description>
<Copyright>Copyright 2017–2021 Bradley Grainger</Copyright>
<Copyright>Copyright 2022-2023 SingleStore Inc.</Copyright>
<Copyright>Copyright 2022-2024 SingleStore Inc.</Copyright>
<Authors>Marc Lewandowski</Authors>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageTags>singlestore;singlestoreconnector;async;ado.net;database;netcore;serilog;logging</PackageTags>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Title>SingleStoreConnector Logging Adapter for log4net</Title>
<Description>Writes SingleStoreConnector logging output to log4net with one line of code.</Description>
<Copyright>Copyright 2017–2021 Bradley Grainger</Copyright>
<Copyright>Copyright 2022-2023 SingleStore Inc.</Copyright>
<Copyright>Copyright 2022-2024 SingleStore Inc.</Copyright>
<Authors>Bradley Grainger</Authors>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageTags>singlestore;singlestoreconnector;async;ado.net;database;netcore;log4net;logging</PackageTags>
Expand Down
2 changes: 1 addition & 1 deletion src/SingleStoreConnector/SingleStoreConnector.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net461;net471;netstandard2.0;netstandard2.1;netcoreapp3.1;net6.0;net7.0</TargetFrameworks>
<Description>A truly async SingleStore ADO.NET provider.</Description>
<Copyright>Copyright 2016–2021 Bradley Grainger</Copyright>
<Copyright>Copyright 2022-2023 SingleStore Inc.</Copyright>
<Copyright>Copyright 2022-2024 SingleStore Inc.</Copyright>
<Authors>SingleStore Inc.</Authors>
<AssemblyName>SingleStoreConnector</AssemblyName>
<PackageId>SingleStoreConnector</PackageId>
Expand Down

0 comments on commit 234e776

Please sign in to comment.