Skip to content
This repository has been archived by the owner on Sep 23, 2021. It is now read-only.

Commit

Permalink
chore: merge from develop #14 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
godrose authored Jun 27, 2021
1 parent 42eb9f7 commit 58c4959
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>LogoFX.Client.Mvvm.Commanding.Core</id>
<version>2.2.0-rc3</version>
<version>2.2.0</version>
<title>LogoFX.Client.Mvvm.Commanding.Core</title>
<authors>Gennady Verdel,Vlad Spivak</authors>
<owners>Gennady Verdel</owners>
Expand All @@ -12,10 +12,12 @@
<iconUrl>https://github.com/LogoFX/logofx-assets/blob/master/icons/icon.png?raw=true</iconUrl>
<description>LogoFX Client Mvvm Commanding containing implementation of ICommand with Fluent API.</description>
<summary>LogoFX Client Mvvm Commanding containing implementation of ICommand with Fluent API.</summary>
<releaseNotes>Updated dependent packages</releaseNotes>
<releaseNotes>Using System.Reactive.Linq 5</releaseNotes>
<dependencies>
<dependency id="LogoFX.Client.Core.Core" version="2.2.0-rc3" />
<dependency id="LogoFX.Client.Core.Core" version="2.2.0" />
<dependency id="System.Reactive.Linq" version="5.0.0" />
</dependencies>
<tags>framework logofx dotnet</tags>
<repository type="Open Source" url="https://github.com/LogoFX/logofx-client-mvvm-commanding" />
</metadata>
</package>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>LogoFX.Client.Mvvm.Commanding</id>
<version>2.2.0-rc3</version>
<version>2.2.0</version>
<title>LogoFX.Client.Mvvm.Commanding</title>
<authors>Gennady Verdel,Vlad Spivak</authors>
<owners>Gennady Verdel</owners>
Expand All @@ -12,19 +12,21 @@
<iconUrl>https://github.com/LogoFX/logofx-assets/blob/master/icons/icon.png?raw=true</iconUrl>
<description>LogoFX Client Mvvm Commanding containing implementation of ICommand with Fluent API.</description>
<summary>LogoFX Client Mvvm Commanding containing implementation of ICommand with Fluent API.</summary>
<releaseNotes>Updated dependent packages</releaseNotes>
<releaseNotes>Added support for .NET Core</releaseNotes>
<dependencies>
<group>
<dependency id="Solid.Practices.Middleware" version="2.3.1" />
<dependency id="Solid.Bootstrapping" version="2.3.1" />
<dependency id="Solid.Extensibility" version="2.3.1" />
<dependency id="LogoFX.Client.Core" version="2.2.0-rc3" />
<dependency id="LogoFX.Client.Mvvm.Core" version="2.2.0-rc3" />
<dependency id="LogoFX.Client.Mvvm.Commanding.Core" version="2.2.0-rc3" />
<dependency id="LogoFX.Client.Core" version="2.2.0" />
<dependency id="LogoFX.Client.Mvvm.Core" version="2.2.0" />
<dependency id="LogoFX.Client.Mvvm.Commanding.Core" version="2.2.0" />
</group>
<group targetFramework="UAP10.0">
<dependency id="Microsoft.Xaml.Behaviors.Uwp.Managed" version="2.0.1" />
</group>
</dependencies>
<tags>framework logofx dotnet</tags>
<repository type="Open Source" url="https://github.com/LogoFX/logofx-client-mvvm-commanding" />
</metadata>
</package>
2 changes: 1 addition & 1 deletion devops/publish/PublishUtil/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ private static void PublishPackage(string packageId)
Directory.SetCurrentDirectory(Path.Combine(Directory.GetCurrentDirectory(), "publish"));
var copyBat = Path.Combine(Directory.GetCurrentDirectory(), "copy-single.bat");
//TODO: pass version as well
process = Process.Start(copyBat, new [] {packageId, "2.2.0-rc3", "../../../../packages/Tests-All" });
process = Process.Start(copyBat, new [] {packageId, "2.2.0", "../../../../packages/Tests-All" });
process.WaitForExit();
GoUp(1);
}
Expand Down
2 changes: 1 addition & 1 deletion devops/publish/publish-all.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SET package_version=2.2.0-rc3
SET package_version=2.2.0
cd ../../src
nuget restore
cd ../devops
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Expression.Blend.Sdk" Version="1.0.2" />
<PackageReference Include="LogoFX.Client.Core" Version="2.2.0-rc3" />
<PackageReference Include="LogoFX.Client.Mvvm.Core" Version="2.2.0-rc3" />
<PackageReference Include="LogoFX.Client.Core" Version="2.2.0" />
<PackageReference Include="LogoFX.Client.Mvvm.Core" Version="2.2.0" />
<PackageReference Include="Solid.Bootstrapping" Version="2.3.1" />
</ItemGroup>
<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Expression.Blend.Sdk" Version="1.0.2" />
<PackageReference Include="LogoFX.Client.Core" Version="2.2.0-rc3" />
<PackageReference Include="LogoFX.Client.Mvvm.Core" Version="2.2.0-rc3" />
<PackageReference Include="LogoFX.Client.Core" Version="2.2.0" />
<PackageReference Include="LogoFX.Client.Mvvm.Core" Version="2.2.0" />
<PackageReference Include="Solid.Bootstrapping" Version="2.3.1" />
</ItemGroup>
<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,13 @@
<Version>1.0.2</Version>
</PackageReference>
<PackageReference Include="LogoFX.Client.Core">
<Version>2.2.0-rc3</Version>
<Version>2.2.0</Version>
</PackageReference>
<PackageReference Include="LogoFX.Client.Mvvm.Core">
<Version>2.2.0-rc3</Version>
<Version>2.2.0</Version>
</PackageReference>
<PackageReference Include="LogoFX.Core">
<Version>2.2.0-rc3</Version>
<Version>2.2.0</Version>
</PackageReference>
<PackageReference Include="Solid.Bootstrapping">
<Version>2.3.1</Version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,13 +130,13 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="LogoFX.Client.Core">
<Version>2.2.0-rc3</Version>
<Version>2.2.0</Version>
</PackageReference>
<PackageReference Include="LogoFX.Client.Core.Core">
<Version>2.2.0-rc3</Version>
<Version>2.2.0</Version>
</PackageReference>
<PackageReference Include="LogoFX.Client.Mvvm.Core">
<Version>2.2.0-rc3</Version>
<Version>2.2.0</Version>
</PackageReference>
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform">
<Version>6.2.12</Version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="LogoFX.Client.Core.Core" Version="2.2.0-rc3" />
<PackageReference Include="LogoFX.Client.Core.Core" Version="2.2.0" />
<PackageReference Include="System.Reactive.Linq" Version="5.0.0" />
</ItemGroup>
</Project>

0 comments on commit 58c4959

Please sign in to comment.