Skip to content

Commit

Permalink
Merge pull request #2 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 87e2fc7 + 0be580d commit 666e516
Show file tree
Hide file tree
Showing 2 changed files with 6 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>
8 changes: 4 additions & 4 deletions src/Observable.csproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<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>
<AssemblyName>Skclusive.Mobx.Observable</AssemblyName>
<PackageId>Skclusive.Mobx.Observable</PackageId>
<RootNamespace>Skclusive.Mobx.Observable</RootNamespace>
Expand All @@ -11,10 +11,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Skclusive.Core.Collection" Version="5.0.0" />
<PackageReference Include="Skclusive.Core.Collection" Version="5.1.0" />
</ItemGroup>
<!-- <ItemGroup>
<ProjectReference Include="..\..\Skclusive.Core.Collection\src\Collection.csproj" Version="5.0.0" />
<ProjectReference Include="..\..\Skclusive.Core.Collection\src\Collection.csproj" Version="5.1.0" />
</ItemGroup> -->

</Project>

0 comments on commit 666e516

Please sign in to comment.