Skip to content

Commit

Permalink
separate SecurityAccessorResolver (#503)
Browse files Browse the repository at this point in the history
  • Loading branch information
iatsuta authored Oct 1, 2024
1 parent 860ba7d commit d4a2ca5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/__SolutionItems/CommonAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
[assembly: AssemblyCompany("Luxoft")]
[assembly: AssemblyCopyright("Copyright © Luxoft 2009-2024")]

[assembly: AssemblyVersion("22.3.14.0")]
[assembly: AssemblyFileVersion("22.3.14.0")]
[assembly: AssemblyInformationalVersion("22.3.14.0")]
[assembly: AssemblyVersion("22.3.15.0")]
[assembly: AssemblyFileVersion("22.3.15.0")]
[assembly: AssemblyInformationalVersion("22.3.15.0")]

#if DEBUG
[assembly: AssemblyConfiguration("Debug")]
Expand Down

0 comments on commit d4a2ca5

Please sign in to comment.