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

Commit 9a38004

Browse files
authored
chore: merge from develop #14 (#17)
1 parent bfee709 commit 9a38004

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

devops/pack/contents/LogoFX.Bootstrapping.nuspec

Lines changed: 4 additions & 2 deletions
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.Bootstrapping</id>
5-
<version>2.2.0-rc3</version>
5+
<version>2.2.0</version>
66
<title>LogoFX.Bootstrapping</title>
77
<authors>Gennady Verdel</authors>
88
<owners>Gennady Verdel</owners>
@@ -14,7 +14,7 @@
1414
Also includes composition helpers.</description>
1515
<summary>LogoFX Bootstrapping containing interface for a bootstrapper. This interface is equally applicable at both the client and the server sides of an application.
1616
Also includes composition helpers.</summary>
17-
<releaseNotes>Updated dependent packages</releaseNotes>
17+
<releaseNotes></releaseNotes>
1818
<dependencies>
1919
<dependency id="Solid.Core" version="2.3.1" />
2020
<dependency id="Solid.Practices.IoC" version="2.3.1" />
@@ -25,5 +25,7 @@ Also includes composition helpers.</summary>
2525
<dependency id="Solid.Common.Core" version="2.3.1" />
2626
<dependency id="Solid.Practices.Composition.Core" version="2.3.1" />
2727
</dependencies>
28+
<tags>framework logofx dotnet</tags>
29+
<repository type="Open Source" url="https://github.com/LogoFX/logofx-bootstrapping" />
2830
</metadata>
2931
</package>

devops/publish/publish.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
SET package_name=LogoFX.Bootstrapping
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

0 commit comments

Comments
 (0)