Skip to content

Commit

Permalink
Merge pull request #116 from HicServices/develop
Browse files Browse the repository at this point in the history
Prepare v1.1.2 release
  • Loading branch information
jas88 committed Nov 22, 2022
2 parents e9b811e + bc3cf99 commit dbbe3ca
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 8 deletions.
1 change: 0 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@ updates:
open-pull-requests-limit: 10
target-branch: develop
reviewers:
- tznind
- jas88
2 changes: 1 addition & 1 deletion BadMedicine.Core/BadMedicine.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ BadMedicine differs from other random data generators e.g. Mockaroo, SQL Data Ge
<EmbeddedResource Include="Datasets\Maternity.csv" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="CsvHelper" Version="30.0.0" />
<PackageReference Include="CsvHelper" Version="30.0.1" />
<PackageReference Include="MathNet.Numerics" Version="5.0.0" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All"/>
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions BadMedicineTests/BadMedicineTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.0" />
<PackageReference Include="NUnit" Version="3.13.3" />
<PackageReference Include="NUnit3TestAdapter" Version="4.3.0">
<PackageReference Include="NUnit3TestAdapter" Version="4.3.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit dbbe3ca

Please sign in to comment.