Skip to content

Commit 50b7aff

Browse files
update assembly version
1 parent 959a112 commit 50b7aff

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
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.2</Version>
12+
<Version>3.2.3</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.2")]
36-
[assembly: AssemblyFileVersion("3.2.2")]
37-
[assembly: AssemblyInformationalVersion("3.2.2")]
35+
[assembly: AssemblyVersion("3.2.3")]
36+
[assembly: AssemblyFileVersion("3.2.3")]
37+
[assembly: AssemblyInformationalVersion("3.2.3")]

src/Z.EntityFramework.Classic.DynamicFilters.Net40/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.1")]
36-
[assembly: AssemblyFileVersion("3.2.1")]
37-
[assembly: AssemblyInformationalVersion("3.2.1")]
35+
[assembly: AssemblyVersion("3.2.3")]
36+
[assembly: AssemblyFileVersion("3.2.3")]
37+
[assembly: AssemblyInformationalVersion("3.2.3")]

src/Z.EntityFramework.Classic.DynamicFilters.NetStandard20/Z.EntityFramework.Classic.DynamicFilters.NetStandard20.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<RootNamespace>Z.EntityFramework.Classic.DynamicFilters</RootNamespace>
77
<SignAssembly>true</SignAssembly>
88
<AssemblyOriginatorKeyFile>zzzproject.pfx</AssemblyOriginatorKeyFile>
9-
<Version>3.2.1</Version>
9+
<Version>3.2.3</Version>
1010
<Company>ZZZ Projects</Company>
1111
<Copyright>ZZZ Projects</Copyright>
1212
</PropertyGroup>

0 commit comments

Comments
 (0)