Skip to content

Commit

Permalink
Added GitVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
nefarius committed Sep 19, 2023
1 parent 18d2b47 commit 79ac1de
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions GitVersion.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
assembly-versioning-scheme: Major
assembly-file-versioning-scheme: MajorMinorPatchTag
mode: ContinuousDelivery
branches: {}
ignore:
sha: []
4 changes: 4 additions & 0 deletions src/Nefarius.Utilities.DeviceManagement.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="GitVersion.MsBuild" Version="5.12.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.Win32.Registry" Version="5.0.0" />
<PackageReference Include="Microsoft.Windows.CsWin32" Version="0.2.229-beta">
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit 79ac1de

Please sign in to comment.