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

Commit 2bea22d

Browse files
authored
chore: merge from develop #6 (#9)
1 parent ee862b3 commit 2bea22d

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

devops/pack/contents/LogoFX.Client.Bootstrapping.Adapters.SimpleContainer.nuspec

+6-4
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.Bootstrapping.Adapters.SimpleContainer</id>
5-
<version>2.2.0-rc3</version>
5+
<version>2.2.0</version>
66
<title>LogoFX.Client.Bootstrapping.Adapters.SimpleContainer</title>
77
<authors>Gennady Verdel</authors>
88
<owners>Gennady Verdel</owners>
@@ -12,11 +12,13 @@
1212
<iconUrl>https://github.com/LogoFX/logofx-assets/blob/master/icons/icon.png?raw=true</iconUrl>
1313
<description>LogoFX Client Bootstrapping Adapter for Simple Container containing an adapter for the LogoFX Simple Container which is compatible with Caliburn.Micro.</description>
1414
<summary>LogoFX Client Bootstrapping Adapter for Simple Container containing an adapter for the LogoFX Simple Container which is compatible with Caliburn.Micro.</summary>
15-
<releaseNotes>Updated dependent packages</releaseNotes>
15+
<releaseNotes></releaseNotes>
1616
<dependencies>
1717
<dependency id="Solid.Practices.IoC" version="2.3.1" />
18-
<dependency id="LogoFX.Client.Bootstrapping.Adapters.Contracts" version="2.2.0-rc3" />
19-
<dependency id="LogoFX.Practices.IoC" version="2.2.0-rc3" />
18+
<dependency id="LogoFX.Client.Bootstrapping.Adapters.Contracts" version="2.2.0" />
19+
<dependency id="LogoFX.Practices.IoC" version="2.2.0" />
2020
</dependencies>
21+
<tags>framework logofx dotnet</tags>
22+
<repository type="Open Source" url="https://github.com/LogoFX/logofx-client-bootstrapping-adapters-simplecontainer" />
2123
</metadata>
2224
</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.Bootstrapping.Adapters.SimpleContainer
2-
SET package_version=2.2.0-rc3
2+
SET package_version=2.2.0
33
cd ../build
44
call build.bat
55
cd ../pack

src/LogoFX.Client.Bootstrapping.Adapters.SimpleContainer/LogoFX.Client.Bootstrapping.Adapters.SimpleContainer.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
<DebugSymbols>true</DebugSymbols>
1313
</PropertyGroup>
1414
<ItemGroup>
15-
<PackageReference Include="LogoFX.Client.Bootstrapping.Adapters.Contracts" Version="2.2.0-rc3" />
16-
<PackageReference Include="LogoFX.Practices.IoC" Version="2.2.0-rc3" />
15+
<PackageReference Include="LogoFX.Client.Bootstrapping.Adapters.Contracts" Version="2.2.0" />
16+
<PackageReference Include="LogoFX.Practices.IoC" Version="2.2.0" />
1717
<PackageReference Include="Solid.Practices.IoC" Version="2.3.1" />
1818
</ItemGroup>
1919
</Project>

0 commit comments

Comments
 (0)