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

Commit adb583e

Browse files
authored
chore: merge from develop #7 (#10)
1 parent ae19a9a commit adb583e

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

devops/pack/contents/LogoFX.Client.Mvvm.ViewModelFactory.Unity.nuspec

+5-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
33
<metadata>
44
<id>LogoFX.Client.Mvvm.ViewModelFactory.Unity</id>
5-
<version>2.2.0-rc3</version>
5+
<version>2.2.0</version>
66
<title>LogoFX.Client.Mvvm.ViewModelFactory.Unity</title>
77
<authors>Gennady Verdel</authors>
88
<owners>Gennady Verdel</owners>
@@ -12,12 +12,14 @@
1212
<iconUrl>https://github.com/LogoFX/logofx-assets/blob/master/icons/icon.png?raw=true</iconUrl>
1313
<description>LogoFX Client Mvvm ViewModelFactory Unity containing implementation of view model factory interface for Unity.</description>
1414
<summary>LogoFX Client Mvvm ViewModelFactory Unity containing implementation of view model factory interface for Unity.</summary>
15-
<releaseNotes>Updated dependent packages</releaseNotes>
15+
<releaseNotes></releaseNotes>
1616
<dependencies>
1717
<dependency id="Solid.Bootstrapping" version="2.3.1" />
1818
<dependency id="Solid.Extensibility" version="2.3.1" />
19-
<dependency id="LogoFX.Client.Mvvm.ViewModelFactory" version="2.2.0-rc3" />
19+
<dependency id="LogoFX.Client.Mvvm.ViewModelFactory" version="2.2.0" />
2020
<dependency id="Unity" version="5.11.10" />
2121
</dependencies>
22+
<tags>framework logofx dotnet</tags>
23+
<repository type="Open Source" url="https://github.com/LogoFX/logofx-client-mvvm-viewmodelfactory-unity" />
2224
</metadata>
2325
</package>

devops/publish/publish.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
SET package_name=LogoFX.Client.Mvvm.ViewModelFactory.Unity
2-
SET package_version=2.2.0-rc3
2+
SET package_version=2.2.0
33
cd ../../src
44
nuget restore
55
cd ../devops/build

src/LogoFX.Client.Mvvm.ViewModelFactory.Unity/LogoFX.Client.Mvvm.ViewModelFactory.Unity.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<DebugSymbols>true</DebugSymbols>
1313
</PropertyGroup>
1414
<ItemGroup>
15-
<PackageReference Include="LogoFX.Client.Mvvm.ViewModelFactory" Version="2.2.0-rc3" />
15+
<PackageReference Include="LogoFX.Client.Mvvm.ViewModelFactory" Version="2.2.0" />
1616
<PackageReference Include="Solid.Bootstrapping" Version="2.3.1" />
1717
<PackageReference Include="Solid.Extensibility" Version="2.3.1" />
1818
<PackageReference Include="Unity" Version="5.11.10" />

0 commit comments

Comments
 (0)