Skip to content

Commit

Permalink
docs(bfdr): update version for release (#207)
Browse files Browse the repository at this point in the history
update docs to release bfdr and vital record with the new message header
validation feature
  • Loading branch information
smacadam authored Dec 23, 2024
1 parent e5d3997 commit 774c6b8
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 6 deletions.
2 changes: 1 addition & 1 deletion projects/BFDR.Messaging/BFDR.Messaging.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>1.0.0-preview.9</Version>
<Version>1.0.0-preview.10</Version>
<TargetFramework>netstandard2.0</TargetFramework>
<RootNamespace>BFDR</RootNamespace>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand Down
2 changes: 1 addition & 1 deletion projects/BFDR/BFDR.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>1.0.0-preview.9</Version>
<Version>1.0.0-preview.10</Version>
<TargetFramework>netstandard2.0</TargetFramework>
<RootNamespace>BFDR</RootNamespace>
<DocumentationFile>BFDR.xml</DocumentationFile>
Expand Down
6 changes: 6 additions & 0 deletions projects/BFDR/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.

<a name="1.0.0-preview.10"></a>
## [1.0.0-preview.10](https://github.com/nightingaleproject/vital-records-dotnet/commit/e5d39978b91a26b4460d68f423a12d5159f515d0) (2024-12-23)

### Features
* Add message header validation

<a name="1.0.0-preview.9"></a>
## [1.0.0-preview.9](https://github.com/nightingaleproject/vital-records-dotnet/commit/ba4cd43e081ede28959f0e9d3070b59644943953) (2024-11-05)

Expand Down
4 changes: 2 additions & 2 deletions projects/BFDR/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ This package will be published on NuGet, so including it is as easy as:
```xml
<ItemGroup>
...
<PackageReference Include="BFDR" Version="1.0.0-preview.9" />
<PackageReference Include="BFDR" Version="1.0.0-preview.10" />
...
</ItemGroup>
```
Expand Down Expand Up @@ -194,7 +194,7 @@ This package is published on NuGet, so including it is as easy as:
```xml
<ItemGroup>
...
<PackageReference Include="BFDR.Messaging" Version="1.0.0-preview.9" />
<PackageReference Include="BFDR.Messaging" Version="1.0.0-preview.10" />
...
</ItemGroup>
```
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<PackageId>VitalRecord.Messaging</PackageId>
<Version>1.0.0-preview.4</Version>
<Version>1.0.0-preview.5</Version>
<TargetFramework>netstandard2.0</TargetFramework>
<RootNamespace>VR</RootNamespace>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand Down
6 changes: 6 additions & 0 deletions projects/VitalRecord/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.

<a name="1.0.0-preview.5"></a>
## [1.0.0-preview.5](https://github.com/nightingaleproject/vital-records-dotnet/commit/e5d39978b91a26b4460d68f423a12d5159f515d0) (2024-12-23)

### Features
* Add message header validation

<a name="1.0.0-preview.4"></a>
## [1.0.0-preview.4](https://github.com/nightingaleproject/vital-records-dotnet/commit/ba4cd43e081ede28959f0e9d3070b59644943953#diff-7b854a1e3a0d54f7ed17b2542764e52a452d596f0827084fdf95084a40fde76d) (2024-11-05)

Expand Down
2 changes: 1 addition & 1 deletion projects/VitalRecord/VitalRecord.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>1.0.0-preview.4</Version>
<Version>1.0.0-preview.5</Version>
<TargetFramework>netstandard2.0</TargetFramework>
<RootNamespace>VR</RootNamespace>
<DocumentationFile>VitalRecord.xml</DocumentationFile>
Expand Down

0 comments on commit 774c6b8

Please sign in to comment.