Skip to content

Commit 3815790

Browse files
Update assembly version
1 parent aeed317 commit 3815790

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/EntityFramework.DynamicFilters.NetStandard21/EntityFramework.DynamicFilters.NetStandard21.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<Authors>EntityFramework.DynamicFilters</Authors>
1010
<Product>EntityFramework.DynamicFilters</Product>
1111
<Company>ZZZ Projects</Company>
12-
<Version>3.2.3</Version>
12+
<Version>3.2.4</Version>
1313
<Copyright>Copyright © ZZZ Projects, John Cachat</Copyright>
1414
<AssemblyName>EntityFramework.DynamicFilters</AssemblyName>
1515
<RootNamespace>EntityFramework.DynamicFilters</RootNamespace>

src/EntityFramework.DynamicFilters/Properties/AssemblyInfo.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("3.2.3")]
36-
[assembly: AssemblyFileVersion("3.2.3")]
37-
[assembly: AssemblyInformationalVersion("3.2.3")]
35+
[assembly: AssemblyVersion("3.2.4")]
36+
[assembly: AssemblyFileVersion("3.2.4")]
37+
[assembly: AssemblyInformationalVersion("3.2.4")]

0 commit comments

Comments
 (0)