Skip to content

Commit

Permalink
Replaced GitVersion with MinVer
Browse files Browse the repository at this point in the history
  • Loading branch information
nefarius committed Feb 25, 2024
1 parent 0caf8f3 commit b1d4909
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
6 changes: 0 additions & 6 deletions GitVersion.yml

This file was deleted.

1 change: 0 additions & 1 deletion Nefarius.Utilities.AspNetCore.sln
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
README.md = README.md
.github\workflows\build.yml = .github\workflows\build.yml
.github\workflows\publish-to-nuget.yml = .github\workflows\publish-to-nuget.yml
GitVersion.yml = GitVersion.yml
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestWebApp", "app\TestWebApp.csproj", "{8E220A41-128A-4D3F-966D-33DBF36DF6EA}"
Expand Down
12 changes: 8 additions & 4 deletions src/Nefarius.Utilities.AspNetCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
<Version>1.8.4</Version>
</PropertyGroup>

<PropertyGroup>
<MinVerTagPrefix>v</MinVerTagPrefix>
</PropertyGroup>

<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
</ItemGroup>
Expand All @@ -34,13 +38,13 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="GitVersion.MsBuild" Version="5.12.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="IPNetwork2" Version="3.0.656">
<Aliases>IPNetwork2</Aliases>
</PackageReference>
<PackageReference Include="MinVer" Version="4.3.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="MonoMod.RuntimeDetour" Version="25.1.0" />
<PackageReference Include="Serilog.AspNetCore" Version="8.0.1" />
<PackageReference Include="Serilog.Sinks.File.Archive" Version="1.0.5" />
Expand Down

0 comments on commit b1d4909

Please sign in to comment.