Skip to content

Commit 81050a2

Browse files
committed
chore: Remove space
1 parent d12882c commit 81050a2

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Directory.Build.props

+8-8
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@ SOFTWARE. -->
5252
<AssemblyVersion>2.0</AssemblyVersion>
5353
<FileVersion>2.0.6</FileVersion>
5454
<Version>$(FileVersion)</Version>
55-
<RepositoryType>git</RepositoryType>
56-
<RepositoryUrl>https://github.com/s2quake/communication</RepositoryUrl>
57-
<LicenseUrl>https://github.com/s2quake/communication/blob/main/LICENSE.md</LicenseUrl>
58-
<Copyright>Copyright (c) 2024 Jeesu Choi</Copyright>
59-
<Description>grpc-based communication library for crema project</Description>
60-
<Authors>s2quake</Authors>
61-
<PackageVersion Condition="'$(VersionSuffix)'==''">$(FileVersion)</PackageVersion>
62-
<PackageVersion Condition="'$(VersionSuffix)'!=''">$(FileVersion)-$(VersionSuffix)</PackageVersion>
55+
<RepositoryType>git</RepositoryType>
56+
<RepositoryUrl>https://github.com/s2quake/communication</RepositoryUrl>
57+
<LicenseUrl>https://github.com/s2quake/communication/blob/main/LICENSE.md</LicenseUrl>
58+
<Copyright>Copyright (c) 2024 Jeesu Choi</Copyright>
59+
<Description>grpc-based communication library for crema project</Description>
60+
<Authors>s2quake</Authors>
61+
<PackageVersion Condition="'$(VersionSuffix)'==''">$(FileVersion)</PackageVersion>
62+
<PackageVersion Condition="'$(VersionSuffix)'!=''">$(FileVersion)-$(VersionSuffix)</PackageVersion>
6363
<Version>$(PackageVersion)</Version>
6464
<PackageProjectUrl>https://github.com/s2quake/communication</PackageProjectUrl>
6565
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>

0 commit comments

Comments
 (0)