Skip to content

Commit

Permalink
Migrate to .NET 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daniil-tr committed Dec 15, 2023
1 parent 876d299 commit 252279e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# <img src="https://uploads-ssl.webflow.com/5ea5d3315186cf5ec60c3ee4/5edf1c94ce4c859f2b188094_logo.svg" alt="Pip.Services Logo" width="200"> <br/> Memcached components for .NET Changelog

## <a name="3.5.0"></a> 3.5.0 (2023-12-15)
## <a name="3.5.1"></a> 3.5.1 (2023-12-15)

### Breaking Changes
* Migrate to .NET 8.0
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "pip-services3-memcached-dotnet",
"type": "module",
"language": "dotnet",
"version": "3.5.0",
"version": "3.5.1",
"build": 0,
"registry": "pipservices",
"artifacts": [
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.build
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ RUN dotnet restore test/test.csproj
COPY . .

# Publish
RUN dotnet publish src/src.csproj -o /obj -f net6.0
RUN dotnet publish src/src.csproj -o /obj -f net8.0
6 changes: 3 additions & 3 deletions src/src.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<RootNamespace>PipServices3.Memcached</RootNamespace>
<ApplicationIcon />
<Win32Resource />
<Version>3.5.0</Version>
<Version>3.5.1</Version>
<Authors>Sergey Seroukhov, Alex Mazur, Danyil Tretiakov</Authors>
<Copyright>Conceptual Vision Consulting LLC. 2017-2024</Copyright>
<Description>Memcached components for Pip.Services in .NET</Description>
Expand All @@ -30,7 +30,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="VIEApps.Enyim.Caching" Version="1.7.2005.2" />
<PackageReference Include="PipServices3.Commons" Version="3.5.0" />
<PackageReference Include="PipServices3.Components" Version="3.6.0" />
<PackageReference Include="PipServices3.Commons" Version="3.5.1" />
<PackageReference Include="PipServices3.Components" Version="3.6.1" />
</ItemGroup>
</Project>

0 comments on commit 252279e

Please sign in to comment.