Skip to content

Commit f6f82e4

Browse files
authored
Merge pull request #162 from bcgov/2.3.10
2.3.10
2 parents 9ef8483 + 8303d5d commit f6f82e4

File tree

5 files changed

+25557
-11261
lines changed

5 files changed

+25557
-11261
lines changed

api/TransAction.API/TransAction.API.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
<AspNetCoreHostingModel>InProcess</AspNetCoreHostingModel>
66
<RepositoryUrl>https://github.com/bcgov/TransAction.git</RepositoryUrl>
77
<RepositoryType>git</RepositoryType>
8-
<Version>2.3.9</Version>
8+
<Version>2.3.10</Version>
99
<Description>The API server for the TransAction System</Description>
1010
<Copyright>Copyright© 2019, Province of British Columbia.</Copyright>
11-
<AssemblyVersion>2.3.9.0</AssemblyVersion>
12-
<FileVersion>2.3.9.0</FileVersion>
11+
<AssemblyVersion>2.3.10.0</AssemblyVersion>
12+
<FileVersion>2.3.10.0</FileVersion>
1313
</PropertyGroup>
1414

1515
<ItemGroup>

api/TransAction.API/appsettings.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Constants": {
3-
"Version": "2.3.9"
3+
"Version": "2.3.10"
44
},
55
"Serilog": {
66
"MinimumLevel": {

0 commit comments

Comments
 (0)