Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion IntegrationTests/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="TUnit" Version="1.57.0" />
<PackageVersion Include="TUnit" Version="1.58.0" />
<PackageVersion Include="IconifyBundle" Version="$(IconifyBundleVersion)" />
<PackageVersion Include="IconifyBundle.Feather" Version="$(IconifyBundleVersion)" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Version.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Bump the version here and everything stays aligned.
-->
<PropertyGroup>
<IconifyBundleVersion>1.0.0</IconifyBundleVersion>
<IconifyBundleVersion>1.0.1</IconifyBundleVersion>
</PropertyGroup>

</Project>
8 changes: 4 additions & 4 deletions src/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="ProjectDefaults" Version="1.0.174" />
<PackageVersion Include="SponsorCheck" Version="0.11.0" GitHubSponsorsAccount="Papyrine" SponsorOwner="Papyrine" CheckTransitiveReferences="true" SponsorLandingUrl="https://github.com/sponsors/Papyrine" />
<PackageVersion Include="SponsorCheck" Version="0.13.0" GitHubSponsorsAccount="Papyrine" SponsorOwner="Papyrine" CheckTransitiveReferences="true" SponsorLandingUrl="https://github.com/sponsors/Papyrine" />
<SponsorExemption Include="MaintainerConsulting" Message="Organizations that have engaged any of the core maintainers of Papyrine in consulting work could be exempt from the Maintenance Fee for 6 months from the final date of that work." />
<SponsorExemption Include="SmallRevenue" Message="Consumers under US$10,000 annual gross revenue are exempt." />
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="5.3.0" />
<PackageVersion Include="Microsoft.CodeAnalysis.Analyzers" Version="5.3.0" />
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="5.6.0" />
<PackageVersion Include="Microsoft.CodeAnalysis.Analyzers" Version="5.6.0" />
<PackageVersion Include="Microsoft.Build.Utilities.Core" Version="18.7.1" />
<PackageVersion Include="Microsoft.Build.Framework" Version="18.7.1" />
<PackageVersion Include="Polyfill" Version="10.11.2" />
<PackageVersion Include="ProjectFiles" Version="1.4.0" />
<PackageVersion Include="Replicant" Version="3.3.0" />
<PackageVersion Include="Microsoft.AspNetCore.Components.Web" Version="10.0.9" />
<PackageVersion Include="TUnit" Version="1.57.0" />
<PackageVersion Include="TUnit" Version="1.58.0" />
<PackageVersion Include="MarkdownSnippets.MsBuild" Version="28.3.1" />
<PackageVersion Include="Verify" Version="31.20.0" />
<PackageVersion Include="Verify.TUnit" Version="31.20.0" />
Expand Down
Loading