Skip to content

Commit

Permalink
chore(release): 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
whichwit committed Nov 6, 2023
1 parent f0b11ec commit 085a688
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 2 deletions.
26 changes: 26 additions & 0 deletions VRDR.Client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Change Log

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

<a name="1.3.0"></a>
## [1.3.0](https://www.github.com/nightingaleproject/vital-record-dotnet-demo/releases/tag/v1.3.0) (2023-11-06)

### Features

* add a ([8650848](https://www.github.com/nightingaleproject/vital-record-dotnet-demo/commit/8650848bb9e5e03f93b94f47dc0a9618e125c4da))

### Bug Fixes

* add versin file ([58b8c1a](https://www.github.com/nightingaleproject/vital-record-dotnet-demo/commit/58b8c1ab7ea4fd1260ccf1d608a336d7c43a1ee3))
* commit message ([f0b11ec](https://www.github.com/nightingaleproject/vital-record-dotnet-demo/commit/f0b11ece197f70bff5c20e04141110b4d4e55fed))
* make update ([335dfb4](https://www.github.com/nightingaleproject/vital-record-dotnet-demo/commit/335dfb4e8d11b76da32463cc03fc2a73386302b8))
* working directory ([273eb34](https://www.github.com/nightingaleproject/vital-record-dotnet-demo/commit/273eb34ecab2d2686add18356e4b1fa5dcd913ad))

### Other

* cascade change ([f5dbf9a](https://www.github.com/nightingaleproject/vital-record-dotnet-demo/commit/f5dbf9a8ff5f1de648852735a2392f892258ba69))
* matrix workflow ([bb35126](https://www.github.com/nightingaleproject/vital-record-dotnet-demo/commit/bb35126c401f3032a653eb4122a5e252c44f1335))
* migration 11/2 ([34e5ced](https://www.github.com/nightingaleproject/vital-record-dotnet-demo/commit/34e5ced231b880a9f2540e5ce4a89c25f067924a))
* readme sample ([abc1f2b](https://www.github.com/nightingaleproject/vital-record-dotnet-demo/commit/abc1f2bbe5c19eb4df941aee4649d46242afa525))
* update readme ([b0cca6a](https://www.github.com/nightingaleproject/vital-record-dotnet-demo/commit/b0cca6ac2d27c9365f6ff8ef86db802427dc3374))

4 changes: 2 additions & 2 deletions VRDR.Client/VRDR.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFrameworks>netcoreapp3.1;net48</TargetFrameworks>
<LangVersion>latest</LangVersion>
<Version>1.2.3</Version>
<Version>1.3.0</Version>
<RootNamespace>VRDR</RootNamespace>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageId>VRDR.Client</PackageId>
Expand All @@ -21,7 +21,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\VRDR.Messaging\VRDRMessaging.csproj"/>
<ProjectReference Include="..\VRDR.Messaging\VRDRMessaging.csproj" />
</ItemGroup>

</Project>

0 comments on commit 085a688

Please sign in to comment.