diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e484270..50e05e6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,5 +13,4 @@ updates: open-pull-requests-limit: 10 target-branch: develop reviewers: - - tznind - jas88 diff --git a/BadMedicine.Core/BadMedicine.Core.csproj b/BadMedicine.Core/BadMedicine.Core.csproj index 3c1bf17..731d9cf 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/BadMedicineTests/BadMedicineTests.csproj b/BadMedicineTests/BadMedicineTests.csproj index 986bd5f..07d5925 100644 --- a/BadMedicineTests/BadMedicineTests.csproj +++ b/BadMedicineTests/BadMedicineTests.csproj @@ -11,9 +11,9 @@ - + - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fe6645..9fa719d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.2] - 2022-11-22 + +### Dependencies + +- Bump CvsHelper from 30.0.0 to 30.0.1 + ## [1.1.1] - 2022-10-31 ### Dependencies @@ -66,7 +72,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.1...develop +[Unreleased]: https://github.com/HicServices/BadMedicine/compare/v1.1.2...develop +[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 [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 diff --git a/SharedAssemblyInfo.cs b/SharedAssemblyInfo.cs index 8aca870..c2b6682 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.1")] -[assembly: AssemblyFileVersion("1.1.1")] -[assembly: AssemblyInformationalVersion("1.1.1")] +[assembly: AssemblyVersion("1.1.2")] +[assembly: AssemblyFileVersion("1.1.2")] +[assembly: AssemblyInformationalVersion("1.1.2")] namespace System.Runtime.CompilerServices {