-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #64 from Ali-YousefiTelori/develop
update packages
- Loading branch information
Showing
11 changed files
with
62 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
<Platforms>AnyCPU;x64;x86</Platforms> | ||
<Authors>EasyMicroservices</Authors> | ||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> | ||
<Version>0.0.0.4</Version> | ||
<Version>0.0.0.8</Version> | ||
<Description>Serialize and deserialize wrapper</Description> | ||
<Copyright>[email protected]</Copyright> | ||
<PackageTags>Serialize,deserialize</PackageTags> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
<Platforms>AnyCPU;x64;x86</Platforms> | ||
<Authors>EasyMicroservices</Authors> | ||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> | ||
<Version>0.0.0.3</Version> | ||
<Version>0.0.0.8</Version> | ||
<Description>Serialize and deserialize wrapper</Description> | ||
<Copyright>[email protected]</Copyright> | ||
<PackageTags>Serialize,deserialize</PackageTags> | ||
|
@@ -26,11 +26,11 @@ | |
<TreatWarningsAsErrors>true</TreatWarningsAsErrors> | ||
<DocumentationFile>.\bin\$(Configuration)\$(TargetFramework)\EasyMicroservices.Serialization.DependencyInjection.xml</DocumentationFile> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="7.0.0" /> | ||
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.0" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\EasyMicroservices.Serialization\EasyMicroservices.Serialization.csproj" /> | ||
</ItemGroup> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
<Platforms>AnyCPU;x64;x86</Platforms> | ||
<Authors>EasyMicroservices</Authors> | ||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> | ||
<Version>0.0.0.4</Version> | ||
<Version>0.0.0.8</Version> | ||
<Description>Serialize and deserialize wrapper</Description> | ||
<Copyright>[email protected]</Copyright> | ||
<PackageTags>Serialize,deserialize</PackageTags> | ||
|
@@ -28,7 +28,7 @@ | |
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="MemoryPack" Version="1.9.16" /> | ||
<PackageReference Include="MemoryPack" Version="1.10.0" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
<Platforms>AnyCPU;x64;x86</Platforms> | ||
<Authors>EasyMicroservices</Authors> | ||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> | ||
<Version>0.0.0.4</Version> | ||
<Version>0.0.0.8</Version> | ||
<Description>Serilize and deserilize wrapper</Description> | ||
<Copyright>[email protected]</Copyright> | ||
<PackageTags>Serilize,deserilize</PackageTags> | ||
|
@@ -28,6 +28,6 @@ | |
</PropertyGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\EasyMicroservices.Serialization\EasyMicroservices.Serialization.csproj" /> | ||
<PackageReference Include="MessagePack" Version="2.5.124" /> | ||
<PackageReference Include="MessagePack" Version="2.5.140" /> | ||
</ItemGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
<Platforms>AnyCPU;x64;x86</Platforms> | ||
<Authors>EasyMicroservices</Authors> | ||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> | ||
<Version>0.0.0.6</Version> | ||
<Version>0.0.0.8</Version> | ||
<Description>Serialize and deserialize wrapper</Description> | ||
<Copyright>[email protected]</Copyright> | ||
<PackageTags>Serialize,deserialize</PackageTags> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
<Platforms>AnyCPU;x64;x86</Platforms> | ||
<Authors>EasyMicroservices</Authors> | ||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> | ||
<Version>0.0.0.7</Version> | ||
<Version>0.0.0.8</Version> | ||
<Description>Serialize and deserialize wrapper</Description> | ||
<Copyright>[email protected]</Copyright> | ||
<PackageTags>Serialize,deserialize</PackageTags> | ||
|
@@ -28,7 +28,7 @@ | |
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="System.Text.Json" Version="7.0.3" /> | ||
<PackageReference Include="System.Text.Json" Version="7.0.4" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\EasyMicroservices.Serialization\EasyMicroservices.Serialization.csproj" /> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
<Platforms>AnyCPU;x64;x86</Platforms> | ||
<Authors>EasyMicroservices</Authors> | ||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> | ||
<Version>0.0.0.4</Version> | ||
<Version>0.0.0.8</Version> | ||
<Description>Serialize and deserialize wrapper</Description> | ||
<Copyright>[email protected]</Copyright> | ||
<PackageTags>Serialize,deserialize</PackageTags> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
<Platforms>AnyCPU;x64;x86</Platforms> | ||
<Authors>EasyMicroservices</Authors> | ||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> | ||
<Version>0.0.0.4</Version> | ||
<Version>0.0.0.8</Version> | ||
<Description>Serialize and deserialize wrapper</Description> | ||
<Copyright>[email protected]</Copyright> | ||
<PackageTags>Serialize,deserialize</PackageTags> | ||
|
@@ -28,6 +28,6 @@ | |
</PropertyGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\EasyMicroservices.Serialization\EasyMicroservices.Serialization.csproj" /> | ||
<PackageReference Include="YamlDotNet" Version="13.3.1" /> | ||
<PackageReference Include="YamlDotNet" Version="13.7.1" /> | ||
</ItemGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
<Platforms>AnyCPU;x64;x86</Platforms> | ||
<Authors>EasyMicroservices</Authors> | ||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> | ||
<Version>0.0.0.4</Version> | ||
<Version>0.0.0.8</Version> | ||
<Description>Serialize and deserialize wrapper</Description> | ||
<Copyright>[email protected]</Copyright> | ||
<PackageTags>Serialize,deserialize</PackageTags> | ||
|
@@ -32,7 +32,7 @@ | |
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="EasyMicroservices.Utilities" Version="0.0.0.11" /> | ||
<PackageReference Include="EasyMicroservices.Utilities" Version="0.0.0.13" /> | ||
</ItemGroup> | ||
|
||
</Project> |