Skip to content

Commit

Permalink
Update project version to 1.0.0-dev-00013, extend copyright years, an…
Browse files Browse the repository at this point in the history
…d update package versions. Adjust import paths for consistency in build props files.
  • Loading branch information
adambajguz committed Dec 19, 2024
1 parent 420fba6 commit 12fb9ae
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<Project>

<PropertyGroup>
<Version>1.0.0-dev-00012</Version>
<Version>1.0.0-dev-00013</Version>
<Author>PackSite</Author>
<Company>PackSite</Company>
<Copyright>
Copyrights for project PackSite.Library.StringUnformatter are held by PackSite, 2021.
Copyrights for project PackSite.Library.StringUnformatter are held by PackSite, 2021-2024.
</Copyright>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<ItemGroup>
<PackageVersion Include="xunit" Version="2.9.2" />
<PackageVersion Include="xunit.runner.visualstudio" Version="2.8.2" />
<PackageVersion Include="xunit.runner.visualstudio" Version="3.0.0" />
<PackageVersion Include="coverlet.msbuild" Version="6.0.2" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageVersion Include="FluentAssertions" Version="7.0.0" />
Expand Down
2 changes: 1 addition & 1 deletion src/props/Includes.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>

<ImportGroup>
<Import Project="Stacktrace.Build.props" Condition="Exists('Stacktrace.props')" />
<Import Project="Stacktrace.Build.props" Condition="Exists('Stacktrace.Build.props')" />
</ImportGroup>

</Project>
2 changes: 1 addition & 1 deletion src/props/Includes.Packages.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>

<ImportGroup>
<Import Project="Analyzers.Packages.props" Condition="Exists('Analyzers.props')" />
<Import Project="Analyzers.Packages.props" Condition="Exists('Analyzers.Packages.props')" />
<Import Project="PackSite.Libraries.props" Condition="Exists('PackSite.Libraries.props')" />
<Import Project="PackSite/PackSite.Libraries.props" Condition="Exists('PackSite/PackSite.Libraries.props')" />
</ImportGroup>
Expand Down

0 comments on commit 12fb9ae

Please sign in to comment.