This repository was archived by the owner on Sep 23, 2021. It is now read-only.
Commit adb583e 1 parent ae19a9a commit adb583e Copy full SHA for adb583e
File tree 3 files changed +7
-5
lines changed
src/LogoFX.Client.Mvvm.ViewModelFactory.Unity
3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 2
2
<package xmlns =" http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd" >
3
3
<metadata >
4
4
<id >LogoFX.Client.Mvvm.ViewModelFactory.Unity</id >
5
- <version >2.2.0-rc3 </version >
5
+ <version >2.2.0</version >
6
6
<title >LogoFX.Client.Mvvm.ViewModelFactory.Unity</title >
7
7
<authors >Gennady Verdel</authors >
8
8
<owners >Gennady Verdel</owners >
12
12
<iconUrl >https://github.com/LogoFX/logofx-assets/blob/master/icons/icon.png?raw=true</iconUrl >
13
13
<description >LogoFX Client Mvvm ViewModelFactory Unity containing implementation of view model factory interface for Unity.</description >
14
14
<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 >
16
16
<dependencies >
17
17
<dependency id =" Solid.Bootstrapping" version =" 2.3.1" />
18
18
<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" />
20
20
<dependency id =" Unity" version =" 5.11.10" />
21
21
</dependencies >
22
+ <tags >framework logofx dotnet</tags >
23
+ <repository type =" Open Source" url =" https://github.com/LogoFX/logofx-client-mvvm-viewmodelfactory-unity" />
22
24
</metadata >
23
25
</package >
Original file line number Diff line number Diff line change 1
1
SET package_name = LogoFX.Client.Mvvm.ViewModelFactory.Unity
2
- SET package_version = 2.2.0-rc3
2
+ SET package_version = 2.2.0
3
3
cd ../../src
4
4
nuget restore
5
5
cd ../devops/build
Original file line number Diff line number Diff line change 12
12
<DebugSymbols >true</DebugSymbols >
13
13
</PropertyGroup >
14
14
<ItemGroup >
15
- <PackageReference Include =" LogoFX.Client.Mvvm.ViewModelFactory" Version =" 2.2.0-rc3 " />
15
+ <PackageReference Include =" LogoFX.Client.Mvvm.ViewModelFactory" Version =" 2.2.0" />
16
16
<PackageReference Include =" Solid.Bootstrapping" Version =" 2.3.1" />
17
17
<PackageReference Include =" Solid.Extensibility" Version =" 2.3.1" />
18
18
<PackageReference Include =" Unity" Version =" 5.11.10" />
You can’t perform that action at this time.
0 commit comments