Skip to content

Commit dda6a36

Browse files
authored
Merge pull request #9 from I-RzR-I/fix/WrongModification
Fix wrong modification.
2 parents 106071b + 7b8cd2e commit dda6a36

File tree

3 files changed

+11
-12
lines changed

3 files changed

+11
-12
lines changed

docs/CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,7 @@
2121

2222
### **1.0.7.2114**
2323
-> Update lib version.<br/>
24-
-> Add option to sign the new version of the files.<br/>
24+
-> Add option to sign the new version of the files.<br/>
25+
26+
### **1.0.8.2220**
27+
-> Fix wrong modification.<br />

src/EntityMaxLengthTrim/EntityMaxLengthTrim.csproj

+4-8
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@
2424
<Language>en-US</Language>
2525
<RepositoryType>GIT</RepositoryType>
2626
<PackageIconUrl />
27-
28-
<SignAssembly>true</SignAssembly>
29-
<AssemblyOriginatorKeyFile>EntityMaxLengthTrimSign.pfx</AssemblyOriginatorKeyFile>
30-
<DelaySign>true</DelaySign>
3127
</PropertyGroup>
3228

3329
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
@@ -55,7 +51,7 @@
5551

5652
<ItemGroup Condition="'$(TargetFramework)' == 'net45'">
5753
<PackageReference Include="CodeSource">
58-
<Version>1.0.5.1933</Version>
54+
<Version>1.0.6.933</Version>
5955
</PackageReference>
6056
<PackageReference Include="System.ComponentModel.Annotations">
6157
<Version>5.0</Version>
@@ -64,7 +60,7 @@
6460

6561
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard1.5'">
6662
<PackageReference Include="CodeSource">
67-
<Version>1.0.5.1933</Version>
63+
<Version>1.0.6.933</Version>
6864
</PackageReference>
6965
<PackageReference Include="System.ComponentModel.Annotations">
7066
<Version>5.0</Version>
@@ -79,7 +75,7 @@
7975

8076
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
8177
<PackageReference Include="CodeSource">
82-
<Version>1.0.5.1933</Version>
78+
<Version>1.0.6.933</Version>
8379
</PackageReference>
8480
<PackageReference Include="System.ComponentModel.Annotations">
8581
<Version>5.0</Version>
@@ -88,7 +84,7 @@
8884

8985
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.1'">
9086
<PackageReference Include="CodeSource">
91-
<Version>1.0.5.1933</Version>
87+
<Version>1.0.6.933</Version>
9288
</PackageReference>
9389
<PackageReference Include="System.ComponentModel.Annotations">
9490
<Version>5.0</Version>

src/shared/GeneralAssemblyInfo.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@
4444
[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.MainAssembly)]
4545
#endif
4646

47-
[assembly: AssemblyVersion("1.0.7.2114")]
48-
[assembly: AssemblyFileVersion("1.0.7.2114")]
49-
[assembly: AssemblyInformationalVersion("1.0.7.x")]
47+
[assembly: AssemblyVersion("1.0.8.2220")]
48+
[assembly: AssemblyFileVersion("1.0.8.2220")]
49+
[assembly: AssemblyInformationalVersion("1.0.8.x")]

0 commit comments

Comments
 (0)