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 #7 (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
godrose authored Jun 27, 2021
1 parent ae19a9a commit adb583e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 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.ViewModelFactory.Unity</id>
<version>2.2.0-rc3</version>
<version>2.2.0</version>
<title>LogoFX.Client.Mvvm.ViewModelFactory.Unity</title>
<authors>Gennady Verdel</authors>
<owners>Gennady Verdel</owners>
Expand All @@ -12,12 +12,14 @@
<iconUrl>https://github.com/LogoFX/logofx-assets/blob/master/icons/icon.png?raw=true</iconUrl>
<description>LogoFX Client Mvvm ViewModelFactory Unity containing implementation of view model factory interface for Unity.</description>
<summary>LogoFX Client Mvvm ViewModelFactory Unity containing implementation of view model factory interface for Unity.</summary>
<releaseNotes>Updated dependent packages</releaseNotes>
<releaseNotes></releaseNotes>
<dependencies>
<dependency id="Solid.Bootstrapping" version="2.3.1" />
<dependency id="Solid.Extensibility" version="2.3.1" />
<dependency id="LogoFX.Client.Mvvm.ViewModelFactory" version="2.2.0-rc3" />
<dependency id="LogoFX.Client.Mvvm.ViewModelFactory" version="2.2.0" />
<dependency id="Unity" version="5.11.10" />
</dependencies>
<tags>framework logofx dotnet</tags>
<repository type="Open Source" url="https://github.com/LogoFX/logofx-client-mvvm-viewmodelfactory-unity" />
</metadata>
</package>
2 changes: 1 addition & 1 deletion devops/publish/publish.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SET package_name=LogoFX.Client.Mvvm.ViewModelFactory.Unity
SET package_version=2.2.0-rc3
SET package_version=2.2.0
cd ../../src
nuget restore
cd ../devops/build
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.Mvvm.ViewModelFactory" Version="2.2.0-rc3" />
<PackageReference Include="LogoFX.Client.Mvvm.ViewModelFactory" Version="2.2.0" />
<PackageReference Include="Solid.Bootstrapping" Version="2.3.1" />
<PackageReference Include="Solid.Extensibility" Version="2.3.1" />
<PackageReference Include="Unity" Version="5.11.10" />
Expand Down

0 comments on commit adb583e

Please sign in to comment.