We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92a09e4 commit 2a66185Copy full SHA for 2a66185
README.md
@@ -31,7 +31,7 @@ A lightweight WPF ViewModel framework with automatic source generation that elim
31
### Installation
32
33
```xml
34
-<PackageReference Include="SimpleViewModel" Version="0.9.6.4" />
+<PackageReference Include="SimpleViewModel" Version="0.9.7" />
35
```
36
37
### Basic Usage
SimpleViewModel/SimpleViewModel.csproj
@@ -9,7 +9,7 @@
9
10
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
11
<PackageId>SimpleViewModel</PackageId>
12
- <Version>0.9.6.4</Version>
+ <Version>0.9.7</Version>
13
<Authors>Derek Gooding</Authors>
14
<Company>Derek Gooding</Company>
15
<Description>
0 commit comments