Skip to content

Commit

Permalink
releasing client and data access
Browse files Browse the repository at this point in the history
  • Loading branch information
johnml1135 committed Jul 12, 2023
1 parent f482c74 commit 691931c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: "CI Build: E2E tests"
on:
push:
branches:
- "integration_testing"
- "master"

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion src/SIL.DataAccess/SIL.DataAccess.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>0.3.3</Version>
<Version>0.4.0</Version>
<Description>An entity framework for document databases.</Description>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/Serval.Client/Serval.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<Version>0.5.0</Version>
<Version>0.5.1</Version>
<Description>Client classes for Serval.</Description>
<RootNamespace>Serval.Client</RootNamespace>
</PropertyGroup>
Expand Down

0 comments on commit 691931c

Please sign in to comment.