Skip to content

Commit

Permalink
update assembly version
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanMagnan committed Oct 30, 2021
1 parent a8869d7 commit b2b82e8
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.1</Version>
<Version>3.2.2</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.1")]
[assembly: AssemblyFileVersion("3.2.1")]
[assembly: AssemblyInformationalVersion("3.2.1")]
[assembly: AssemblyVersion("3.2.2")]
[assembly: AssemblyFileVersion("3.2.2")]
[assembly: AssemblyInformationalVersion("3.2.2")]

0 comments on commit b2b82e8

Please sign in to comment.