Skip to content

Commit 2dc115e

Browse files
committed
Merge branch 'release/0.1.31'
2 parents e8fe77a + 92c678f commit 2dc115e

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

Utils/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// すべての値を指定するか、次を使用してビルド番号とリビジョン番号を既定に設定できます
3333
// 以下のように '*' を使用します:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("0.1.30.0")]
35+
[assembly: AssemblyVersion("0.1.31.0")]
3636
[assembly: AssemblyFileVersion("1.0.0.0")]

Utils/Utils.nuspec

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@
33
<metadata>
44
<id>$id$</id>
55
<version>$version$</version>
6-
<title>$title$</title>
7-
<authors>m-kino</authors>
8-
<owners>m-kino</owners>
6+
<authors>masatomix</authors>
7+
<owners>masatomix</owners>
8+
<licenseUrl>http://www.gnu.org/licenses/gpl-3.0.txt</licenseUrl>
9+
<projectUrl>https://github.com/masatomix/UiPath_Path</projectUrl>
910
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1011
<description>$description$</description>
11-
<releaseNotes>Summary of changes made in this release of the package.</releaseNotes>
12-
<copyright>Copyright 2018</copyright>
12+
<releaseNotes>PathUtilsに、ディレクトリ名を取得するメソッドを追加</releaseNotes>
13+
<copyright>Copyright 2018 masatomix</copyright>
1314
</metadata>
1415
<files>
1516
<file src="bin\Release\*.dll" target="lib" />

0 commit comments

Comments
 (0)