Skip to content

Commit 740cc7f

Browse files
authored
Merge pull request #25 from I-RzR-I/feature/UpgradeCleanUn
Upgrade version for the 'CodeSource' package.
2 parents 02be9b5 + 99a8eaf commit 740cc7f

3 files changed

Lines changed: 8 additions & 6 deletions

File tree

docs/CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@
6464
-> Adjust the location for methods: `GetFirstMessage`, `GetFirstMessageWithDetails`.<br />
6565
-> Add a new extension for result execution `FunctionExtensions` (`FunctionOnSuccess`, `FunctionOnFailure`, `FunctionOn`, `ExecuteFunction`), which allows to execute of one or more functions.<br />
6666

67-
6867
### **v1.3.4.6865**
69-
-> Upgrade minimum `System.Text.Json` package required version to `6.0.10`, fixing CVE (`CVE-2024-43485`).<br />
68+
-> Upgrade minimum `System.Text.Json` package required version to `6.0.10`, fixing CVE (`CVE-2024-43485`).<br />
69+
70+
### **v1.3.5.4696**
71+
-> Upgrade version for the 'CodeSource' package.<br />

src/AggregatedGenericResultMessage/AggregatedGenericResultMessage.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<Compile Include="..\shared\GeneralAssemblyInfo.cs" Link="Properties\GeneralAssemblyInfo.cs" />
4040
</ItemGroup>
4141
<ItemGroup>
42-
<PackageReference Include="CodeSource" Version="1.0.6.933" />
42+
<PackageReference Include="CodeSource" Version="2.0.0.0" />
4343
<PackageReference Include="System.Runtime.Serialization.Primitives" Version="4.3.0" />
4444
</ItemGroup>
4545

src/shared/GeneralAssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@
4343

4444
[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.MainAssembly)]
4545

46-
[assembly: AssemblyVersion("1.3.4.6865")]
47-
[assembly: AssemblyFileVersion("1.3.4.6865")]
48-
[assembly: AssemblyInformationalVersion("1.3.4.6865")]
46+
[assembly: AssemblyVersion("1.3.5.4696")]
47+
[assembly: AssemblyFileVersion("1.3.5.4696")]
48+
[assembly: AssemblyInformationalVersion("1.3.5.4696")]

0 commit comments

Comments
 (0)