Skip to content

Commit e1313da

Browse files
fix issue with file version
1 parent 73a7303 commit e1313da

File tree

6 files changed

+7
-57
lines changed

6 files changed

+7
-57
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</PropertyGroup>
55

66
<PropertyGroup>
7-
<VersionPrefix>1.1.2</VersionPrefix>
7+
<VersionPrefix>1.1.3</VersionPrefix>
88
</PropertyGroup>
99

1010
<Choose>

src/EntityFramework.DynamicLinq/EntityFramework.DynamicLinq.csproj

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,13 @@
1616
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
1717
<RepositoryType>git</RepositoryType>
1818
<RepositoryUrl>https://github.com/StefH/System.Linq.Dynamic.Core</RepositoryUrl>
19-
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
20-
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
21-
<GenerateAssemblyTitleAttribute>false</GenerateAssemblyTitleAttribute>
22-
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
23-
<GenerateAssemblyCopyrightAttribute>false</GenerateAssemblyCopyrightAttribute>
24-
<GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
25-
<GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute>
2619
<DefaultLanguage>en-us</DefaultLanguage>
2720
<ProjectGuid>{D3804228-91F4-4502-9595-39584E510000}</ProjectGuid>
2821
<DebugType>full</DebugType>
2922
<PublishRepositoryUrl>true</PublishRepositoryUrl>
3023
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
24+
<Company>ZZZ Projects</Company>
25+
<Copyright>Copyright © ZZZ Projects</Copyright>
3126
</PropertyGroup>
3227

3328
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,4 @@
1-
using System.Reflection;
2-
using System.Runtime.CompilerServices;
3-
using System.Runtime.InteropServices;
1+
using System.Runtime.InteropServices;
42

5-
// General Information about an assembly is controlled through the following
6-
// set of attributes. Change these attribute values to modify the information
7-
// associated with an assembly.
8-
[assembly: AssemblyConfiguration("")]
9-
[assembly: AssemblyCompany("ZZZ Projects")]
10-
[assembly: AssemblyTitle("EntityFramework.DynamicLinq")]
11-
[assembly: AssemblyProduct("EntityFramework.DynamicLinq")]
12-
[assembly: AssemblyTrademark("")]
13-
[assembly: AssemblyCopyright("Copyright © ZZZ Projects")]
14-
15-
// Setting ComVisible to false makes the types in this assembly not visible
16-
// to COM components. If you need to access a type in this assembly from
17-
// COM, set the ComVisible attribute to true on that type.
183
[assembly: ComVisible(false)]
19-
20-
// The following GUID is for the ID of the typelib if this project is exposed to COM
214
[assembly: Guid("54415664-a73e-47af-b21f-e66b2db2ef14")]

src/Microsoft.EntityFrameworkCore.DynamicLinq/Microsoft.EntityFrameworkCore.DynamicLinq.csproj

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,13 @@
1616
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
1717
<RepositoryType>git</RepositoryType>
1818
<RepositoryUrl>https://github.com/StefH/System.Linq.Dynamic.Core</RepositoryUrl>
19-
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
20-
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
21-
<GenerateAssemblyTitleAttribute>false</GenerateAssemblyTitleAttribute>
22-
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
23-
<GenerateAssemblyCopyrightAttribute>false</GenerateAssemblyCopyrightAttribute>
24-
<GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
25-
<GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute>
2619
<DefaultLanguage>en-us</DefaultLanguage>
2720
<ProjectGuid>{D3804228-91F4-4502-9595-39584E510001}</ProjectGuid>
2821
<DebugType>full</DebugType>
2922
<PublishRepositoryUrl>true</PublishRepositoryUrl>
3023
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
31-
<Version>1.1.2</Version>
24+
<Company>ZZZ Projects</Company>
25+
<Copyright>Copyright © ZZZ Projects</Copyright>
3226
</PropertyGroup>
3327

3428
<PropertyGroup Condition=" '$(buildType)' == 'azure-pipelines-ci' ">
Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,6 @@
1-
using System.Reflection;
2-
using System.Runtime.CompilerServices;
3-
using System.Runtime.InteropServices;
1+
using System.Runtime.InteropServices;
42

5-
// General Information about an assembly is controlled through the following
6-
// set of attributes. Change these attribute values to modify the information
7-
// associated with an assembly.
8-
[assembly: AssemblyConfiguration("")]
9-
[assembly: AssemblyCompany("ZZZ Projects")]
10-
[assembly: AssemblyTitle("Microsoft.EntityFrameworkCore.DynamicLinq")]
11-
[assembly: AssemblyProduct("Microsoft.EntityFrameworkCore.DynamicLinq")]
12-
[assembly: AssemblyTrademark("")]
13-
[assembly: AssemblyCopyright("Copyright © ZZZ Projects")]
14-
15-
// Setting ComVisible to false makes the types in this assembly not visible
16-
// to COM components. If you need to access a type in this assembly from
17-
// COM, set the ComVisible attribute to true on that type.
183
[assembly: ComVisible(false)]
19-
20-
// The following GUID is for the ID of the typelib if this project is exposed to COM
214
#if !(WINDOWS_APP || NETSTANDARD2_0)
225
[assembly: Guid("b467c675-c014-4be3-85b9-9578941d28c8")]
236
#endif
Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
using System.Runtime.InteropServices;
22

3-
// Setting ComVisible to false makes the types in this assembly not visible
4-
// to COM components. If you need to access a type in this assembly from
5-
// COM, set the ComVisible attribute to true on that type.
63
[assembly: ComVisible(false)]
7-
8-
// The following GUID is for the ID of the typelib if this project is exposed to COM
94
[assembly: Guid("D3804228-91F4-4502-9595-39584Ea20000")]

0 commit comments

Comments
 (0)