Skip to content

Commit

Permalink
use gitversion (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
aidapsibr authored Mar 8, 2022
1 parent 3cde9e2 commit 3357fc8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 17 deletions.
7 changes: 3 additions & 4 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<PackageReference Include="Nerdbank.GitVersioning">
<Version>3.*</Version>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="GitVersion.MsBuild" Version="5.*">
<PrivateAssets>All</PrivateAssets>
</PackageReference>
</ItemGroup>
</Project>
6 changes: 6 additions & 0 deletions GitVersion.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
mode: ContinuousDelivery
next-version: 0.1.0
branches: {}
ignore:
sha: []
merge-message-formats: {}
13 changes: 0 additions & 13 deletions version.json

This file was deleted.

0 comments on commit 3357fc8

Please sign in to comment.