Skip to content

Commit

Permalink
[Dependencies] Updating Credfeto.Enumeration (Code generator) to 1.1.…
Browse files Browse the repository at this point in the history
…21.661
  • Loading branch information
credfeto committed Nov 1, 2024
1 parent 0d72a62 commit a9944ed
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ Please ADD ALL Changes to the UNRELEASED SECTION and not a specific release
- Dependencies - Updated Roslynator.Analyzers to 4.12.9
- Dependencies - Updated NSubstitute to 5.3.0
- Dependencies - Updated Meziantou.Analyzer to 2.0.177
- Dependencies - Updated Credfeto.Enumeration to 1.1.20.657
- Dependencies - Updated FunFair.CodeAnalysis to 7.0.30.688
- Dependencies - Updated FunFair.Test.Common to 6.1.236.948
- Dependencies - Updated Credfeto.Version.Information.Generator to 1.0.9.87
- Dependencies - Updated Credfeto.Enumeration to 1.1.21.661
### Removed
### Deployment Changes

Expand Down
4 changes: 2 additions & 2 deletions src/Credfeto.ChangeLog.Cmd/Credfeto.ChangeLog.Cmd.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.9.1" />
<PackageReference Include="Credfeto.Enumeration.Source.Generation.Attributes" Version="1.1.20.657" />
<PackageReference Include="Credfeto.Enumeration.Source.Generation.Attributes" Version="1.1.21.661" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="AsyncFixer" Version="1.6.0" PrivateAssets="All" ExcludeAssets="runtime" />
<PackageReference Include="codecracker.CSharp" Version="1.1.0" PrivateAssets="All" ExcludeAssets="runtime" />
<PackageReference Include="Credfeto.Enumeration.Source.Generation" Version="1.1.20.657" PrivateAssets="All" ExcludeAssets="runtime" />
<PackageReference Include="Credfeto.Enumeration.Source.Generation" Version="1.1.21.661" PrivateAssets="All" ExcludeAssets="runtime" />
<PackageReference Include="Credfeto.Version.Information.Generator" Version="1.0.9.87" PrivateAssets="All" ExcludeAssets="runtime" />
<PackageReference Include="CSharpIsNullAnalyzer" Version="0.1.593" PrivateAssets="all" ExcludeAssets="runtime" />
<PackageReference Include="FunFair.CodeAnalysis" Version="7.0.30.688" PrivateAssets="All" ExcludeAssets="runtime" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<ItemGroup>
<PackageReference Include="AsyncFixer" Version="1.6.0" PrivateAssets="All" ExcludeAssets="runtime" />
<PackageReference Include="codecracker.CSharp" Version="1.1.0" PrivateAssets="All" ExcludeAssets="runtime" />
<PackageReference Include="Credfeto.Enumeration.Source.Generation" Version="1.1.20.657" PrivateAssets="All" ExcludeAssets="runtime" />
<PackageReference Include="Credfeto.Enumeration.Source.Generation" Version="1.1.21.661" PrivateAssets="All" ExcludeAssets="runtime" />
<PackageReference Include="CSharpIsNullAnalyzer" Version="0.1.593" PrivateAssets="all" ExcludeAssets="runtime" />
<PackageReference Include="FunFair.CodeAnalysis" Version="7.0.30.688" PrivateAssets="All" ExcludeAssets="runtime" />
<PackageReference Include="Meziantou.Analyzer" Version="2.0.177" PrivateAssets="All" ExcludeAssets="runtime" />
Expand Down
2 changes: 1 addition & 1 deletion src/Credfeto.ChangeLog/Credfeto.ChangeLog.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<ItemGroup>
<PackageReference Include="AsyncFixer" Version="1.6.0" PrivateAssets="All" ExcludeAssets="runtime" />
<PackageReference Include="codecracker.CSharp" Version="1.1.0" PrivateAssets="All" ExcludeAssets="runtime" />
<PackageReference Include="Credfeto.Enumeration.Source.Generation" Version="1.1.20.657" PrivateAssets="All" ExcludeAssets="runtime" />
<PackageReference Include="Credfeto.Enumeration.Source.Generation" Version="1.1.21.661" PrivateAssets="All" ExcludeAssets="runtime" />
<PackageReference Include="CSharpIsNullAnalyzer" Version="0.1.593" PrivateAssets="all" ExcludeAssets="runtime" />
<PackageReference Include="FunFair.CodeAnalysis" Version="7.0.30.688" PrivateAssets="All" ExcludeAssets="runtime" />
<PackageReference Include="Meziantou.Analyzer" Version="2.0.177" PrivateAssets="All" ExcludeAssets="runtime" />
Expand Down

0 comments on commit a9944ed

Please sign in to comment.