Skip to content

Commit

Permalink
Update assembly version
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanMagnan committed Jan 26, 2022
1 parent aeed317 commit 3815790
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Authors>EntityFramework.DynamicFilters</Authors>
<Product>EntityFramework.DynamicFilters</Product>
<Company>ZZZ Projects</Company>
<Version>3.2.3</Version>
<Version>3.2.4</Version>
<Copyright>Copyright © ZZZ Projects, John Cachat</Copyright>
<AssemblyName>EntityFramework.DynamicFilters</AssemblyName>
<RootNamespace>EntityFramework.DynamicFilters</RootNamespace>
Expand Down
6 changes: 3 additions & 3 deletions src/EntityFramework.DynamicFilters/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.2.3")]
[assembly: AssemblyFileVersion("3.2.3")]
[assembly: AssemblyInformationalVersion("3.2.3")]
[assembly: AssemblyVersion("3.2.4")]
[assembly: AssemblyFileVersion("3.2.4")]
[assembly: AssemblyInformationalVersion("3.2.4")]

0 comments on commit 3815790

Please sign in to comment.