Skip to content

Commit

Permalink
Update the connector version
Browse files Browse the repository at this point in the history
Summary: **dotnet pack** works only with 'PackageVersion' value that starts with the number

Test Plan: tbd

Reviewers: pmishchenko-ua

Reviewed By: pmishchenko-ua

Subscribers: engineering-list

JIRA Issues: PLAT-6101

Differential Revision: https://grizzly.internal.memcompute.com/D55805
  • Loading branch information
okramarenko committed Mar 28, 2022
1 parent c79ee0a commit 301ebd9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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: "v0.1.2-beta"
default: "0.1.2-beta"

orbs:
win: circleci/[email protected]
Expand Down Expand Up @@ -159,6 +159,6 @@ workflows:
- publish-windows:
filters:
tags:
only: /^v.*/
only: /.*/
branches:
ignore: /.*/
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 v0.1.2-beta
# Async SingleStore Connector for .NET and .NET Core 0.1.2-beta

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
2 changes: 1 addition & 1 deletion docs/VersionHistory.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

## Release Notes

###v0.1.2-beta
###0.1.2-beta

*Initial beta release of SingleStore .NET connector

0 comments on commit 301ebd9

Please sign in to comment.