diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 50e05e6..781c2b9 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -2,7 +2,7 @@ version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
- target-branch: develop
+ target-branch: main
schedule:
# Check for updates to GitHub Actions every weekday
interval: "daily"
@@ -11,6 +11,6 @@ updates:
schedule:
interval: daily
open-pull-requests-limit: 10
- target-branch: develop
+ target-branch: main
reviewers:
- jas88
diff --git a/BadMedicine/BadMedicine.csproj b/BadMedicine/BadMedicine.csproj
index d84dc2d..eadbe3f 100644
--- a/BadMedicine/BadMedicine.csproj
+++ b/BadMedicine/BadMedicine.csproj
@@ -30,7 +30,7 @@
-
+
diff --git a/BadMedicineTests/BadMedicineTests.csproj b/BadMedicineTests/BadMedicineTests.csproj
index 20369bd..119632a 100644
--- a/BadMedicineTests/BadMedicineTests.csproj
+++ b/BadMedicineTests/BadMedicineTests.csproj
@@ -14,7 +14,7 @@
-
+
all
runtime; build; native; contentfiles; analyzers; buildtransitive
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fc201ae..5e68840 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,9 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
-
## [Unreleased]
+## [1.2.1] - 2024-03-18
+
+- Bump HIC.FAnsiSql from 3.2.0 to 3.2.1
+
## [1.2.0] - 2024-03-06
- Now targets .Net 8.0
@@ -83,7 +86,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Patient birth dates now go from 1914 (Person.MinimumYearOfBirth) allowing for patients aged up to 100 years
-[Unreleased]: https://github.com/HicServices/BadMedicine/compare/v1.2.0...develop
+[Unreleased]: https://github.com/HicServices/BadMedicine/compare/v1.2.1...main
+[1.2.1]: https://github.com/HicServices/BadMedicine/compare/v1.2.0...v1.2.1
[1.2.0]: https://github.com/HicServices/BadMedicine/compare/v1.1.2...v1.2.0
[1.1.2]: https://github.com/HicServices/BadMedicine/compare/v1.1.1...v1.1.2
[1.1.1]: https://github.com/HicServices/BadMedicine/compare/v1.1.0...v1.1.1
diff --git a/SharedAssemblyInfo.cs b/SharedAssemblyInfo.cs
index c087b53..fdfbe5a 100644
--- a/SharedAssemblyInfo.cs
+++ b/SharedAssemblyInfo.cs
@@ -7,6 +7,6 @@
[assembly: AssemblyCulture("")]
// These should be replaced with correct values by the release process
-[assembly: AssemblyVersion("1.2.0")]
-[assembly: AssemblyFileVersion("1.2.0")]
-[assembly: AssemblyInformationalVersion("1.2.0")]
\ No newline at end of file
+[assembly: AssemblyVersion("1.2.1")]
+[assembly: AssemblyFileVersion("1.2.1")]
+[assembly: AssemblyInformationalVersion("1.2.1")]
\ No newline at end of file