Skip to content

Commit f77658f

Browse files
committed
Change Readme and version.
1 parent 160cede commit f77658f

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Fertures:
1616
* Proxy instance generator, for control instancing real implementation (e.g. lazy loading).
1717

1818
The following platforms are supported:
19-
* .Net Framework 4.8, NetStandard 2.0 and .Net 6.0
19+
* .Net Framework 4.8, NetStandard 2.0, .Net 6.0 and .Net 8.0
2020

2121
## Getting started
2222

@@ -258,6 +258,7 @@ container.RegisterInstanceProxy<IMessageService>(new WeekInstanceProvider());
258258
```
259259

260260
# MassiveDynamicProxyGenerator.Microsoft.DependencyInjection
261+
**This library is obsolute.**
261262

262263
[![NuGet Status](http://img.shields.io/nuget/v/MassiveDynamicProxyGenerator.Microsoft.DependencyInjection.svg?style=flat)](https://www.nuget.org/packages/MassiveDynamicProxyGenerator.Microsoft.DependencyInjection/)
263264

src/Src/MassiveDynamicProxyGenerator/MassiveDynamicProxyGenerator.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<PackageId>MassiveDynamicProxyGenerator</PackageId>
88
<Title>MassiveDynamic ProxyGenerator</Title>
99
<PackageTags>massive, dynamic, proxy, dynamic proxy, runtime, .net</PackageTags>
10-
<PackageReleaseNotes>Add support for .Net 6.0.
10+
<PackageReleaseNotes>Add support for .NET 6.0 and .NET 8.0
1111
A few minor internal improvements.</PackageReleaseNotes>
1212
</PropertyGroup>
1313

src/Version.proj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project>
33
<PropertyGroup>
4-
<LocalBuildVersion>1.6.0</LocalBuildVersion>
4+
<LocalBuildVersion>1.7.0</LocalBuildVersion>
55
<LocalBuildRevision>0</LocalBuildRevision>
66
<NowYear>$([System.DateTime]::Now.Year.ToString())</NowYear>
77
</PropertyGroup>

0 commit comments

Comments
 (0)