Skip to content

Commit 92db125

Browse files
committed
chore: Bump version
1 parent 2dc8c41 commit 92db125

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

src/Rin.Log4NetAppender/Rin.Log4NetAppender.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<PackageLicenseUrl>https://github.com/mayuki/Rin/blob/master/LICENSE</PackageLicenseUrl>
99
<PackageProjectUrl>https://github.com/mayuki/Rin</PackageProjectUrl>
1010
<PackageTags>Rin log4net</PackageTags>
11-
<PackageIconUrl>https://raw.githubusercontent.com/mayuki/Rin/master/docs/images/logo.svg</PackageIconUrl>
12-
<Version>1.0.1</Version>
11+
<PackageIconUrl>https://raw.githubusercontent.com/mayuki/Rin/master/docs/images/logo.svg?v1</PackageIconUrl>
12+
<Version>1.0.2</Version>
1313
</PropertyGroup>
1414

1515
<ItemGroup>

src/Rin.Mvc/Rin.Mvc.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<PackageLicenseUrl>https://github.com/mayuki/Rin/blob/master/LICENSE</PackageLicenseUrl>
1010
<PackageProjectUrl>https://github.com/mayuki/Rin</PackageProjectUrl>
1111
<PackageTags>Rin MVC</PackageTags>
12-
<PackageIconUrl>https://raw.githubusercontent.com/mayuki/Rin/master/docs/images/logo.svg</PackageIconUrl>
13-
<Version>1.0.1</Version>
12+
<PackageIconUrl>https://raw.githubusercontent.com/mayuki/Rin/master/docs/images/logo.svg?v1</PackageIconUrl>
13+
<Version>1.0.2</Version>
1414
</PropertyGroup>
1515

1616
<ItemGroup>

src/Rin.Storage.Redis/Rin.Storage.Redis.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
<Copyright>Mayuki Sawatari</Copyright>
88
<PackageLicenseUrl>https://github.com/mayuki/Rin/blob/master/LICENSE</PackageLicenseUrl>
99
<PackageProjectUrl>https://github.com/mayuki/Rin</PackageProjectUrl>
10-
<PackageIconUrl>https://raw.githubusercontent.com/mayuki/Rin/master/docs/images/logo.svg</PackageIconUrl>
10+
<PackageIconUrl>https://raw.githubusercontent.com/mayuki/Rin/master/docs/images/logo.svg?v1</PackageIconUrl>
1111
<PackageTags>Rin</PackageTags>
12-
<Version>1.0.1</Version>
12+
<Version>1.0.2</Version>
1313
</PropertyGroup>
1414

1515
<ItemGroup>

src/Rin/Rin.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<VersionPrefix>1.0.0</VersionPrefix>
1212
<VersionSuffix>$(VersionSuffix)</VersionSuffix>
1313
<LangVersion>latest</LangVersion>
14-
<PackageIconUrl>https://raw.githubusercontent.com/mayuki/Rin/master/docs/images/logo.svg</PackageIconUrl>
15-
<Version>1.0.1</Version>
14+
<PackageIconUrl>https://raw.githubusercontent.com/mayuki/Rin/master/docs/images/logo.svg?v1</PackageIconUrl>
15+
<Version>1.0.2</Version>
1616
</PropertyGroup>
1717

1818
<ItemGroup>

0 commit comments

Comments
 (0)