Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
manups4e committed Apr 4, 2024
1 parent e3deaa5 commit d38593f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
id: git-version
uses: gittools/actions/gitversion/execute@v0
with:
useConfigFile: true
useConfigFile: false

- name: Install dotnet tool
run: dotnet tool install -g dotnetCampus.TagToVersion
Expand Down
2 changes: 1 addition & 1 deletion src/FxEvents.Client/build/Version.props
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Project>
<PropertyGroup>
<Version>1.0.5</Version>
<Version>2.8.2</Version>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion src/FxEvents.Server/build/Version.props
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Project>
<PropertyGroup>
<Version>1.0.5</Version>
<Version>2.8.2</Version>
</PropertyGroup>
</Project>

0 comments on commit d38593f

Please sign in to comment.