Skip to content

Commit

Permalink
release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
skclusive committed Apr 5, 2020
1 parent 4e60bf4 commit cae8ce4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/StateTree/StateTree.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<VersionPrefix>1.0.4</VersionPrefix>
<VersionPrefix>2.0.0</VersionPrefix>
<VersionSuffix>$(VersionSuffix)</VersionSuffix>
<TargetFramework>netstandard2.1</TargetFramework>
<AssemblyName>Skclusive.Mobx.StateTree</AssemblyName>
Expand All @@ -19,6 +19,6 @@
<PackageReference Include="System.Dynamic.Runtime" Version="4.3.0" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Skclusive.Mobx.Observable" Version="1.0.4" />
<PackageReference Include="Skclusive.Mobx.Observable" Version="2.0.0" />
</ItemGroup>
</Project>

0 comments on commit cae8ce4

Please sign in to comment.