Skip to content

Commit

Permalink
Update project version to 1.0.0-dev-00012, package versions, and solu…
Browse files Browse the repository at this point in the history
…tion structure adjustments.

The commit updates the project version from 1.0.0-dev-00011 to 1.0.0-dev-00012 in the Directory.Build.props file. Additionally, it modifies package versions in the Directory.Packages.props file: Microsoft.NET.Test.Sdk from 17.11.1 to 17.12.0 and other packages accordingly.

Furthermore, the commit includes changes in the solution structure by renaming certain props files within the PackSite.Library.StringUnformatter.sln file for better organization: Analyzers.props to Analyzers.Packages.props, Includes.props to Includes.Build.props, and Stacktrace.props to Stacktrace.Build.props.
  • Loading branch information
adambajguz committed Nov 24, 2024
1 parent 97a5210 commit b496bf4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>

<PropertyGroup>
<Version>1.0.0-dev-00011</Version>
<Version>1.0.0-dev-00012</Version>
<Author>PackSite</Author>
<Company>PackSite</Company>
<Copyright>
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<PackageVersion Include="xunit" Version="2.9.2" />
<PackageVersion Include="xunit.runner.visualstudio" Version="2.8.2" />
<PackageVersion Include="coverlet.msbuild" Version="6.0.2" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageVersion Include="FluentAssertions" Version="6.12.2" />
<PackageVersion Include="GitHubActionsTestLogger" Version="2.4.1" />
</ItemGroup>
Expand Down
7 changes: 4 additions & 3 deletions src/PackSite.Library.StringUnformatter.sln
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,11 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Workflows", "Workflows", "{
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "props", "props", "{C3D45EFB-B129-4C16-ABF1-0FF2F27B10FF}"
ProjectSection(SolutionItems) = preProject
props\Analyzers.props = props\Analyzers.props
props\Includes.props = props\Includes.props
props\Analyzers.Packages.props = props\Analyzers.Packages.props
props\Includes.Build.props = props\Includes.Build.props
props\Includes.Packages.props = props\Includes.Packages.props
props\PackSite.Libraries.props = props\PackSite.Libraries.props
props\Stacktrace.props = props\Stacktrace.props
props\Stacktrace.Build.props = props\Stacktrace.Build.props
EndProjectSection
EndProject
Global
Expand Down

0 comments on commit b496bf4

Please sign in to comment.