Skip to content

Commit

Permalink
update assembly version
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanMagnan committed Dec 8, 2021
1 parent 959a112 commit 50b7aff
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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.2</Version>
<Version>3.2.3</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.2")]
[assembly: AssemblyFileVersion("3.2.2")]
[assembly: AssemblyInformationalVersion("3.2.2")]
[assembly: AssemblyVersion("3.2.3")]
[assembly: AssemblyFileVersion("3.2.3")]
[assembly: AssemblyInformationalVersion("3.2.3")]
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.3")]
[assembly: AssemblyFileVersion("3.2.3")]
[assembly: AssemblyInformationalVersion("3.2.3")]
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<RootNamespace>Z.EntityFramework.Classic.DynamicFilters</RootNamespace>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>zzzproject.pfx</AssemblyOriginatorKeyFile>
<Version>3.2.1</Version>
<Version>3.2.3</Version>
<Company>ZZZ Projects</Company>
<Copyright>ZZZ Projects</Copyright>
</PropertyGroup>
Expand Down

0 comments on commit 50b7aff

Please sign in to comment.