Skip to content

Commit d06da8d

Browse files
authored
Version 0.8
1 parent 34cb05a commit d06da8d

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Datamodel.NET.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<OutputType>Library</OutputType>
55
<RootNamespace>Datamodel</RootNamespace>
66
<PackageId>KeyValues2</PackageId>
7-
<Version>0.7</Version>
7+
<Version>0.8</Version>
88
<Nullable>enable</Nullable>
99
<PackageLicenseFile>COPYING</PackageLicenseFile>
1010
<PackageReadmeFile>README.md</PackageReadmeFile>

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,10 @@ Additionally, the following Datamodel.NET types are supported:
2828
## Datamodel.NET features
2929

3030
* Support for all known versions of Valve's `binary` and `keyvalues2` DMX encodings
31-
* Convenient `IEnumerable`, `INotifyPropertyChanged` and `INotifyCollectionChanged` implementations
32-
* Supports partial trust
3331
* Inline documentation
3432
* Binary codec supports just-in-time attribute loading
3533
* Write your own codecs with the `ICodec` interface
36-
* Support for property based attributes, Datamodel.Element subclassing (serialize only)
34+
* Serialize and deserialize support for Datamodel.Element subclasses
3735

3836
## Quick example
3937

0 commit comments

Comments
 (0)