diff --git a/.github/workflows/testpack.yml b/.github/workflows/testpack.yml
index c44af8f..054fd92 100644
--- a/.github/workflows/testpack.yml
+++ b/.github/workflows/testpack.yml
@@ -13,7 +13,7 @@ jobs:
key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj') }}
restore-keys: |
${{ runner.os }}-nuget-
- - uses: actions/setup-dotnet@v2
+ - uses: actions/setup-dotnet@v3
with:
dotnet-version: '6.0.x'
- name: Test
diff --git a/BadMedicine.Core/BadMedicine.Core.csproj b/BadMedicine.Core/BadMedicine.Core.csproj
index 8400955..3c1bf17 100644
--- a/BadMedicine.Core/BadMedicine.Core.csproj
+++ b/BadMedicine.Core/BadMedicine.Core.csproj
@@ -49,7 +49,7 @@ BadMedicine differs from other random data generators e.g. Mockaroo, SQL Data Ge
-
+
diff --git a/BadMedicine/BadMedicine.csproj b/BadMedicine/BadMedicine.csproj
index 6b4da8c..267fb45 100644
--- a/BadMedicine/BadMedicine.csproj
+++ b/BadMedicine/BadMedicine.csproj
@@ -33,8 +33,8 @@
-
-
+
+
diff --git a/BadMedicineTests/BadMedicineTests.csproj b/BadMedicineTests/BadMedicineTests.csproj
index f1dd06a..986bd5f 100644
--- a/BadMedicineTests/BadMedicineTests.csproj
+++ b/BadMedicineTests/BadMedicineTests.csproj
@@ -11,13 +11,13 @@
-
+
-
+
all
runtime; build; native; contentfiles; analyzers; buildtransitive
-
+
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 37744e2..0fe6645 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
+## [1.1.1] - 2022-10-31
+
+### Dependencies
+
+- Bump CvsHelper from 28.0.0 to 30.0.0
+- Bump HIC.FAnsiSql from 2.0.4 to 3.0.1
+- Bump YamlDotNet from 11.2.1 to 12.0.2
+
## [1.1.0] - 2022-07-11
### Added
@@ -49,6 +57,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [0.1.4] - 2019-07-02
### Changed
+
- CI changes only (no changes to codebase)
## [0.1.3] - 2019-07-02
@@ -57,7 +66,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.1.0...develop
+[Unreleased]: https://github.com/HicServices/BadMedicine/compare/v1.1.1...develop
+[1.1.1]: https://github.com/HicServices/BadMedicine/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/HicServices/BadMedicine/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/HicServices/BadMedicine/compare/v0.1.6...v1.0.0
[0.1.6]: https://github.com/HicServices/BadMedicine/compare/v0.1.5...v0.1.6
diff --git a/SharedAssemblyInfo.cs b/SharedAssemblyInfo.cs
index 9889cdc..8aca870 100644
--- a/SharedAssemblyInfo.cs
+++ b/SharedAssemblyInfo.cs
@@ -9,9 +9,9 @@
[assembly: AssemblyCulture("")]
// These should be replaced with correct values by the release process
-[assembly: AssemblyVersion("1.1.0")]
-[assembly: AssemblyFileVersion("1.1.0")]
-[assembly: AssemblyInformationalVersion("1.1.0")]
+[assembly: AssemblyVersion("1.1.1")]
+[assembly: AssemblyFileVersion("1.1.1")]
+[assembly: AssemblyInformationalVersion("1.1.1")]
namespace System.Runtime.CompilerServices
{