Skip to content

Commit

Permalink
Merge pull request #3 from skclusive/develop
Browse files Browse the repository at this point in the history
5.1.0 release
  • Loading branch information
skclusive authored Nov 21, 2020
2 parents a7468e7 + 88023e9 commit b5c74b7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions NuGet.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<!-- <clear /> -->
<add key="nuget" value="https://api.nuget.org/v3/index.json" />
</packageSources>
</configuration>
</configuration>
9 changes: 5 additions & 4 deletions src/StateTree.csproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<VersionPrefix>5.0.0</VersionPrefix>
<VersionPrefix>5.1.0</VersionPrefix>
<VersionSuffix>$(VersionSuffix)</VersionSuffix>
<TargetFramework>net5.0</TargetFramework>
<TargetFrameworks>netstandard2.0;net5.0</TargetFrameworks>
<RazorLangVersion>3.0</RazorLangVersion>
<AssemblyName>Skclusive.Mobx.StateTree</AssemblyName>
<PackageId>Skclusive.Mobx.StateTree</PackageId>
<RootNamespace>Skclusive.Mobx.StateTree</RootNamespace>
Expand All @@ -19,9 +20,9 @@
<PackageReference Include="System.Dynamic.Runtime" Version="4.3.0" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Skclusive.Mobx.Observable" Version="5.0.0" />
<PackageReference Include="Skclusive.Mobx.Observable" Version="5.1.0" />
</ItemGroup>
<!-- <ItemGroup>
<ProjectReference Include="..\..\Skclusive.Mobx.Observable\src\Observable.csproj" Version="5.0.0" />
<ProjectReference Include="..\..\Skclusive.Mobx.Observable\src\Observable.csproj" Version="5.1.0" />
</ItemGroup> -->
</Project>

0 comments on commit b5c74b7

Please sign in to comment.