Skip to content

Commit

Permalink
Replace NuGet.Versioning project with NuGet package. Closes #10 (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
jerone authored Nov 10, 2024
1 parent 1901dee commit e089494
Show file tree
Hide file tree
Showing 38 changed files with 4 additions and 6,157 deletions.
1 change: 0 additions & 1 deletion .csharpierignore

This file was deleted.

1 change: 1 addition & 0 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageVersion Include="Moq" Version="4.20.72" />
<PackageVersion Include="Moq.Contrib.HttpClient" Version="1.4.0" />
<PackageVersion Include="NuGet.Versioning" Version="6.11.1" />
<PackageVersion Include="PosInformatique.Moq.Analyzers" Version="1.11.0" />
<PackageVersion Include="Semver" Version="3.0.0" />
<PackageVersion Include="Verify.Xunit" Version="28.2.0" />
Expand Down
6 changes: 0 additions & 6 deletions Jvw.DevToys.SemverCalculator.sln
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution", "Solution", "{6B
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Jvw.DevToys.SemverCalculator.Tests", "Jvw.DevToys.SemverCalculator.Tests\Jvw.DevToys.SemverCalculator.Tests.csproj", "{4B955671-D767-4D62-848F-63D559328C0A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NuGet.Versioning", "NuGet.Versioning\NuGet.Versioning.csproj", "{C7AE9E39-00BF-47CC-82ED-9B64F3E935F8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -30,10 +28,6 @@ Global
{4B955671-D767-4D62-848F-63D559328C0A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4B955671-D767-4D62-848F-63D559328C0A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4B955671-D767-4D62-848F-63D559328C0A}.Release|Any CPU.Build.0 = Release|Any CPU
{C7AE9E39-00BF-47CC-82ED-9B64F3E935F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C7AE9E39-00BF-47CC-82ED-9B64F3E935F8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C7AE9E39-00BF-47CC-82ED-9B64F3E935F8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C7AE9E39-00BF-47CC-82ED-9B64F3E935F8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,12 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.Extensions.Primitives" /> <!-- Package `Semver` is using a too old version. -->
<!-- Package `Semver` is using a too old version. -->
<PackageReference Include="Microsoft.Extensions.Primitives" />
<PackageReference Include="NuGet.Versioning" />
<PackageReference Include="Semver" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\NuGet.Versioning\NuGet.Versioning.csproj" />
</ItemGroup>

<ItemGroup>
<Compile Update="Resources\Resources.Designer.cs">
<DesignTime>True</DesignTime>
Expand Down
5 changes: 0 additions & 5 deletions NuGet.Versioning/AssemblyInfo.cs

This file was deleted.

42 changes: 0 additions & 42 deletions NuGet.Versioning/NuGet.Versioning.csproj

This file was deleted.

19 changes: 0 additions & 19 deletions NuGet.Versioning/README.md

This file was deleted.

Loading

0 comments on commit e089494

Please sign in to comment.