Skip to content

Commit 2e8c060

Browse files
author
pi.admin
committed
Update versions
1 parent 60e99d7 commit 2e8c060

5 files changed

Lines changed: 9 additions & 6 deletions

File tree

.github/package_version.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
PI_MAJOR_VERSION=6
22
PI_MINOR_VERSION=2
3-
PI_BUILD_VERSION=2
3+
PI_BUILD_VERSION=3
44
PI_DEPENDENCIES_SUFFIX=-*

CHANGE_LOG.md renamed to HISTORY.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# v6.2.3
2+
- Update Nuget packages
3+
14
# v6.2.2
25
- Add `ProductCatalog`
36

Shared.All.Solution.sln

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{2F984849-B
99
EndProject
1010
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{99A64035-E6B3-46D1-989E-71A804DB1048}"
1111
ProjectSection(SolutionItems) = preProject
12-
CHANGE_LOG.md = CHANGE_LOG.md
1312
global.json = global.json
1413
LICENSE = LICENSE
15-
build\props\Package.props = build\props\Package.props
14+
HISTORY.md = HISTORY.md
1615
NOTICE.md = NOTICE.md
16+
build\props\Package.props = build\props\Package.props
1717
.github\package_version.env = .github\package_version.env
1818
build\props\Test.props = build\props\Test.props
1919
EndProjectSection

build/props/Test.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2424
</PackageReference>
2525
<PackageReference Include="xunit" Version="2.9.3" />
26-
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.1">
26+
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.4">
2727
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2828
<PrivateAssets>all</PrivateAssets>
2929
</PackageReference>

src/OneImlx.Shared/OneImlx.Shared.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
<ItemGroup>
2323
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
24-
<PackageReference Include="System.Text.Json" Version="9.0.6" />
25-
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="8.12.0" />
24+
<PackageReference Include="System.Text.Json" Version="9.0.8" />
25+
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="8.14.0" />
2626
</ItemGroup>
2727
</Project>

0 commit comments

Comments
 (0)