Skip to content

Commit

Permalink
Merge pull request #5 from I-RzR-I/fix/WrongModification
Browse files Browse the repository at this point in the history
Fix wrong modification.
  • Loading branch information
I-RzR-I authored Oct 9, 2023
2 parents aca65d6 + c68017d commit 015a57a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
5 changes: 4 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@
-> Add new extension for application builder.<br />

### **1.1.2.0753**
-> Add option to sign the new version of the files.<br />
-> Add option to sign the new version of the files.<br />

### **1.1.3.0753**
-> Fix wrong modification.<br />
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@
<Language>en-US</Language>
<RepositoryType>GIT</RepositoryType>
<PackageIconUrl />

<SignAssembly>true</SignAssembly>
<DelaySign>true</DelaySign>
<AssemblyOriginatorKeyFile>AppInitDefinitionDecorateSign.pfx</AssemblyOriginatorKeyFile>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down
6 changes: 3 additions & 3 deletions src/shared/GeneralAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@
[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.MainAssembly)]
#endif

[assembly: AssemblyVersion("1.1.2.0753")]
[assembly: AssemblyFileVersion("1.1.2.0753")]
[assembly: AssemblyInformationalVersion("1.1.2.x")]
[assembly: AssemblyVersion("1.1.3.0753")]
[assembly: AssemblyFileVersion("1.1.3.0753")]
[assembly: AssemblyInformationalVersion("1.1.3.x")]

0 comments on commit 015a57a

Please sign in to comment.